summaryrefslogtreecommitdiff
path: root/inc/template.php
Commit message (Collapse)AuthorAge
* removed 'view original' button from new media manager again (was added in ↵Anika Henke2012-01-22
| | | | b8a84c03) and made a link around the image instead, as that is a more minor change (as it should be during the RC phase) and is what was originally planned
* readded missing "view original" button to the new media managerAndreas Gohr2012-01-13
| | | | Template authors need to update their _mediamanager.css
* make sure that sidebar TOCs won't interfere with page TOCsAndreas Gohr2012-01-07
| | | | | This could happen if a sidebar is rendered before the page (populating $TOC) and the page itself had no own TOC (no headers).
* Remove references to (un)?subscribens.Adrian Lang2011-10-30
|
* show accesskey also on actionlink title and add accesskey parameter only if ↵Anika Henke2011-10-15
| | | | a key is defined (FS#2226)
* media manager: improved the panel widthsAnika Henke2011-09-20
|
* Add file revision above file detail pageAdrian Lang2011-09-19
|
* media manager: moved some html out of lang.php and fixed namespace in middle ↵Anika Henke2011-09-19
| | | | panel
* media manager: added a few newlines to the outputAnika Henke2011-09-19
|
* media manager: small functionality and css changesAnika Henke2011-09-19
|
* media manager: word changesAnika Henke2011-09-18
|
* media manager: re-newed CSS roughly (more to come)Anika Henke2011-09-18
|
* Rework media manager HTML (JS and CSS will come)Adrian Lang2011-09-17
|
* media manager design: added headlineAnika Henke2011-09-10
|
* issue #47 Changes to old media manager popup: removing edit and delete ↵Kate Arzamastseva2011-09-02
| | | | functionality
* mergingKate Arzamastseva2011-08-25
|\
| * added apple-touch-icon (aka 'mobile favicon')Anika Henke2011-07-31
| |
* | issue #57, function names, params, html fixesKate Arzamastseva2011-08-24
| |
* | issue #44 removing drop-area after uploadKate Arzamastseva2011-08-19
| |
* | issue #56 ajax deleting imagesKate Arzamastseva2011-08-19
| |
* | issue #38 diff links only if diff available; deleted filesKate Arzamastseva2011-08-03
| |
* | issue #9 config option to disable media revisions, authKate Arzamastseva2011-08-02
| |
* | issue #10 media revisions/changes in RSS feedKate Arzamastseva2011-08-02
| |
* | mediamanager resizeKate Arzamastseva2011-07-18
| |
* | mediamanager html, css reworkingKate Arzamastseva2011-07-17
| |
* | mergingKate Arzamastseva2011-07-10
|\|
| * updated doc for tpl_indexerWebBug()Andreas Haerter2011-07-10
| |
* | ajax mediamanager fixKate Arzamastseva2011-07-03
| |
* | ajax mediamanagerKate Arzamastseva2011-07-03
| |
* | restoring old media revisionsKate Arzamastseva2011-06-30
| |
* | media upload fixKate Arzamastseva2011-06-29
| |
* | media action buttonsKate Arzamastseva2011-06-24
| |
* | media manager auth fixKate Arzamastseva2011-06-23
| |
* | mediamanager fixesKate Arzamastseva2011-06-22
| |
* | thumbnails and list viewKate Arzamastseva2011-06-20
| |
* | media manager buttonKate Arzamastseva2011-06-20
| |
* | media manager fixesKate Arzamastseva2011-06-15
| |
* | fullscreen media managerKate Arzamastseva2011-06-09
| |
* | type of recent changes selectionKate Arzamastseva2011-06-05
|/
* made favicon always use direct link if used with ml()Anika Henke2011-05-08
|
* Merge pull request #44 from lupo49/masterAndreas Gohr2011-05-08
|\ | | | | Cosmetic changes in tpl_getFavicon()
| * Cosmetic changes in tpl_getFavicon()lupo492011-05-08
| |
* | Add more render/cache logic to the metadata codeMichael Hamann2011-05-08
|/ | | | | | | | | | | | | | | | | | | | This adds a new rendering limit of currently 5 pages to the p_get_metadata function. This means that in one request not more than 3 pages will be parsed/rendered. Pages for which the cache can be used aren't counted. This should make the new cache modes safe to use and should provide backwards compatibility while keeping the advantage of rendering metadata on demand (i.e. imagine one included page out of 10 is updated, then the metadata for that page can be rendered, but when you request a purge of the cache not 10 pages are rendered). In this commit most of the changes to the p_get_first_heading function are reverted and the title index is no longer used. This makes the first heading functionality no longer depends on the search index of DokuWiki. Maybe it can be added again later when the indexer provides a proper API for getting metadata values for all or selected pages. The performance of the p_get_first_heading function should be almost back to the performance in Anteater as the simple cache of p_get_metadata is used and also the limit of p_get_metadata is of course applied.
* change indexer webbug dimension FS#2237Andreas Gohr2011-05-02
|
* allow tpl_getFavicon() returning the absolute path to the icon filelupo492011-04-26
|
* check manager/admin role earlier for admin plugins FS#2180Andreas Gohr2011-03-04
|
* improved actionOK and its useAnika Henke2011-02-22
|
* added 'register' and 'resendpwd' to action links and buttonsAnika Henke2011-02-20
| | | | | Attention: $lang['register'] has been renamed to $lang['btn_register'], anyone using that in any plugin or template should adjust it.
* make hierarchical breadcrumb consistent on search FS#2078Andreas Gohr2011-02-06
| | | | | A search equivalent to a new ID so it should show up in the bread crumbs.
* make use of quickselect in the action dropdownAndreas Gohr2011-01-31
|