summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* tmp: Introduce sneaky2Adrian Lang2011-09-04
|
* Use search_universal in search_indexAdrian Lang2011-09-04
|
* Polish language updateŁukasz Chmaj2011-08-27
|
* Spanish language updateOscar Ciudad2011-08-27
|
* avoid 100% cpu usage when reading HTTP headers FS#2304Andreas Gohr2011-08-21
|
* Don't delete meta files when pages are deleted, fixes FS#2301Michael Hamann2011-08-19
| | | | | | | | As we need to keep all core meta files anyway (the only core file that had been deleted but shouldn't be deleted is the .indexed file) and plugins can keep care of their own metadata files using the IO_WIKIPAGE_WRITE event there is no reason for using the expensive metaFiles() function during the deletion of pages.
* Fix tree HTML (closes FS#2299)Adrian Lang2011-08-19
|
* jqueryized locktimerAndreas Gohr2011-08-19
|
* Merge pull request #19 from gbirke/masterDominik Eckelmann2011-08-18
|\ | | | | Make cookie path configurable
| * If cookiedir is configured, use it.Gabriel Birke2011-01-02
| | | | | | | | If $conf['cookiedir'] is set, use this setting instead of DOKU_REL.
* | Hide hidden and deleted pages from the backlinksMichael Hamann2011-08-10
| | | | | | | | | | | | | | | | Sometimes pages aren't deleted from the index (that should be fixed, too) and appear in the backlinks although they don't exist anymore. This change hides them and hidden pages that shouldn't appear at all as the backlinks view is an automatic listing. Hidden pages had been hidden before the transition to the metadata index, too.
* | fixed empty target in license linkAnika Henke2011-08-01
| |
* | Transliteration for Sanskrit diacritics FS#2246Eivind Morland2011-08-01
| |
* | added apple-touch-icon (aka 'mobile favicon')Anika Henke2011-07-31
| |
* | French language updateChristophe Martin2011-07-30
| |
* | added solidus to character picker and moved multiplication sign to other ↵Anika Henke2011-07-30
| | | | | | | | mathmatical symbols
* | Croatian language updateDejan Igrec2011-07-25
| |
* | Finish language updateSami Olmari2011-07-25
| |
* | Fix some bugs and glitches in (mediamanager) treeAdrian Lang2011-07-11
| | | | | | | | | | | | * Fix selector in subtree loading callback * Remove HTML inconsistencies between AJAX and plain PHP lists * Unify icon and CSS class switching in dw_tree and dw_mediamanager
* | Add check for existing renderer classLucas2011-07-10
| |
* | updated doc for tpl_indexerWebBug()Andreas Haerter2011-07-10
| |
* | Refactor CSS and JS cachingAdrian Lang2011-07-02
| | | | | | | | | | | | | | * Increase HTTP cache time since the resources are timestamped on request anyway * Check userscript.js only once for JS cache validation * Use cache class
* | Swedish language updateMikael Mallander2011-07-02
| |
* | The mail() function shouldn't be executed when no recipients are given.Matthias Schulte2011-06-26
| | | | | | | | | | Empty to, cc or bcc fields could lead to an Internal Server Error: malformed header from script. Bad header=No recipient addresses found...
* | Ignore warnings in the constructor of SimplePie_FileMichael Hamann2011-06-26
| | | | | | | | | | This ignores warnings because of the (intentionally) missing url parameter for the constructor of SimplePie_File.
* | Kazakh translation addedNurgozha Kaliaskarov2011-06-21
| |
* | Bulgarian language updateKiril Velikov2011-06-16
| |
* | Force search index update after fixing the lowercasing of wordsMichael Hamann2011-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 Gohr2011-06-14
| | | | | | | | | | This reverts commit 1ca2719c7488662ebd7964c0d026e0890f923ee9 as it is now superseeded by a6b82e436e3d68a42a6556165d6aaf9249db44cd
* | only allow configured URL schemes in external linksAndreas Gohr2011-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#2270Michael Hamann2011-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 linksAndreas Gohr2011-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 Brand2011-06-09
| |
* | Add missing return value to p_set_metadataMichael Hamann2011-06-08
| |
* | Use autoloading for plugin classesAdrian Lang2011-06-06
| |
* | fixed email subject encoding bug ($enc_subj typo)Kazutaka Miyasaka2011-06-06
| |
* | Estonian language updateRivo Zängov2011-06-05
| |
* | Hungarian language updateSzabó Dávid2011-06-04
| |
* | Persian language updateSoroush Falahati2011-05-30
| |
* | Norwegian language updateRune Rasmussen2011-05-30
| |
* | Merge branch 'jquery'Michael Hamann2011-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/dokuwikiMichal Rezler2011-04-08
| |\ \
| * \ \ Merge branch 'master' of git://github.com/splitbrain/dokuwikiMichal Rezler2011-03-30
| |\ \ \
| * \ \ \ jQuery rewrite branch merged into master branch of whole projectMichal Rezler2011-03-23
| |\ \ \ \
| * | | | | added a TODOPierre Spring2010-10-10
| | | | | |
* | | | | | Slovak language updateMartin Michalek2011-05-25
| | | | | |
* | | | | | Persian language updateOmid Mottaghi2011-05-25
| | | | | |
* | | | | | Arabic language updateUsama Akkad2011-05-25
| | | | | |
* | | | | | Check permissions + security token in lock + draft modification FS#2265Michael Hamann2011-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 Hamann2011-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the password is no longer stored in the session, we need to use the login cookie instead.