Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵ | Kate Arzamastseva | 2011-06-24 |
|\ | | | | | | | media-revisions | ||
| * | Kazakh translation added | Nurgozha Kaliaskarov | 2011-06-21 |
| | | |||
| * | Bulgarian language update | Kiril Velikov | 2011-06-16 |
| | | |||
| * | 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. | ||
| * | Use mailprefix for media upload emails too (see also FS#2021) | Guy Brand | 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 |
| | | |||
| * | fixed email subject encoding bug ($enc_subj typo) | Kazutaka Miyasaka | 2011-06-06 |
| | | |||
| * | Estonian language update | Rivo Zängov | 2011-06-05 |
| | | |||
* | | media action buttons | Kate Arzamastseva | 2011-06-24 |
| | | |||
* | | media manager auth fix | Kate Arzamastseva | 2011-06-23 |
| | | |||
* | | media getting metadata fix | Kate Arzamastseva | 2011-06-23 |
| | | |||
* | | media version saving metadata | Kate Arzamastseva | 2011-06-22 |
| | | |||
* | | mediamanager fixes | Kate Arzamastseva | 2011-06-22 |
| | | |||
* | | thumbnails and list view | Kate Arzamastseva | 2011-06-20 |
| | | |||
* | | media history | Kate Arzamastseva | 2011-06-20 |
| | | |||
* | | media manager button | Kate Arzamastseva | 2011-06-20 |
| | | |||
* | | media manager fixes | Kate Arzamastseva | 2011-06-15 |
| | | |||
* | | media history | Kate Arzamastseva | 2011-06-14 |
| | | |||
* | | media manager | Kate Arzamastseva | 2011-06-13 |
| | | |||
* | | recent changes fix | Kate Arzamastseva | 2011-06-10 |
| | | |||
* | | fullscreen media manager | Kate Arzamastseva | 2011-06-09 |
| | | |||
* | | type of recent changes selection fix | Kate Arzamastseva | 2011-06-05 |
| | | |||
* | | type of recent changes selection | Kate Arzamastseva | 2011-06-05 |
| | | |||
* | | media version saving fixes | Kate Arzamastseva | 2011-06-05 |
| | | |||
* | | media revisions in recent changes | Kate Arzamastseva | 2011-06-04 |
| | | |||
* | | media version saving fix | Kate Arzamastseva | 2011-06-04 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into media-revisions | Kate Arzamastseva | 2011-06-04 |
|\| | |||
| * | Hungarian language update | Szabó Dávid | 2011-06-04 |
| | | |||
| * | 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 | ||
| | * | Merge branch 'master' of git://github.com/splitbrain/dokuwiki | Michal Rezler | 2011-04-08 |
| | |\ | |||
| | * \ | Merge branch 'master' of git://github.com/splitbrain/dokuwiki | Michal Rezler | 2011-03-30 |
| | |\ \ | |||
| | * \ \ | jQuery rewrite branch merged into master branch of whole project | Michal Rezler | 2011-03-23 |
| | |\ \ \ | |||
| | * | | | | added a TODO | Pierre Spring | 2010-10-10 |
| | | | | | | |||
* | | | | | | media version saving | Kate Arzamastseva | 2011-05-26 |
|/ / / / / | |||
* | | | | | Slovak language update | Martin Michalek | 2011-05-25 |
| | | | | | |||
* | | | | | Persian language update | Omid Mottaghi | 2011-05-25 |
| | | | | | |||
* | | | | | Arabic language update | Usama Akkad | 2011-05-25 |
| | | | | | |||
* | | | | | Check permissions + security token in lock + draft modification FS#2265 | Michael Hamann | 2011-05-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This disables lock and draft creation for pages the user can't edit. It additionally adds a security token to the draft creation and deletion request so - at least for logged in users - drafts can't be created, modified or deleted so easily anymore. | ||
* | | | | | Use login cookie for LDAP re-auth (closes FS#2260) | Michael Hamann | 2011-05-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Since the password is no longer stored in the session, we need to use the login cookie instead. | ||
* | | | | | Fix variable name typo in indexer | Adrian Lang | 2011-05-23 |
| | | | | | |||
* | | | | | Hopefully finally fixed the subscription user regex | Michael Hamann | 2011-05-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users with names like foo.bar still didn't receive the mail when user foo edited the page. Now the two possibilities (space and end of line) are tested instead of just a word boundary. | ||
* | | | | | Correct the subscription user regex FS#2250 | Michael Hamann | 2011-05-23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the subscription user regex to really only not to match the author of the change but to still match users who have that username as substring in their username. | ||
* | | | | | made favicon always use direct link if used with ml() | Anika Henke | 2011-05-08 |
| | | | | |