summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* added the missing bit to my last commitAndreas Gohr2011-10-15
|
* Fix performance issue in close_paragraphAndreas Gohr2011-10-15
| | | | Looks like a for loop is faster than array_splice
* cleanup of handler.phpAndreas Gohr2011-10-15
| | | | The file contained a few DOS lineendings and trailing spaces
* Treat a whitespace-only page as empty and delete it FS#2283Andreas Gohr2011-10-15
|
* Check if given file is really a file in JpegMeta FS#2322Andreas Gohr2011-10-14
|
* Fixed test and broken salt generation in PassHash classAndreas Gohr2011-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#2348Andreas Gohr2011-10-14
|
* Dutch language updateJeroen Roeterd2011-10-10
|
* German language updateKaeptn Haddock2011-10-10
|
* Spanish language updateRubén Figols2011-10-10
|
* Romanian language updateMarius-Alex Olar2011-10-10
|
* limit edit summaries to 255 charactersAndreas Gohr2011-10-10
|
* Fixes a problem with parsing overlong changelog linesAndreas Gohr2011-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 Henke2011-09-27
|
* whitespace fixes: tabs to spacesAnika Henke2011-09-25
|
* media manager: fixed and improved diff viewsAnika Henke2011-09-25
|
* fix namespace cleaning FS#2295Andreas Gohr2011-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.
* More mediamanager reworkingAdrian Lang2011-09-24
|
* Resize images in fullscreen mediamanager using CSSAdrian Lang2011-09-22
|
* media manager: improved the panel widthsAnika Henke2011-09-20
|
* Add file revision above file detail pageAdrian Lang2011-09-19
|
* Simplified Chinese language updatelainme2011-09-19
|
* Norwegian language updateThomas Nygreen2011-09-19
|
* Finnish language updateOtto Vainio2011-09-19
|
* Esperanto language updateRobert Bogenschneider2011-09-19
|
* Greek language updatePetros Vidalis2011-09-19
|
* media manager: renamed List display option to 'Rows'Anika Henke2011-09-19
|
* media manager: shortened text for media list headlineAnika Henke2011-09-19
|
* media manager: improved spacing around option buttons and changed lang ↵Anika Henke2011-09-19
| | | | strings for them
* media manager: moved some html out of lang.php and fixed namespace in middle ↵Anika Henke2011-09-19
| | | | panel
* media manager: added a few newlines to the outputAnika Henke2011-09-19
|
* media manager: small functionality and css changesAnika Henke2011-09-19
|
* media manager: word changesAnika Henke2011-09-18
|
* Merge branch 'master' of github.com:splitbrain/dokuwikiAnika Henke2011-09-18
|\ | | | | | | | | Conflicts: lib/tpl/default/mediamanager.css
| * Fix mediamanager JS (diffs not yet working)Adrian Lang2011-09-18
| |
* | media manager: more CSS changesAnika Henke2011-09-18
|/
* media manager: re-newed CSS roughly (more to come)Anika Henke2011-09-18
|
* Change className from form.actions to form.optionsAdrian Lang2011-09-18
|
* Rework media manager HTML (JS and CSS will come)Adrian Lang2011-09-17
|
* Merge pull request #57 from lupo49/masterAndreas Gohr2011-09-17
|\ | | | | ru: (language) fixes in lang.php and uploadmail.txt
| * ru: fixes in lang.php and uploadmail.txtRandom2011-09-17
| |
* | improved words for different diff views of imagesAnika Henke2011-09-16
| |
* | pt-BR language updateDedeco2011-09-12
| |
* | Merge pull request #54 from lupo49/masterAndreas Gohr2011-09-12
|\| | | | | language file updates
| * ru: language updates (new strings of the Media Manager)Random2011-09-12
| |
| * en/fr: language updates (new strings of the Media Manager)FELTZ Vincent2011-09-12
| |
| * de/de-informal/en language file updatesMatthias Schulte2011-09-11
| | | | | | | | | | | | | | | | This commit adds new strings to the de/de-informals files which have been introduced through the new Media-Manager. All lang.php-files in inside en/de/de-informal have been reordered and reformatted.
* | pt language file updatesaneves2011-09-11
|/ | | | | | This commit adds new strings to the pt files which have been introduced through the new Media-Manager. (commit fb46ebd87eb43d5cd9f67f353f6656d0e3a0b196)
* Merge branch 'plugincontroller' of git://github.com/piyushmishra/dokuwiki ↵Anika Henke2011-09-10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into plugincontroller This adds support for the config_cascade when enabling/disabling plugins, making farming easier. The changes have been implemented by Piyush Mishra and are a part of the new extension manager which will follow later. It's the result of a Google Summer of Code project, the official project page can be found at http://www.google-melange.com/gsoc/project/google/gsoc2011/piyushmishra/26001 Thanks to Piyush for the work and Google for sponsoring it! Conflicts: inc/lang/en/lang.php
| * empty conf/plugins.local is created if not existingHakan Sandell2011-09-10
| |