| f036cff4 | 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
minor cleanup |
| 02308d17 | 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
initialize new subscriptions with current time
We don't want to create a bunch of mails whenever a namespace is subscribed. Only changes *after* the subscription should be considered. This patch add
initialize new subscriptions with current time
We don't want to create a bunch of mails whenever a namespace is subscribed. Only changes *after* the subscription should be considered. This patch adds the timestamp to "every" style subscriptions as well, though this data is ignored.
show more ...
|
| a0519fda | 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed subscription management
now adding and removing subscriptions works again |
| 84c1127c | 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
correctly check if subscriptions are enabled |
| 835242b0 | 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
subscription system should work now again
This readds the last part of the subscription system: the normal "every" subscriptions. |
| adec979f | 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
more subscription refactoring BROKEN
now the actual sending of bulk messages (digest, list) is reimplemented and partially tested.
Still not complete |
| e920a0a1 | 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
handle empty changelog in getRecentsSince() |
| 2240ea1f | 12-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
first start at refactoring the subscription system BROKEN
This introduces a class for nicer wrapping and easier testing. Some functions were changed to provide nicer APIs (no throwing around of unes
first start at refactoring the subscription system BROKEN
This introduces a class for nicer wrapping and easier testing. Some functions were changed to provide nicer APIs (no throwing around of unescaped regexps) and to simplify things (hopefully).
The refactoring isn't completed yet, so this will break the subscription system.
The goal is to move as much subscription related stuff to this class as possible. Currently there is some code in lib/exe/indexer.php and maybe elsewhere (common.php?). Additionally everything should be covered by tests. A few tests are included here already.
show more ...
|
| c0ec6928 | 11-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
some minor cleanups in subscription.php |
| eea0f0d0 | 11-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
use $INPUT in inc/actions.php |
| ac7a515f | 09-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
code cleanup in template.php
* make use of $INPUT * clean up coding style * add phpdoc comments |
| d9e9c1bb | 09-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
extract method for Input class
makes it easier to access our do parameters |
| 465e809b | 05-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
renamed mailfromnon to mailfromnobody, use in subscriptions |
| f7cefc02 | 05-Aug-2012 |
Andreas Gohr <andi@splitbrain.org> |
added mailfromnone internal option FS#2170 |
| 63e967bd | 05-Aug-2012 |
Anika Henke <anika@selfthinker.org> |
html validity fixes (removed name and align in some plugins) |
| 71f17ac4 | 29-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
copy not move uploaded files FS#2465
This fixes problems with setgid bits on the media directory |
| fa446926 | 29-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
more utf8_basename fixes |
| a8c343f2 | 29-Jul-2012 |
Michael Hamann <michael@content-space.de> |
Fix utf8_basename for files in the root directory |
| 420addb2 | 29-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
fix utf8_basename for file names without any directory |
| 00c2d4a9 | 28-Jul-2012 |
Anika Henke <anika@selfthinker.org> |
fixed some RTL+IE7 bugs, mainly background icons and search form (FS#2569) |
| b7e5821d | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
added missing include |
| 7c62086b | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
only execute valid instructions FS#2432 |
| 17dcc4ab | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
decode utf8 filenames in JpegMeta FS#2553 |
| 079b3ac1 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
highlight queries from popular serch engines only FS#2448 |
| 84e581a6 | 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
fix word boundary matching on broken platforms FS#2440
Seems like matching \b on unicode strings is unreliable across different platforms (Debian). Using Unicode class lookahed/behinds seems to work
fix word boundary matching on broken platforms FS#2440
Seems like matching \b on unicode strings is unreliable across different platforms (Debian). Using Unicode class lookahed/behinds seems to work though.
show more ...
|