Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | only use mailfromnobody for bulk mails | Andreas Gohr | 2013-01-25 |
| | |||
* | added missing context for list mails | Andreas Gohr | 2013-01-25 |
| | |||
* | readded mailfromnobody to subscription sending | Andreas Gohr | 2013-01-18 |
| | | | | | this was lost because the subscription branch, branched before this change in master | ||
* | correctly escape diffs in HTML mails | Andreas Gohr | 2013-01-18 |
| | |||
* | fixed lists in HTML mails | Andreas Gohr | 2013-01-18 |
| | |||
* | simplified subscription->add() code a bit | Andreas Gohr | 2013-01-18 |
| | |||
* | comment adjusted | Andreas Gohr | 2013-01-18 |
| | |||
* | removed unused vars | Andreas Gohr | 2013-01-18 |
| | |||
* | removed data parameter in subscription_handle_post() | Andreas Gohr | 2013-01-18 |
| | | | | | now the data parameter, which really is a timestamp is only handled internally of the subscription class | ||
* | fixed tests | Andreas Gohr | 2013-01-18 |
| | |||
* | some reformatting | Andreas Gohr | 2012-12-07 |
| | |||
* | added compatibility function | Andreas Gohr | 2012-12-07 |
| | |||
* | moved registration notification to subscription class | Andreas Gohr | 2012-11-30 |
| | |||
* | fixed merge error in inc/auth.php | Andreas Gohr | 2012-11-30 |
| | | | | merged the wrong change here | ||
* | Merge branch 'master' into subscription | Andreas Gohr | 2012-11-30 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (175 commits) some coding style improvements added .idea project folder to gitignore use correct setUp method and parent calls. Correct German plugin manager translation (download != install) correct return in sendDigest() Fix case-insensitive match in ACL checking GeSHi update to 1.0.8.11 ignore empty header on mail sending remove empty BCC/CC mail headers Galician language update some welcome page changes Combine subsequent calls to strtr into a single transformation changed semicolon to colon in link to welcome page to make it less confusing fixed wrong sidebar showing in namespaces when sidebar is disabled Typo fix for TL;DR removed a bunch of outdated and irrelevant networking acronyms added another place to look for logo to make it more consistent (FS#2656) French language update Czech language update compat js findPosX/y more closely mimic historical function ... Conflicts: inc/auth.php inc/common.php inc/subscription.php lib/exe/indexer.php | ||
| * | some coding style improvements | Dominik Eckelmann | 2012-11-29 |
| | | | | | | | | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods | ||
| * | added .idea project folder to gitignore | Dominik Eckelmann | 2012-11-29 |
| | | |||
| * | use correct setUp method and parent calls. | Dominik Eckelmann | 2012-11-29 |
| | | |||
| * | Correct German plugin manager translation (download != install) | Michael Hamann | 2012-11-28 |
| | | |||
| * | correct return in sendDigest() | Andreas Gohr | 2012-11-27 |
| | | | | | | | | | | the function always returned true, even if no action was taken. This resulted in no further indexer tasks being run. | ||
| * | Merge pull request #147 from kazmiya/2012_11_AclCaseSensitiveFix2 | Dominik Eckelmann | 2012-11-25 |
| |\ | | | | | | | Fix case-insensitive match in ACL checking | ||
| | * | Fix case-insensitive match in ACL checking | Kazutaka Miyasaka | 2012-11-25 |
| |/ | | | | | | | | | | | | | ACL checking of DokuWiki is currently always case-sensitive regardless of auth backend setting ($auth->isCaseSensitive). This commit enables case-insensitive match in the same way of auth_isMember(). | ||
| * | GeSHi update to 1.0.8.11 | Andreas Gohr | 2012-11-24 |
| | | |||
| * | Merge pull request #145 from dom-mel/mailer | Andreas Gohr | 2012-11-23 |
| |\ | | | | | | | Ignore empty email headers | ||
| | * | ignore empty header on mail sending | Dominik Eckelmann | 2012-11-23 |
| | | | |||
| | * | remove empty BCC/CC mail headers | Dominik Eckelmann | 2012-11-23 |
| |/ | | | | | | | Empty BCC/CC headers may cause errors on IIS. | ||
| * | Galician language update | Leandro Regueiro | 2012-11-23 |
| | | |||
| * | some welcome page changes | Andreas Gohr | 2012-11-18 |
| | | |||
| * | Merge branch 'guide' of git://github.com/splitbrain/dokuwiki into ↵ | Andreas Gohr | 2012-11-18 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-118 * 'guide' of git://github.com/splitbrain/dokuwiki: changed semicolon to colon in link to welcome page to make it less confusing added initial pages to not be ignored by git improved welcome text added welcome page changed the link in the installer to point to wiki:welcome Conflicts: inc/lang/fr/lang.php | ||
| | * | changed semicolon to colon in link to welcome page to make it less confusing | Anika Henke | 2012-11-18 |
| | | | |||
| | * | added initial pages to not be ignored by git | Anika Henke | 2012-07-14 |
| | | | |||
| | * | improved welcome text | Anika Henke | 2012-07-14 |
| | | | |||
| | * | added welcome page | Andreas Gohr | 2012-07-14 |
| | | | |||
| | * | changed the link in the installer to point to wiki:welcome | Andreas Gohr | 2012-07-14 |
| | | | |||
| * | | Merge branch 'master' of git://github.com/borekb/dokuwiki into pull-request-84 | Andreas Gohr | 2012-11-18 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git://github.com/borekb/dokuwiki: Colon is no longer rewritten to semicolon for IIS 7.x and for older versions of IIS, semicolon is displayed as is, not URL-encoded. Conflicts: inc/common.php | ||
| | * | | Colon is no longer rewritten to semicolon for IIS 7.x and for older versions ↵ | Borek Bernard | 2012-02-27 |
| | | | | | | | | | | | | | | | | of IIS, semicolon is displayed as is, not URL-encoded. | ||
| * | | | Combine subsequent calls to strtr into a single transformation | Tom N Harris | 2012-11-18 |
| | | | | |||
| * | | | fixed wrong sidebar showing in namespaces when sidebar is disabled | Anika Henke | 2012-11-18 |
| | | | | |||
| * | | | Merge pull request #144 from GeekShadow/patch-1 | Andreas Gohr | 2012-11-16 |
| |\ \ \ | | | | | | | | | | | Typo fix for TL;DR | ||
| | * | | | Typo fix for TL;DR | Antoine Turmel | 2012-11-16 |
| |/ / / | |||
| * | | | removed a bunch of outdated and irrelevant networking acronyms | Andreas Gohr | 2012-11-16 |
| | | | | |||
| * | | | added another place to look for logo to make it more consistent (FS#2656) | Anika Henke | 2012-11-14 |
| | | | | |||
| * | | | French language update | Anael Mobilia | 2012-11-12 |
| | | | | |||
| * | | | Merge pull request #140 from splitbrain/tar | Andreas Gohr | 2012-11-12 |
| |\ \ \ | | | | | | | | | | | New Tar Archive library | ||
| | * | | | added simple compatibility wrapper for old TarLib | Andreas Gohr | 2012-11-06 |
| | | | | | |||
| | * | | | unit test for tar bombs | Andreas Gohr | 2012-11-04 |
| | | | | | |||
| | * | | | Tar: support for creating archives with long filenames | Andreas Gohr | 2012-11-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The library now creates either a POSIX ustar prefix or a GNU longlink entry for files which have a name longer than 100 bytes | ||
| | * | | | Tar: Added extraction support for long file names | Andreas Gohr | 2012-11-04 |
| | | | | | | | | | | | | | | | | | | | | Supports POSIX ustar prefixes and GNU longlink entries | ||
| | * | | | removed old TarLib and changed plugin manager to use new one | Andreas Gohr | 2012-11-03 |
| | | | | | |||
| | * | | | added test cases for Tar::extract parameters | Andreas Gohr | 2012-11-03 |
| | | | | |