Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | |||
* | | Fix gzip compression in combination with buffer flushing FS#1927 | Andreas Gohr | 2010-04-02 |
|/ | | | | | This introduces a new function called tpl_flush() which should be used by template authors in favor of the PHP flush() method. | ||
* | Allow plugins to specify that they have to be instantiated | Adrian Lang | 2010-03-29 |
| | | | | | | | | Plugins may return false in isSingleton to let plugin_load return a new instance every time it is called. Renderer plugins are not loaded with $new set to true, but instead specify themself that they are not singletons. This behaviour allows the odt renderer to keep working (see #1598). | ||
* | Call act_edit for locked pages | Adrian Lang | 2010-03-29 |
| | | | | | | 50e988b accidentally stopped act_dispatch from calling act_edit for locked pages, thus showing a generic »page not writable« message instead of a page lock message. | ||
* | Fix and simplify p_get_metadata key looping | Adrian Lang | 2010-03-26 |
| | | | | | explode converts $string (false) to string ("") and returns it if $delimiter is not found, therefor looking for the key "" in metadata array. | ||
* | Better code syntax parsing, less E_NOTICE | Adrian Lang | 2010-03-26 |
| | |||
* | Rewrite JavaScript change check | Adrian Lang | 2010-03-26 |
| |