| bfdeb23f | 07-Mar-2012 |
lupo49 <post@lupo49.de> |
Parser: Allow parser to fully recognize windows share links with a hyphen character in it (Currently, the clickable link stops before a hyphen character) |
| 44dae8a7 | 04-Mar-2012 |
Bohumír Zámečník <bohumir.zamecnik@gmail.com> |
Czech language update |
| b796e32e | 04-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed missing replacement for HTML notify mails |
| 1d901ab2 | 02-Mar-2012 |
Andreas Gohr <andi@splitbrain.org> |
fixed media only RSS feed
when the SKIP_DELETED flag was set, no recent changes where returned for media only queries, becuase file checks where done on page files instead of media files |
| 20f04039 | 01-Mar-2012 |
Danny <danny0838@hotmail.com> |
Fix a stupid typo |
| 15ae43bc | 27-Feb-2012 |
Borek Bernard <borekb@gmail.com> |
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. |
| 361171a4 | 22-Feb-2012 |
Andreas Gohr <gohr@cosmocode.de> |
simpler/more robust header parsing in HTTPClient
The previous regexp approach failed for empty headers. |
| f4476bd9 | 20-Feb-2012 |
Jan Schumann <js@schumann-it.com> |
Refactored auth system: All auth methods are now introduced as plugins. |
| 8a9735e3 | 19-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
added a timelimit for password reset tokens
passwords now need to be reset within 3 days of requesting the password change mail |
| 4d3ea096 | 17-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed commented line |
| 451e1b4d | 17-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
use correct lang string for password mismatch |
| 7cb9c0e3 | 17-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
removed outdated language string. it has to be retranslated |
| 1e5105f9 | 17-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
make sure AD pass expiry message is never shown twice |
| 69995a16 | 17-Feb-2012 |
Andreas Gohr <andi@splitbrain.org> |
do not hardcode profile link in AD pass expire message
Changing passwords might not be available. |
| a699035c | 15-Feb-2012 |
Erial Krale <erial2@gmail.com> |
Korean language update |
| b2a1a44c | 07-Feb-2012 |
Marius Olar <olarmariusalex@yahoo.com> |
Romanian language update |
| 5c0c6845 | 06-Feb-2012 |
PCPA <pcpa@cyberpunk.su> |
Russian language update |
| 03d7247e | 05-Feb-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
moved plugin and core method calls to seperate function |
| 750a55de | 05-Feb-2012 |
Dominik Eckelmann <deckelmann@gmail.com> |
corrected comment |
| c7b28ffd | 04-Feb-2012 |
Anika Henke <anika@selfthinker.org> |
added div.table around non-editable content as well (FS#1980) |
| ae6cce18 | 02-Feb-2012 |
Matej Urban <matej.urban@gmail.com> |
Slovak language update |
| 40d429f5 | 02-Feb-2012 |
Begina Felicysym <begina.felicysym@wp.pl> |
Polish language update |
| c4dda6af | 31-Jan-2012 |
Anika Henke <anika@selfthinker.org> |
fixed .curid to always highlight the current ID of the main/viewed page |
| 75b14482 | 30-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
added missing global statements
tss.. |
| c4766956 | 30-Jan-2012 |
Andreas Gohr <andi@splitbrain.org> |
DOKU_TPL* considered harmful
Some plugins want to dynamically switch the template based on users, namspaces or the phase of the moon. Having fixed paths in a unchangable constant prevents this.
Thi
DOKU_TPL* considered harmful
Some plugins want to dynamically switch the template based on users, namspaces or the phase of the moon. Having fixed paths in a unchangable constant prevents this.
This changes deprecates the DOKU_TPL* constants in favor of two new tpl_* functions that return the correct paths based on the $conf variables which can be changed from the DOKUWIKI_STARTED event.
show more ...
|