#
c18b2212 |
| 26-Jan-2013 |
Anika Henke <anika@selfthinker.org> |
fixed setting cookie not working
|
#
3c94d07b |
| 26-Jan-2013 |
Anika Henke <anika@selfthinker.org> |
store choices for recent changes and diff views in cookie (FS#2438 and FS#2700)
Note: These changes don't work yet. The cookie is not set and deletes the old one.
|
#
cfbb9916 |
| 18-Jan-2013 |
Andreas Gohr <andi@splitbrain.org> |
removed unused vars
|
#
790b7720 |
| 30-Nov-2012 |
Andreas Gohr <andi@splitbrain.org> |
moved registration notification to subscription class
|
#
2ed38036 |
| 21-Sep-2012 |
Andreas Gohr <andi@splitbrain.org> |
consolidate more notification code in subscription class
This is untested and probably broken currently
|
#
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
|
#
079b3ac1 |
| 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
highlight queries from popular serch engines only FS#2448
|
#
25ca5b17 |
| 28-Jul-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed obsolete parameter from script() FS#2365
|
#
7d01a0ea |
| 27-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
more INPUT wrapper uses: cache purge, sectok, getID
|
#
3272d797 |
| 25-Jun-2012 |
Andreas Gohr <andi@splitbrain.org> |
some code cleanup and php docs
|
#
16f15a81 |
| 14-May-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
empty ID in wl() will be treated as $conf['start']
|
#
22ef1e32 |
| 23-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
added option to disable reverse DNS lookups
|
#
ae7c596c |
| 15-Apr-2012 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'master' into htmlmail
* master: (382 commits) Romanian language update Marathi language update Arabic Language Update when there's not enough space for images, make sure they s
Merge branch 'master' into htmlmail
* master: (382 commits) Romanian language update Marathi language update Arabic Language Update when there's not enough space for images, make sure they stay proportional (might be FS#2480) added minimal RTL print styles (part of FS#2185) moved plugins' rtl.css to their style.css counterpart (part of FS#2185) removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary removed comments from accidentally commented lines in tpl_includeFile() removed obsolete template file added tpl_includeFile() to core Make getTitle method in remote interface public Changed an error code in XML-RPC interface. This error hasn't anything to do with the rest of the -32600 errors. BG: language update Korean language update fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447) deleted very old (and unused) images added accidentally removed '<?php' back in (was in 57fc5edd) wrapped X-UA-Compatible meta tag with conditional comments added explanation to todo in _forms.css removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950) ...
Conflicts: inc/auth.php inc/load.php
show more ...
|
#
63703ba5 |
| 16-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
coding style updates
|
#
04058413 |
| 14-Mar-2012 |
Andreas Gohr <gohr@cosmocode.de> |
add missing table tags for HTML diff mails
|
#
9f3eca0b |
| 09-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
Add various headers to the mails FS#2247. pull request #83 closed
|
#
47a906ea |
| 09-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
use inlinestyles for diffs in HTML mails
|
#
b796e32e |
| 04-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed missing replacement for HTML notify mails
|
#
2adaf2b8 |
| 13-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
allow non-txt extensions when accessing locales
|
#
6df843ee |
| 12-Nov-2011 |
Andreas Gohr <andi@splitbrain.org> |
Make use of new Mailer class in notify()
It now uses inline diff format for diff HTML mails
|
#
8071beaa |
| 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
bind security token to username
This makes the security token more robust agains session fixation attacks. A CSRF warning will no longer abort a page save but lead to the preview mode to avoid infor
bind security token to username
This makes the security token more robust agains session fixation attacks. A CSRF warning will no longer abort a page save but lead to the preview mode to avoid information loss when a user logs in during editing (eg in another tab).
show more ...
|
#
85fef7e2 |
| 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
allow page unlocking based on session IDs FS#2262
|
#
407e65b9 |
| 15-Oct-2011 |
Andreas Gohr <andi@splitbrain.org> |
Treat a whitespace-only page as empty and delete it FS#2283
|