summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* Add title index to the indexer files, improve indexer callsAdrian Lang2010-06-16
|
* Find start pages if namespace matchesAdrian Lang2010-06-16
|
* Perform quick search in title as wellAdrian Lang2010-06-16
|
* Restore hiding of unavailable linksAdrian Lang2010-06-16
|
* Rewrite actionlink output, add title to actionlinksAdrian Lang2010-06-15
|
* Add an optional off value to Doku_Form’s checkboxesAdrian Lang2010-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 neededAndreas Gohr2010-06-13
|
* Store undisplayed msg's in session on redirectAndreas Gohr2010-06-13
|
* fixed license link always showing targetAnika Henke2010-06-12
|
* Make XMLRPC date parsing more flexible FS#1966Andreas Gohr2010-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 formatDominik Eckelmann2010-06-09
|
* bugfix empty strings in untyped value tag.Dominik Eckelmann2010-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 setOtto Vainio2010-06-07
|
* Fixing zip decompression in ZipLib.class.phpAdrian Lang2010-05-26
| | | | This patch fixes a bug introduced in »code cleanup« #0b17fdc6719c24850fa7
* Spanish language updateMauro Javier Giamberardino Fernandez2010-05-19
|
* Let actionOK detect auth backend capabilitiesAdrian Lang2010-05-17
|
* Add debug message for adLDAP class constructionAdrian Lang2010-05-17
|
* Finnish language updateOtto Vainio2010-05-13
|
* correctly preview no text FS#1945Andreas Gohr2010-05-08
|
* Arabic language updateUsama Akkad2010-05-06
|
* Add locking for indexer-based notificationsAdrian Lang2010-05-05
|
* Show subscription time on management pageAdrian Lang2010-05-04
|
* gather additional information from ad backendDominik Eckelmann2010-04-29
|
* added getUsers to ad auth backendDominik Eckelmann2010-04-29
|
* Avoid broken ACL check if Auth Backend failsDominik Eckelmann2010-04-28
|
* Arabic language updateUsama Akkad2010-04-18
|
* Polish language updateGrzegorz Widła2010-04-18
|
* German language updateArne Pelka2010-04-18
|
* Arabic language updateUsama Akkad2010-04-15
|
* Slovak language updateMartin Michalek2010-04-15
|
* Add missing at signAdrian Lang2010-04-12
|
* Add NAME and MAIL macros to notify()andywebber2010-04-11
|
* Arabic language updateUsama Akkad2010-04-11
|
* Slovak language updateMartin Michalek2010-04-10
|
* Slovak language updateMartin Michalek2010-04-09
|
* Arabic language updateUsama Akkad2010-04-08
|
* Update SafeFN class, simplify and improve performanceChristopher Smith2010-04-04
|
* Merge branch 'master' of github.com:splitbrain/dokuwikiAndreas Gohr2010-04-04
|\
| * Fixed Arabic password resetMichael Hamann2010-04-04
| | | | | | | | | | The replacements (@...@) were partially translated and had spaces in between. Please don't translate the text between @...@.
* | new fnencode option FS#1649Andreas Gohr2010-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 filenamesChristopher Smith2010-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 Gohr2010-04-04
|\
| * Fixes variable replacement during _template.txt parsingstretchyboy2010-03-31
| |
* | Danish language updateRasmus Kinnerup2010-04-02
| |
* | Fix gzip compression in combination with buffer flushing FS#1927Andreas Gohr2010-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 instantiatedAdrian Lang2010-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 pagesAdrian Lang2010-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 loopingAdrian Lang2010-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_NOTICEAdrian Lang2010-03-26
|
* Rewrite JavaScript change checkAdrian Lang2010-03-26
|