Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into indexer_rewrite | Michael Hamann | 2011-02-24 |
|\ | | | | | | | | | | | | | Conflicts: inc/fulltext.php inc/indexer.php lib/exe/indexer.php | ||
| * | Merge remote-tracking branch 'origin/master' | Andreas Gohr | 2011-02-21 |
| |\ | | | | | | | | | | | | | Conflicts: inc/lang/bg/lang.php | ||
| | * | added 'register' and 'resendpwd' to action links and buttons | Anika Henke | 2011-02-20 |
| | | | | | | | | | | | | | | | Attention: $lang['register'] has been renamed to $lang['btn_register'], anyone using that in any plugin or template should adjust it. | ||
| * | | Bulgarian language update | Kiril Velikov | 2011-02-21 |
| | | | |||
| * | | Dutch language update | Marijn Hofstra | 2011-02-21 |
| |/ | |||
| * | Merge branch 'petsagouris-master' | Andreas Gohr | 2011-02-19 |
| |\ | |||
| | * | Passed every png file through http://www.smushit.com/ysmush.it/ saving some ↵ | Petsagourakis George | 2011-02-18 |
| | | | | | | | | | | | | 1-2kb of binary image data | ||
| * | | Chinese Language update | Hiphen Lee | 2011-02-19 |
| | | | |||
| * | | Swedish language update | Edward H | 2011-02-19 |
| |/ | |||
| * | Add skype interwiki, similar to 023e47d6 | Elan Ruusamäe | 2011-02-13 |
| | | | | | | | | | | | | | | Icon downloaded from http://forum.skype.com/style_emoticons/skype/skype.png I asked someone internally for file copyright and answer was ok (do whatever you want) | ||
| * | Merge branch 'master' of https://github.com/lupo49/dokuwiki into lupo49-master | Andreas Gohr | 2011-02-13 |
| |\ | |||
| | * | Support for VoIP/SIP callto-links (FS#2167) | lupo49 | 2011-02-11 |
| | | | |||
| * | | fixed error in popularity/helper.php (a quoted array instruction error'd ...) | Petsagourakis George | 2011-02-12 |
| | | | |||
| * | | avoid warning in linkwizard when a space is entered as query | Andreas Gohr | 2011-02-11 |
| |/ | |||
| * | Russian language update | Windy Wanderer | 2011-02-09 |
| | | |||
| * | added one of the most important smileys | Andreas Gohr | 2011-02-07 |
| | | |||
| * | JS: Add style helper and fix footnotes in non-static containers | Michael Hamann | 2011-02-06 |
| | | |||
| * | no final comma in class members or IE craps out | Andreas Gohr | 2011-02-06 |
| | | |||
| * | Honor conf[pluginmanager] again (closes FS#1856) | Adrian Lang | 2011-02-06 |
| | | |||
| * | apply cleanUser and cleanGroup in user manager FS#1859 | Andreas Gohr | 2011-02-06 |
| | | |||
| * | Only remove the indexer lock when there is really a stale lock | Michael Hamann | 2011-02-06 |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously the rmdir could be executed when the lock directory had been deleted by another indexer already. This could lead to a race condition when another indexer call creates the lock again between the if and the rmdir. This issue still exists for stale lock directories but they normally shouldn't exist. This also prevents the loop from becoming an endless loop when the lock directory can't be created. This change also fixes a syntax error in the indexer and prevents an endless loop when the lock directory exists but can't be deleted. | ||
| * | FS#2067: fixed monospace font sizes | Anika Henke | 2011-02-06 |
| | | |||
| * | correctly wait for a lock in indexer (related to FS#2112) | Andreas Gohr | 2011-02-06 |
| | | |||
| * | allow reinstall of plugins via plugin manager FS#2120 | Andreas Gohr | 2011-02-06 |
| | | |||
| * | Use common media_save in media_upload and putAttachment | Adrian Lang | 2011-02-06 |
| | | | | | | | | | | | | | | | | Changes: * XML-RPC now correctly allows leading and trailing _ * Error messages from XML-RPC are correct * MEDIA_UPLOAD_FINISH has a sixth param specifying the move function * Not having upload rights when using media_upload throws a msg | ||
| * | Don't delete the contents of symbolically linked directories in the plugin ↵ | Myron Turner | 2011-02-06 |
| | | | | | | | | | | | | | | manager This patch makes the plugin manager not descend into symbolically linked directories as this behaviour is not expected from a recursive delete. | ||
| * | XML-RPC deleteAttachment now uses media_delete | Adrian Lang | 2011-02-06 |
| | | | | | | | | | | | | | | | | Functionality changes: * deleteAttachment now triggers MEDIA_DELETE_FILE (closes FS#1568) * deletion success msg in mediamanager is correct, even when the ns dir was deleted * media_delete changed quite a bit | ||
| * | keep drafts on preview FS#2116 | Andreas Gohr | 2011-02-06 |
| | | |||
| * | don't show lock timer in readonly mode FS#2146 | Andreas Gohr | 2011-02-06 |
| | | |||
| * | moved locktimer class to its own file | Andreas Gohr | 2011-02-06 |
| | | | | | | | | I also adjusted the coding style to match our other JS classes | ||
| * | Portuguese language update | João Espírito Santo | 2011-02-05 |
| | | |||
| * | Greek translation update | Georgios Petsagourakis | 2011-02-04 |
| | | |||
| * | French language update | Johan Guilbaud | 2011-02-01 |
| | | |||
| * | Bulgarian language update | Kiril Velikov | 2011-02-01 |
| | | |||
| * | Make diff type selectable | Andreas Gohr | 2011-01-31 |
| | | |||
| * | Made the auto submit script more versatile | Andreas Gohr | 2011-01-31 |
| | | | | | | | | | | | | When a <select> tag has the class "quickselect", this script will automatically submit its parent form when the select value changes. It also hides the submit button of the form. | ||
| * | Merge branch 'master' of https://github.com/danny0838/dokuwiki into ↵ | Andreas Gohr | 2011-01-23 |
| |\ | | | | | | | | | | danny0838-master | ||
| | * | Traditional Chinese update | Danny Lin | 2011-01-23 |
| | | | |||
| * | | French language update | Cédric Schmitz | 2011-01-23 |
| |/ | |||
| * | Italian language update | Jacopo Corbetta | 2011-01-22 |
| | | |||
| * | Slovenian language update | Matej Urbančič | 2011-01-22 |
| | | |||
| * | Traditional Chinese update | danny0838 | 2011-01-22 |
| | | |||
| * | Russian language update | Ladyko Andrey | 2011-01-22 |
| | | |||
* | | Merge branch 'master' into indexer_improvements | Michael Hamann | 2011-01-23 |
|\| | | | | | | | | | | | | | Conflicts: inc/fulltext.php inc/indexer.php lib/exe/indexer.php | ||
| * | increase indexer version to reforce rebuild for the new title index | Andreas Gohr | 2011-01-16 |
| | | |||
| * | Fix several security issues in the XML-RPC interface | Michael Hamann | 2011-01-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For locks and getRevisions there hasn't been any acl check. In many other cases the id hadn't been cleaned before the acl check was done which means that many acl rules that should be applied weren't applied. So e.g. when you have read permissions for the root namespace but not for a subnamespace you could add a leading ":" and the permissions for the root namespace will be used instead of the permissions for the subnamespace. This did not apply to writing pages and reading media files, but writing and deleting media files have been concerned as well as reading both plain and html versions of pages. This only concerns installations where XML-RPC is enabled (default is disabled) and XML-RPC is allowed for all or untrusted users. | ||
| * | Added hmd5 and pmd5 as passcrypt choices in config manager | Andreas Gohr | 2011-01-15 |
| | | |||
| * | made ajax quicksearch its own object | Andreas Gohr | 2011-01-15 |
| | | | | | | | | | | This makes it possible for plugin and template authors to overwrite or extend the quicksearch JavaScript logic. | ||
| * | added missing change for path length shortener in ajax backend | Andreas Gohr | 2011-01-15 |
| | | |||
| * | correctly(?) shorten namespaces for RTL langunages in quicksearch | Andreas Gohr | 2011-01-14 |
| | |