Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change default groupwildcards option to 0 not to change behavior of | Aorimn | 2012-01-30 |
| | | | | already installed wikis | ||
* | Added support for the %GROUP% wildcard. | romain | 2012-01-30 |
| | | | | | | %GROUP% is the same as %USER% except it's done on each group a user is in. %USER% and %GROUP% cannot be mixed on an ACL line. | ||
* | made the tpl_getMediaFile() function more flexible | Andreas Gohr | 2012-01-30 |
| | |||
* | added tpl_getMediaFile() to replace tpl_getFavicon() | Anika Henke | 2012-01-29 |
| | | | | | The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing nearly exactly the same) and tpl_getFavicon() was deprecated. tpl_favicon() can still be used, though. | ||
* | added two new config options: tagline and sidebar | Anika Henke | 2012-01-29 |
| | | | | Templates authors should support these to make the transition between templates easier. Templates which already have a sidebar could first check for $conf['sidebar'] and use it if it's defined, otherwise use their old own sidebar functionality to stay backwards-compatible. | ||
* | added missing actions to tpl_actiondropdown() | Anika Henke | 2012-01-29 |
| | |||
* | added 5 new language strings for action tools and skip link (needs translations) | Anika Henke | 2012-01-29 |
| | | | | This is in preparation for the new default template. This also updates the tpl_actiondropdown() to use most of them. | ||
* | release preparations | Andreas Gohr | 2012-01-25 |
| | |||
* | Romanian language update | Emanuel-Emeric Andrași | 2012-01-25 |
| | |||
* | removed 'view original' button from new media manager again (was added in ↵ | Anika Henke | 2012-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 | ||
* | corrected old mediaupload introduction text | Anika Henke | 2012-01-19 |
| | |||
* | Removed obsolete Opera fix that now causes harm FS#2429 | Andreas Gohr | 2012-01-18 |
| | |||
* | don't limit download sizes in plugin manager | Andreas Gohr | 2012-01-17 |
| | |||
* | Disable E_STRICT error reporting | Michael Hamann | 2012-01-15 |
| | | | | | | | | This change disables the reporting of strict standard errors in PHP 5.4, in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for these versions this doesn't cause any change (however E_STRICT is available in all versions of PHP 5 so this doesn't cause any problems). See also FS#2427. | ||
* | Make Sitemapper functions static as they were used as static functions | Michael Hamann | 2012-01-15 |
| | | | | | | | All calls to the Sitemapper were static function calls, this caused notices because they weren't static, with this commit they are marked as static. Furthermore two FIXME comments were removed as dbglog now checks if debugging is enabled. | ||
* | Make this dummy file empty like all others | Guy Brand | 2012-01-15 |
| | |||
* | Update copyright year | Guy Brand | 2012-01-15 |
| | |||
* | Remove testing md5 hash from installer | Guy Brand | 2012-01-15 |
| | |||
* | Merge pull request #75 from lupo49/master | Andreas Gohr | 2012-01-13 |
|\ | | | | | localization: removed strings from old flashuploader | ||
| * | localization: removed strings from old flashuploader | lupo49 | 2012-01-13 |
| | | |||
* | | Slovak language update | Martin Michalek | 2012-01-13 |
|/ | |||
* | Polish language update | Begina Felicysym | 2012-01-13 |
| | |||
* | readded missing "view original" button to the new media manager | Andreas Gohr | 2012-01-13 |
| | | | | Template authors need to update their _mediamanager.css | ||
* | always show full filename as tooltip in mediamanager | Andreas Gohr | 2012-01-13 |
| | |||
* | Fix sorting in media manager search (FS#2423) | Adrian Lang | 2012-01-13 |
| | |||
* | make the installer check for new media dirs | Andreas Gohr | 2012-01-10 |
| | |||
* | do not rely on tmpfile() in the AJAX uploader backend FS#2417 | Andreas Gohr | 2012-01-09 |
| | |||
* | Galician language update | Oscar M. Lage | 2012-01-09 |
| | |||
* | Spanish language update | Oscar M. Lage | 2012-01-08 |
| | |||
* | make sure that sidebar TOCs won't interfere with page TOCs | Andreas Gohr | 2012-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). | ||
* | Correct two spaces in the French translation of the popularity plugin | Michael Hamann | 2012-01-04 |
| | | | | Thanks to Anael in the DokuWiki IRC channel for spotting the errors. | ||
* | Merge pull request #73 from NEOhidra/master | Anika Henke | 2012-01-03 |
|\ | | | | | Bulgarian language update (added "mediarevisions") | ||
| * | BG: language update (added "mediarevisions") | NEOhidra | 2011-12-22 |
| | | |||
* | | fixed no align option in media settings modal window (FS#2411) | Anika Henke | 2011-12-27 |
| | | |||
* | | French language update | skimpax | 2011-12-22 |
| | | |||
* | | Japanese language update | Kazutaka Miyasaka | 2011-12-22 |
| | | |||
* | | Revert 4a24b459, thus fixing FETCH_MEDIA_STATUS for missing files (FS#2405) | Adrian Lang | 2011-12-20 |
|/ | |||
* | Fix double URL-encoding in media manager (FS#2403) | Adrian Lang | 2011-12-18 |
| | |||
* | Malay language update | Jian Wei Tay | 2011-12-15 |
| | |||
* | Polish language update | Begina Felicysym | 2011-12-14 |
| | |||
* | Avoid a warning when a media cachefile doesn't exist yet | Andreas Gohr | 2011-12-13 |
| | |||
* | updated GPL2 license text (fixes whitespace issues and typos and updates FSF ↵ | Anika Henke | 2011-12-11 |
| | | | | address) | ||
* | Fixed bug in XML-RPC search. | Tim Roes | 2011-12-10 |
| | | | | | The score was randomly transfered as string or as integer. This way it will always be transfered as an integer. | ||
* | Dutch language update | Ricardo Guijt | 2011-12-08 |
| | |||
* | Norwegian language update | Egil Hansen | 2011-12-06 |
| | |||
* | Add missing German language values (config plugin) | Andreas Haerter | 2011-12-06 |
| | |||
* | fixed whitespace error introduced with 475aa19 | Anika Henke | 2011-12-04 |
| | |||
* | Added urldecoding of query for qsearch | dploeger | 2011-12-04 |
| | |||
* | fixed link in popup media manager to fullscreen media manager to open in ↵ | Anika Henke | 2011-12-04 |
| | | | | correct namespace (FS#2401) | ||
* | fixed list type being sometimes undefined | Anika Henke | 2011-12-04 |
| |