Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Honor allowdebug setting in lib/exe/indexer | Adrian Lang | 2010-10-25 |
| | |||
* | Typos | Andreas Haerter | 2010-10-24 |
| | |||
* | Small notation adjustment to lang: de (informal) | Andreas Haerter | 2010-10-24 |
| | |||
* | disabled JS based hotkeys for next stable release FS#1958 | Andreas Gohr | 2010-10-22 |
| | |||
* | Chinese language update | lainme | 2010-10-19 |
| | |||
* | Portuguese language update | André Neves | 2010-10-19 |
| | |||
* | fix hotkeys on anchors (click() undefined) FS#1958 | Andreas Gohr | 2010-10-19 |
| | |||
* | make sure linkwizard position is absolute FS#2065 | Andreas Gohr | 2010-10-19 |
| | |||
* | removed deprecated index update function | Andreas Gohr | 2010-10-18 |
| | |||
* | Merge remote branch 'lupo49/master' | Andreas Gohr | 2010-10-17 |
|\ | |||
| * | de: fixed typo | lupo49 | 2010-10-08 |
| | | |||
| * | de-informal: fixed typo | lupo49 | 2010-10-08 |
| | | |||
* | | Latin translation added | Massimiliano Vassalli | 2010-10-17 |
| | | | | | | | | | | | | | | | | I used the Latin of the first century B.C., so the word are written as Cicero wrote: for example there isn't the 'v' letter unless in capital form and if the word ending in -uus or -uum, I wrote -uos and -uom. This form of Latin, as I said, is that of the classic authores as Cicero, Caesar, Sallustius etc... | ||
* | | Hindi language update | Yagnesh Desai | 2010-10-17 |
| | | |||
* | | Danish language update | Kalle Sommer Nielsen | 2010-10-17 |
| | | |||
* | | Finnish language update | Otto Vainio | 2010-10-17 |
| | | |||
* | | Japanese language update | Yuji Takenaka | 2010-10-11 |
| | | |||
* | | Merge remote branch 'lupo49/master' | Andreas Gohr | 2010-10-08 |
|\| | | | | | | | | | Conflicts: inc/lang/de-informal/lang.php | ||
| * | added new strings | Matthias Schulte | 2010-10-08 |
| | | |||
| * | added new strings | Matthias Schulte | 2010-10-08 |
| | | | | | | | | added new strings | ||
| * | new strings and typo fixes | Matthias Schulte | 2010-10-07 |
| | | |||
| * | Changed a formal word to an informal version | Matthias Schulte | 2010-10-07 |
| | | | | | | | | added new strings / typos fixed | ||
| * | typos fixed | Matthias Schulte | 2010-10-07 |
| | | | | | | | | added new strings / typos fixed | ||
| * | new string / typo fixed | Matthias Schulte | 2010-10-07 |
| | | |||
* | | Slovak language update | Martin Michalek | 2010-10-07 |
| | | |||
* | | Latvian language update | Aivars Miska | 2010-10-06 |
| | | |||
* | | Esperanto language update | Robert Bogenschneider | 2010-10-06 |
| | | |||
* | | Polish language update | Grzegorz Żur | 2010-10-06 |
| | | |||
* | | Russian language update | Aleksey | 2010-10-06 |
|/ | |||
* | another RTL fix for the config manager FS#2047 | Andreas Gohr | 2010-10-03 |
| | |||
* | Spanish language update | Oscar M. Lage | 2010-10-03 |
| | |||
* | FS#1958 | Christopher Smith | 2010-10-03 |
| | |||
* | RTL adjustments for config manager FS#2044 | Andreas Gohr | 2010-10-03 |
| | |||
* | coding style changes in plugin manager css | Andreas Gohr | 2010-10-03 |
| | |||
* | RTL adjustments for the ACL manager FS#2046 | Andreas Gohr | 2010-10-03 |
| | |||
* | RTL fixes for the config manager FS#2045 | Andreas Gohr | 2010-10-03 |
| | |||
* | Link wizard starts with the last opened namespace FS#1989 | Michael Hamann | 2010-10-02 |
| | |||
* | Added some 404 handling to lib/exe/detail.php | Andreas Gohr | 2010-10-02 |
| | |||
* | populate $INFO in lib/exe/detail.php FS#2041 | Andreas Gohr | 2010-10-02 |
| | |||
* | coding style cleanup in lib/exe/detail.php | Andreas Gohr | 2010-10-02 |
| | |||
* | Remove trailing whitespace in the link wizard FS#1760 | Michael Hamann | 2010-10-02 |
| | |||
* | typo fix | Andreas Gohr | 2010-10-02 |
| | |||
* | Brazilian Portuguese language update | Isaias Masiero Filho | 2010-10-02 |
| | |||
* | Merge branch 'master' of github.com:splitbrain/dokuwiki | Andreas Gohr | 2010-10-02 |
|\ | |||
| * | FS#2034: Removed close button. | Gina Haeussge | 2010-10-02 |
| | | |||
* | | RTL style corrections for the admin interface FS#2029 | Andreas Gohr | 2010-10-02 |
|/ | |||
* | Informal German language update | Matthias Schulte | 2010-10-02 |
| | |||
* | Small fixes / cleanup | Adrian Lang | 2010-09-28 |
| | |||
* | Slovak language update | Martin Michalek | 2010-09-23 |
| | |||
* | Work around WebKit bug: newlines at the end of input values are removed. | Adrian Lang | 2010-09-22 |
| | | | | In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines with a dot and later remove the dot. |