Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clariefied license (clean version) | Andreas Gohr | 2010-06-21 |
| | |||
* | Revert "inc/utf8.php license clarified for Debian project" | Andreas Gohr | 2010-06-21 |
| | | | | | | | This was an edit through the github interface which changed more than intented. This reverts commit 1720a8e9a67df95c104eb02146c98a3d9da1f84b. | ||
* | inc/utf8.php license clarified for Debian project | CosmoCode GmbH | 2010-06-21 |
| | |||
* | Refactor action links and buttons | Adrian Lang | 2010-06-18 |
| | | | | | | | | | | | | | | | Behavioural changes: * buttons * no 'do=show' but clean URLs (show and back buttons) * the alias 'subscription' for subscribe buttons is now available * links * draft link has class 'draft', not 'edit' * revisions link has class 'revs', not 'revisions' * both * 'revision' is added as an alias for 'history' These changes were mainly introduced to reduce the differences between links and buttons. | ||
* | Make normal wikilinks work again | Adrian Lang | 2010-06-17 |
| | |||
* | Allow URL params in internal links (FS#1967) | Adrian Lang | 2010-06-17 |
| | |||
* | Add title index to the indexer files, improve indexer calls | Adrian Lang | 2010-06-16 |
| | |||
* | Find start pages if namespace matches | Adrian Lang | 2010-06-16 |
| | |||
* | Perform quick search in title as well | Adrian Lang | 2010-06-16 |
| | |||
* | Restore hiding of unavailable links | Adrian Lang | 2010-06-16 |
| | |||
* | Rewrite actionlink output, add title to actionlinks | Adrian Lang | 2010-06-15 |
| | |||
* | Add an optional off value to Doku_Form’s checkboxes | Adrian Lang | 2010-06-15 |
| | | | | | Since an unchecked HTML checkbox has no value at all, a hidden field may be used to specify an off value for the checkbox. | ||
* | msgs are saved in send_redirect now, less code duplication needed | Andreas Gohr | 2010-06-13 |
| | |||
* | Store undisplayed msg's in session on redirect | Andreas Gohr | 2010-06-13 |
| | |||
* | fixed license link always showing target | Anika Henke | 2010-06-12 |
| | |||
* | Make XMLRPC date parsing more flexible FS#1966 | Andreas Gohr | 2010-06-09 |
| | | | | | | | | Since the specs aren't 100% clear, dates might be passed in different formats by various XMLRPC clients. This patch makes date parsing a bit more flexible. Unit tests included. | ||
* | Changed date format to the xmlrpc spec date format | Dominik Eckelmann | 2010-06-09 |
| | |||
* | bugfix empty strings in untyped value tag. | Dominik Eckelmann | 2010-06-08 |
| | | | | | | according to the specs a value without a type is recognised as string. This patch handles empty value tags the right way as empty String. | ||
* | php_to_byte returns invalid value if unit not set | Otto Vainio | 2010-06-07 |
| | |||
* | Fixing zip decompression in ZipLib.class.php | Adrian Lang | 2010-05-26 |
| | | | | This patch fixes a bug introduced in »code cleanup« #0b17fdc6719c24850fa7 | ||
* | Spanish language update | Mauro Javier Giamberardino Fernandez | 2010-05-19 |
| | |||
* | Let actionOK detect auth backend capabilities | Adrian Lang | 2010-05-17 |
| | |||
* | Add debug message for adLDAP class construction | Adrian Lang | 2010-05-17 |
| | |||
* | Finnish language update | Otto Vainio | 2010-05-13 |
| | |||
* | correctly preview no text FS#1945 | Andreas Gohr | 2010-05-08 |
| | |||
* | Arabic language update | Usama Akkad | 2010-05-06 |
| | |||
* | Add locking for indexer-based notifications | Adrian Lang | 2010-05-05 |
| | |||
* | Show subscription time on management page | Adrian Lang | 2010-05-04 |
| | |||
* | gather additional information from ad backend | Dominik Eckelmann | 2010-04-29 |
| | |||
* | added getUsers to ad auth backend | Dominik Eckelmann | 2010-04-29 |
| | |||
* | Avoid broken ACL check if Auth Backend fails | Dominik Eckelmann | 2010-04-28 |
| | |||
* | Arabic language update | Usama Akkad | 2010-04-18 |
| | |||
* | Polish language update | Grzegorz Widła | 2010-04-18 |
| | |||
* | German language update | Arne Pelka | 2010-04-18 |
| | |||
* | Arabic language update | Usama Akkad | 2010-04-15 |
| | |||
* | Slovak language update | Martin Michalek | 2010-04-15 |
| | |||
* | Add missing at sign | Adrian Lang | 2010-04-12 |
| | |||
* | Add NAME and MAIL macros to notify() | andywebber | 2010-04-11 |
| | |||
* | Arabic language update | Usama Akkad | 2010-04-11 |
| | |||
* | Slovak language update | Martin Michalek | 2010-04-10 |
| | |||
* | Slovak language update | Martin Michalek | 2010-04-09 |
| | |||
* | Arabic language update | Usama Akkad | 2010-04-08 |
| | |||
* | Update SafeFN class, simplify and improve performance | Christopher Smith | 2010-04-04 |
| | |||
* | Merge branch 'master' of github.com:splitbrain/dokuwiki | Andreas Gohr | 2010-04-04 |
|\ | |||
| * | Fixed Arabic password reset | Michael Hamann | 2010-04-04 |
| | | | | | | | | | | The replacements (@...@) were partially translated and had spaces in between. Please don't translate the text between @...@. | ||
* | | new fnencode option FS#1649 | Andreas Gohr | 2010-04-04 |
| | | | | | | | | | | | | This patch adds an option to choose how filenames are encoded when saved to the file system. You can choose between urlencoding (url), the new SafeFn method (safe) and storing real UTF-8 (utf-8). | ||
* | | class for safely encoding filenames | Christopher Smith | 2010-04-04 |
|/ | | | | | | | | | | | | | | | | | This class tries to satisfy the following requirements: * all ASCII alphanumeric chars in the input should stay the same ASCII alphanumeric chars in the output * the resulting string should be as short as possible * the operation needs to be reversable without any data loss * the resulting ASCII string should be case insensitive * there should be no restriction on the input length * the whole UTF-8 range should be allowed using it creates a way to store UTF-8 in filenames even if the underlying filesystem does not support UTF-8. It is also pretty robust when files are moved between various filesystems and it creates shorter filenames than the currently used urlencoding. | ||
* | Merge remote branch 'stretchyboy/master' | Andreas Gohr | 2010-04-04 |
|\ | |||
| * | Fixes variable replacement during _template.txt parsing | stretchyboy | 2010-03-31 |
| | | |||
* | | Danish language update | Rasmus Kinnerup | 2010-04-02 |
| | |