Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bulgarian language update | Kiril Velikov | 2011-06-16 |
| | |||
* | config manager: always write back to the last file | Andreas Gohr | 2011-06-16 |
| | | | | in the local config cascade tree | ||
* | fix console check in Internet Explorer | Andreas Gohr | 2011-06-16 |
| | |||
* | release preparations | Andreas Gohr | 2011-06-14 |
| | |||
* | Force search index update after fixing the lowercasing of words | Michael Hamann | 2011-06-14 |
| | | | | | | This increases the indexer version in order to force a rebuild of the search index in order to "repair" the search index that might contain uppercase words | ||
* | Revert "Only allow known protocols in RSS links" | Andreas Gohr | 2011-06-14 |
| | | | | | This reverts commit 1ca2719c7488662ebd7964c0d026e0890f923ee9 as it is now superseeded by a6b82e436e3d68a42a6556165d6aaf9249db44cd | ||
* | only allow configured URL schemes in external links | Andreas Gohr | 2011-06-14 |
| | | | | | | | | | | | This fixes a problem where JavaScript could be introduced through specially crafted RSS feeds on a lower level than the commit from yesterday (1ca2719c7488662ebd7964c0d026e0890f923ee9) This also fixes a problem where JavaScript links could be introduced by specifying it as an RSS URL: the resulting error message displays a link to the broken feed URL. This patch makes sure there's no working link for unknown protocols. | ||
* | Fix lowercasing of words in the indexer FS#2270 | Michael Hamann | 2011-06-14 |
| | | | | | | On certain PHP installations (it has been reproduced with PHP version 5.2.0-8+etch11) the indexer failed to lowercase words in the indexer so the fulltext search was partially broken. | ||
* | Only allow known protocols in RSS links | Andreas Gohr | 2011-06-13 |
| | | | | | This fixes a security vulnerability where an attacker could introduce JavaScript links into wiki pages by including a prepared RSS feed. | ||
* | deprecated even functions | Andreas Gohr | 2011-06-13 |
| | | | | These now simply wrap around jQuery | ||
* | Moved behavioural functions into it's own object and file | Andreas Gohr | 2011-06-13 |
| | | | | | JavaScript functions adding behaviours based on IDs or class names where moved to their own object into behaviour.js and where jQueryized. | ||
* | Use mailprefix for media upload emails too (see also FS#2021) | Guy Brand | 2011-06-09 |
| | |||
* | finished jQuery port of ACL manager | Andreas Gohr | 2011-06-09 |
| | |||
* | marked sack library as deprecated | Andreas Gohr | 2011-06-09 |
| | |||
* | started jQuery port of ACL manager | Andreas Gohr | 2011-06-09 |
| | |||
* | Add missing return value to p_set_metadata | Michael Hamann | 2011-06-08 |
| | |||
* | Use autoloading for plugin classes | Adrian Lang | 2011-06-06 |
| | |||
* | Merge pull request #47 from kazmiya/2011_06_EmailSubjectEncodingFix | Michael Hamann | 2011-06-06 |
|\ | | | | | Bug fix in email subject encoding | ||
| * | fixed email subject encoding bug ($enc_subj typo) | Kazutaka Miyasaka | 2011-06-06 |
|/ | |||
* | fixed JavaScript compressor for certain regexes | Andreas Gohr | 2011-06-05 |
| | | | | | This fixes a problem with running the minified jQuery through the compressor. | ||
* | fixed typo | Andreas Gohr | 2011-06-05 |
| | |||
* | Updated jQuery-UI, added jQuery updater, load theme in CSS dispatcher | Andreas Gohr | 2011-06-05 |
| | | | | | | | | This patch adds a simple shell script to easily update the jQuery/jQuery-UI+theme bundle to the latest available version. The jQuery-UI CSS theme is now loaded in lib/exe/css.php (before plugin and template styles - 3rd party authors can override the styles). | ||
* | Add a newline when loading JavaScript files | Andreas Gohr | 2011-06-05 |
| | | | | This avoids problems when the files are concatenated later. | ||
* | Updated JQuery to version 1.6.1 | Andreas Gohr | 2011-06-05 |
| | |||
* | Estonian language update | Rivo Zängov | 2011-06-05 |
| | |||
* | Merge pull request #46 from gturri/master | Anika Henke | 2011-06-04 |
|\ | | | | | Fix display in popularity plugin | ||
| * | Fix display in popularity plugin | Guillaume Turri | 2011-05-28 |
| | | |||
* | | Hungarian language update | Szabó Dávid | 2011-06-04 |
| | | |||
* | | Deprecation marker for JavaScript functions | Andreas Gohr | 2011-06-03 |
| | | | | | | | | | | | | | | | | | | | | | | This adds a DEPRECATED() JavaScript function. This function will print a warning to the Browser's debug console if available (Chrome and Firefox with Firebug extension) when ever it is called. The DEPRECATED() function was also added to the $() function which should no longer be used and be replaced with JQuery calls. Other deprecated functions need to be identified and marked. | ||
* | | Fixed quick search | Andreas Gohr | 2011-06-03 |
| | | | | | | | | | | | | This was broken by the JQuery port. This patch makes the page search work again and also removes the anonymous wrapper function around ajax_quicksearch again. | ||
* | | Add missing Slovak language file | Martin Michalek | 2011-05-31 |
| | | |||
* | | Persian language update | Soroush Falahati | 2011-05-30 |
| | | |||
* | | Norwegian language update | Rune Rasmussen | 2011-05-30 |
| | | |||
* | | Merge branch 'jquery' | Michael Hamann | 2011-05-29 |
|\ \ | |/ |/| | | | | | | | | | | | Conflicts: lib/scripts/edit.js lib/scripts/locktimer.js Some whitespace (at end of line) cleanup | ||
| * | Undo whitespace changes in readded (old) js files | Michael Hamann | 2011-05-29 |
| | | |||
| * | edit.js is jQueryfied | Michal Rezler | 2011-04-09 |
| | | |||
| * | Merge branch 'master' of git://github.com/splitbrain/dokuwiki | Michal Rezler | 2011-04-08 |
| |\ | |||
| * | | fixed import for drag.js and started a rewrite of edit.js | Michal Rezler | 2011-03-30 |
| | | | |||
| * | | Merge remote branch splitbrain/master and added back drag.js (for ↵ | Michal Rezler | 2011-03-30 |
| | | | | | | | | | | | | compatibility reason) | ||
| * | | Merge branch 'master' of git://github.com/splitbrain/dokuwiki | Michal Rezler | 2011-03-30 |
| |\ \ | |||
| * | | | toolbar.js is jQueryfied | Michal Rezler | 2011-03-30 |
| | | | | |||
| * | | | JS API is corrected to the original state | Michal Rezler | 2011-03-28 |
| | | | | |||
| * | | | helpers.js was removed - it basically contained functions they are ↵ | Michal Rezler | 2011-03-27 |
| | | | | | | | | | | | | | | | | implemented in jQuery library | ||
| * | | | cookie.js is jQueryfied, added jQuery-cookie-plugin | Michal Rezler | 2011-03-26 |
| | | | | |||
| * | | | using POST instead of GET in searching by ajax | Michal Rezler | 2011-03-26 |
| | | | | |||
| * | | | locktimer.js is jQueryfied | Michal Rezler | 2011-03-26 |
| | | | | |||
| * | | | ajax.js is jQueryfied | Michal Rezler | 2011-03-24 |
| | | | | |||
| * | | | cursors: a.select = pointer, linkwiz__header = cross | Michal Rezler | 2011-03-24 |
| | | | | |||
| * | | | Added pointers cursors on a.select | Michal Rezler | 2011-03-23 |
| | | | | |||
| * | | | jQuery rewrite branch merged into master branch of whole project | Michal Rezler | 2011-03-23 |
| |\ \ \ |