summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* Clariefied license (clean version)Andreas Gohr2010-06-21
|
* Revert "inc/utf8.php license clarified for Debian project"Andreas Gohr2010-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 projectCosmoCode GmbH2010-06-21
|
* Refactor action links and buttonsAdrian Lang2010-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 againAdrian Lang2010-06-17
|
* Allow URL params in internal links (FS#1967)Adrian Lang2010-06-17
|
* 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
| |