Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | added the missing bit to my last commit | Andreas Gohr | 2011-10-15 |
| | |||
* | Fix performance issue in close_paragraph | Andreas Gohr | 2011-10-15 |
| | | | | Looks like a for loop is faster than array_splice | ||
* | cleanup of handler.php | Andreas Gohr | 2011-10-15 |
| | | | | The file contained a few DOS lineendings and trailing spaces | ||
* | added the new data/media* directories to .gitignore | Andreas Gohr | 2011-10-15 |
| | |||
* | Treat a whitespace-only page as empty and delete it FS#2283 | Andreas Gohr | 2011-10-15 |
| | |||
* | Check if given file is really a file in JpegMeta FS#2322 | Andreas Gohr | 2011-10-14 |
| | |||
* | Fixed test and broken salt generation in PassHash class | Andreas Gohr | 2011-10-14 |
| | | | | | | | Turned out a test wasn't really testing what it should have been testing and thus did hide a bug. Still puzzles me why it still worked some times. This patch also sets the default iteration count for bmd5 and pmd5 to 8. | ||
* | don't run SimplePie_File constructor FS#2348 | Andreas Gohr | 2011-10-14 |
| | |||
* | added a test case to check for FS#2349 | Andreas Gohr | 2011-10-14 |
| | | | | no problems found | ||
* | Dutch language update | Jeroen Roeterd | 2011-10-10 |
| | |||
* | German language update | Kaeptn Haddock | 2011-10-10 |
| | |||
* | Spanish language update | Rubén Figols | 2011-10-10 |
| | |||
* | Romanian language update | Marius-Alex Olar | 2011-10-10 |
| | |||
* | limit edit summaries to 255 characters | Andreas Gohr | 2011-10-10 |
| | |||
* | Fixes a problem with parsing overlong changelog lines | Andreas Gohr | 2011-10-10 |
| | | | | | | | | | | | | | When an overlong edit summary was given for an edit, the resulting changelog line could be longer than the chunk that is handled in the changelog reader (8192 bytes) causing the reader to abort the operation. This meant that old revisions where no longer accessible. This patch fixes the reader (it continues reading chunks until a full line is found). However, limiting the summary makes sense and will be added in another patch. | ||
* | media manager: IE7 fixes (and other small improvements) | Anika Henke | 2011-09-27 |
| | |||
* | media manager: adjusted file uploader styles in media popup to recent changes | Anika Henke | 2011-09-25 |
| | |||
* | whitespace fixes: tabs to spaces | Anika Henke | 2011-09-25 |
| | |||
* | removed obsolete todo | Anika Henke | 2011-09-25 |
| | |||
* | media manager: file uploader improvements | Anika Henke | 2011-09-25 |
| | |||
* | renamed mediamanager.css to start with underscore | Anika Henke | 2011-09-25 |
| | |||
* | media manager: fixed and improved diff views | Anika Henke | 2011-09-25 |
| | |||
* | fix namespace cleaning FS#2295 | Andreas Gohr | 2011-09-25 |
| | | | | | | | | | | | This patch applies the correct pagename cleaning to namespaces as well. Namespaces should follow the same rules as pagenames but due to a bug it was possible to have namespaces ending in a underscore. If you used such a namespace it will be inaccessible after applying this patch. You should rename the namespace directory on the filesystem (removing the trailing underscore). You old links will then work automatically again. Rebuilding the search index is recommended. | ||
* | Fixed the Windows share warning (related to #2274) | Andreas Gohr | 2011-09-25 |
| | |||
* | Small JavaScript improvements | Adrian Lang | 2011-09-24 |
| | |||
* | Fix swipe diff JS | Adrian Lang | 2011-09-24 |
| | |||
* | More mediamanager reworking | Adrian Lang | 2011-09-24 |
| | |||
* | Resize images in fullscreen mediamanager using CSS | Adrian Lang | 2011-09-22 |
| | |||
* | Only resize to fullscreen if screen is big enough | Adrian Lang | 2011-09-22 |
| | |||
* | Merge remote-tracking branch 'origin/master' | Andreas Gohr | 2011-09-21 |
|\ | | | | | | | | | Conflicts: lib/tpl/default/mediamanager.css | ||
| * | media manager: improved the panel widths | Anika Henke | 2011-09-20 |
| | | |||
| * | Fix resizing and file panel AJAX-based tabs | Adrian Lang | 2011-09-19 |
| | | |||
| * | Add file revision above file detail page | Adrian Lang | 2011-09-19 |
| | | |||
| * | Simplified Chinese language update | lainme | 2011-09-19 |
| | | |||
| * | Norwegian language update | Thomas Nygreen | 2011-09-19 |
| | | |||
| * | Finnish language update | Otto Vainio | 2011-09-19 |
| | | |||
| * | Esperanto language update | Robert Bogenschneider | 2011-09-19 |
| | | |||
| * | Greek language update | Petros Vidalis | 2011-09-19 |
| | | |||
| * | media manager: renamed List display option to 'Rows' | Anika Henke | 2011-09-19 |
| | | |||
| * | media manager: shortened text for media list headline | Anika Henke | 2011-09-19 |
| | | |||
| * | media manager: improved spacing around option buttons and changed lang ↵ | Anika Henke | 2011-09-19 |
| | | | | | | | | strings for them | ||
| * | media manager: fixed option buttons (broken with 94add30) | Anika Henke | 2011-09-19 |
| | | |||
| * | media manager: moved some html out of lang.php and fixed namespace in middle ↵ | Anika Henke | 2011-09-19 |
| | | | | | | | | panel | ||
| * | media manager: added a few newlines to the output | Anika Henke | 2011-09-19 |
| | | |||
| * | media manager: small functionality and css changes | Anika Henke | 2011-09-19 |
| | | |||
| * | media manager: word changes | Anika Henke | 2011-09-18 |
| | | |||
| * | media manager: styled new option buttons | Anika Henke | 2011-09-18 |
| | | |||
| * | Merge branch 'master' of github.com:splitbrain/dokuwiki | Anika Henke | 2011-09-18 |
| |\ | | | | | | | | | | | | | Conflicts: lib/tpl/default/mediamanager.css | ||
| | * | Fix mediamanager JS (diffs not yet working) | Adrian Lang | 2011-09-18 |
| | | | |||
| * | | media manager: more CSS changes | Anika Henke | 2011-09-18 |
| |/ |