summaryrefslogtreecommitdiff
path: root/lib/exe/ajax.php
Commit message (Collapse)AuthorAge
* Quick fix for #765 - ACL checks in the media manager ajax callsMichael Hamann2014-06-25
| | | | This should be superseded by a proper rewrite of the media manager code
* Merge pull request #561 from splitbrain/dir_deleteAndreas Gohr2014-02-22
|\ | | | | replace dir_delete by io_rmdir
| * replace dir_delete by io_rmdirGerrit Uitslag2014-02-20
| |
* | Removed unused vars, define undefined onesGerrit Uitslag2014-02-20
|/
* fix the default ordering of media files to be "natural".Christopher Smith2013-08-03
| | | | also allow the order to be specified in more places.
* use var and remove suggestions when neededKlap-in2013-02-03
| | | | | Use variable for maximum number of suggestions for quicksearch. And hide suggestions when search field is emptied, or when no suggestion are found.
* Add a break to ajax_qsearch()Klap-in2013-01-29
| | | | | When the search input is still only a few characters, the number of matching pages is big. Browsers have heavy work to progress this whole return, better cut off so only the part that is directly displayed will be sent.
* Replacing $_REQUEST variables with $INPUT wrapper, init.phpHakan Sandell2012-09-08
|
* more $INPUT use FS#2577Andreas Gohr2012-08-24
|
* Fix HTML injection in mediaFileList (Secunia advisory SA49196)Adrian Lang2012-07-13
|
* Removed obsolete Opera fix that now causes harm FS#2429Andreas Gohr2012-01-18
|
* fixed whitespace error introduced with 475aa19Anika Henke2011-12-04
|
* Added urldecoding of query for qsearchdploeger2011-12-04
|
* deprecated 3rd parameter of cleanID() FS#2377Andreas Gohr2011-11-28
| | | | | | | For some reason trailing/leading underscores were allowed when uploading files. But the rest of the code (eg. listing or downloading files) never supported this. This patch removes this special case for uploading files to streamline ID cleaning of pages and media files.
* Use JSON wrapper in image upload (FS#2345)schplurtz le déboulonné2011-10-27
|
* issue #61 security fixKate Arzamastseva2011-09-06
|
* issue #47 Changes to old media manager popup: removing edit and delete ↵Kate Arzamastseva2011-09-02
| | | | functionality
* issue #57, function names, params, html fixesKate Arzamastseva2011-08-24
|
* issue #44 uploader fixes, #45 browser testingKate Arzamastseva2011-08-21
|
* issue #44 new uploader in the media popupKate Arzamastseva2011-08-19
|
* issue #50 styling the new uploaderKate Arzamastseva2011-08-15
|
* issue #44, #52 media_upload reused, error handlingKate Arzamastseva2011-08-12
|
* issue #44 overwrite checkbox added to uploaderKate Arzamastseva2011-08-08
|
* issue #44 multi file uploaderKate Arzamastseva2011-08-04
|
* issue #38 diff links only if diff available; deleted filesKate Arzamastseva2011-08-03
|
* image diffs fixesKate Arzamastseva2011-07-26
|
* Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵Kate Arzamastseva2011-07-15
|\ | | | | | | media-revisions
| * 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
* | mediamanager ajax formsKate Arzamastseva2011-07-04
| |
* | ajax mediamanager fixKate Arzamastseva2011-07-03
| |
* | ajax mediamanagerKate Arzamastseva2011-07-03
|/
* Remove the security token from the ajax draft/lock calls againMichael Hamann2011-05-25
| | | | | | | The security token here doesn't improve the security as the other requests that allow you to do the same thing aren't protected and I don't see why locking or draft creation should be subject of XSRF attacks.
* 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.
* avoid warning in linkwizard when a space is entered as queryAndreas Gohr2011-02-11
|
* added missing change for path length shortener in ajax backendAndreas Gohr2011-01-15
|
* coding style fixAndreas Gohr2011-01-14
|
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
| | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
* Work around WebKit bug: newlines at the end of input values are removed.Adrian Lang2010-09-22
| | | | In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines with a dot and later remove the dot.
* fixed locktimer/draft saving on new pagesAndreas Gohr2010-08-11
| | | | When creating new pages, no date field is added in the edit form.
* Wrap $HTTP_RAW_POST_DATA in !empty() to avoid NOTICE in error logsChristopher Smith2010-06-27
|
* FS#433: Editor now uses onbeforeunload event to capture ANY leaving of itGina Haeussge2010-06-27
| | | | | | | | besides via Save or Preview button. This has been successfully tested in FF, Chrome and IE6/7/8. Opera does not support onbeforeunload, therefore the draft is kept if the user navigates away from the editor. Please test this.
* Changes to the ft_pageLookup and related event FS#1978Andreas Gohr2010-06-26
| | | | | | | | | | | This patch changes the ft_pageLookup function to always return the title of pages with the result. This makes it easier to work with the array, as it no longer changes between numeric and key indexes depending on useheading. This also means that action plugins subscribed to SEARCH_QUERY_PAGELOOKUP need to be adjusted. The event contains a new data field called 'has_titles' which plugins can use to check for backwards compatibility.
* Perform quick search in title as wellAdrian Lang2010-06-16
|
* removed dead leftover code from media searchAndreas Gohr2010-03-12
|
* Merge branch 'requireall'Andreas Gohr2010-03-12
|\ | | | | | | | | Conflicts: inc/fulltext.php
| * removed require's in lib/exe/*Andreas Gohr2010-02-01
| |
* | honor sneaky_index config in link manager FS#1907Andreas Gohr2010-02-28
|/
* New dformat() function for fuzzy date supportAndreas Gohr2009-10-07
| | | | | | | | | | | | | | | | | | Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17 It is now possible to use the %f placeholder in $conf['dformat'] to add a fuzzy age string. Template developers and plugin authors should replace their strftime + $conf['dformat'] calls with calls to the new dformat() function. Example: %Y/%m/%d %H:%M (%f) produces dates like this: 2009/09/16 10:36 (3 weeks ago) darcs-hash:20091007133614-6e07b-677108d1b43928ef8fd886813e43514507b5e073.gz
* Search capabilities for the media manager added.sarnowski2009-08-24
| | | | darcs-hash:20090824112230-8c5bd-7b8d8ba14e7533c1035b7b732983a0e3de8251a1.gz
* added MEDIAMANAGER_CONTENT_OUTPUT eventAndreas Gohr2009-08-30
| | | | | | Ignore-this: 1742cf72bee0a1ac1898109ba5afc962 darcs-hash:20090830111438-7ad00-120e8fa9ce41e4317676dc2e9d5cf113a418ec44.gz