summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/en
Commit message (Collapse)AuthorAge
* adjust newlineMyeongjin2015-07-11
|
* added config stuff for disabling RSSAndreas Gohr2014-03-18
|
* Extend showuseras config with username_linkGerrit Uitslag2014-02-15
| | | | uses the user interwiki link as profile link
* Fix grammar in proxy_except descriptionMatt Perry2013-08-23
| | | | Remove trailing preposition.
* Fix grammar for allowdebug descriptionMatt Perry2013-08-23
| | | | Add a full stop between sentences for the allowdebug description.
* Fix grammar for the hidepages descriptionMatt Perry2013-08-23
|
* Merge branch 'pull-request-245'Andreas Gohr2013-08-02
|\ | | | | | | | | | | | | | | | | | | | | | | | | * pull-request-245: coding corrections. correct type hint, remove unused variable assignment HTTPClient don't pull too much bytes when no content-length is given de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account Conflicts: inc/lang/de-informal/lang.php inc/lang/de/lang.php
| * Merge branch 'FS#2751' of git://github.com/splitbrain/dokuwiki into ↵Andreas Gohr2013-08-02
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-245 * 'FS#2751' of git://github.com/splitbrain/dokuwiki: coding corrections. correct type hint, remove unused variable assignment de/de-informal: localization updates (delete user function) unit tests for self deleting of user accounts FS#2751 - self deletion of user account
| | * FS#2751 - self deletion of user accountChristopher Smith2013-07-31
| | |
* | | de/de-informal/en: Removed redundant suffixes in TOC of configurationMatthias Schulte2013-08-02
|/ / | | | | | | manager / Synchronize terms in de and de-informal
* / Remove search_references() and the refshow configuration optionMichael Hamann2013-07-31
|/ | | | | | | | The refshow configuration option wasn't used as described anymore already in the latest release and after the introduction of the media usage index the parameter is also no longer relevant for internal optimization. The only place where it was still used is the no longer used search_references()-function which is removed here, too.
* fixed html error in plugin lang fileAnika Henke2013-02-16
|
* added option to disable reverse DNS lookupsAndreas Gohr2012-04-23
|
* Merge branch 'master' into htmlmailAndreas Gohr2012-04-15
|\ | | | | | | | | | | | | | | | | | | | | * master: extended some config options a bit, to make more clear what they do rearranged the config options Conflicts: conf/dokuwiki.php lib/plugins/config/lang/en/lang.php lib/plugins/config/settings/config.metadata.php
| * extended some config options a bit, to make more clear what they doAndreas Gohr2012-04-15
| |
| * rearranged the config optionsAndreas Gohr2012-04-15
| | | | | | | | | | | | | | | | We had a lot of options lumped together under "Advanced Settings". I introduced two more categories and move a few options to other existing categories. I also reordered the appropriate entries in the source files to make it easier to find stuff when extending the options.
* | Merge branch 'master' into htmlmailAndreas Gohr2012-04-15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (382 commits) Romanian language update Marathi language update Arabic Language Update when there's not enough space for images, make sure they stay proportional (might be FS#2480) added minimal RTL print styles (part of FS#2185) moved plugins' rtl.css to their style.css counterpart (part of FS#2185) removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary removed comments from accidentally commented lines in tpl_includeFile() removed obsolete template file added tpl_includeFile() to core Make getTitle method in remote interface public Changed an error code in XML-RPC interface. This error hasn't anything to do with the rest of the -32600 errors. BG: language update Korean language update fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447) deleted very old (and unused) images added accidentally removed '<?php' back in (was in 57fc5edd) wrapped X-UA-Compatible meta tag with conditional comments added explanation to todo in _forms.css removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950) ... Conflicts: inc/auth.php inc/load.php
| * more verbose remote API config setting explanationAndreas Gohr2012-03-23
| |
| * Merge branch 'master' of https://github.com/splitbrain/dokuwikiDominik Eckelmann2012-03-14
| |\ | | | | | | | | | | | | Conflicts: lib/exe/xmlrpc.php
| | * make RSS contents (media/pages) configurableAndreas Gohr2012-03-02
| | |
| | * added two new config options: tagline and sidebarAnika Henke2012-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 config metadata FS#2383Andreas Gohr2011-11-27
| | | | | | | | | | | | Translators need to add another string.
| * | removed xmlrpc and xmlrpcuser - added remote and remoteuser config optionDominik Eckelmann2012-01-08
| |/
* / made it possible to disable HTML mails in the configAndreas Gohr2012-04-15
|/
* paraphrased '<' character in some language files (en, de, de-informal) to ↵Anika Henke2011-11-05
| | | | avoid XML errors -- please fix other languages
* Merge pull request #19 from gbirke/masterDominik Eckelmann2011-08-18
|\ | | | | Make cookie path configurable
| * Modified config and lang files for new optionGabriel Birke2010-12-30
| |
* | Made the maximum embed size for datauris configurableAndreas Gohr2011-06-18
| | | | | | | | | | The feature is now disabled by default. Metadata for config manager was added.
* | language updates: update.dokuwiki.org is currently used for update/msg-checksMatthias Schulte2011-04-28
| |
* | Allow a prefix for subject of sent mails (Close FS#2021)Guy Brand2010-12-31
|/
* typo fixAndreas Gohr2010-10-02
|
* added proxy exception regexp FS#1247Andreas Gohr2010-06-26
|
* new fnencode option FS#1649Andreas Gohr2010-04-04
| | | | | | This patch adds an option to choose how filenames are encoded when saved to the file system. You can choose between urlencoding (url), the new SafeFn method (safe) and storing real UTF-8 (utf-8).
* Limiting use of readdir in the idx_indexLengths function (v2).YoBoY2010-03-24
| | | | | | Each searches on the wiki use this function. Scanning the index directory eachtime is time consuming with a constant series of disk access. Switching a normal search to use file_exists 1 or more times, and not readdir all the directory. Switching a wildcard search to use a lengths.idx file containing all the word lengths used in the wiki, file generated if a new configuration parameter $conf[readdircache] is not 0 and fixed to a time in second. Creation of a new function idx_listIndexLengths to do this part.
* Fix documentation for subscribe_timeAdrian Lang2010-02-08
|
* Update translations for subscriptionAdrian Lang2010-01-27
|
* Add subscribe time to admin interface.Adrian Lang2010-01-20
|
* Better description for baseurl and basedir config FS#1814Andreas Gohr2009-12-13
| | | | | | Ignore-this: 93ed511583b00adeff2ed7d716629d51 darcs-hash:20091213102504-7ad00-7fa970b563290372eeee6c5aa62b6e441378c1f2.gz
* removed purple numbersAnika Henke2009-05-25
| | | | darcs-hash:20090525194435-f7d6d-2def694a053f7e661f88f1636903283bad7c1fa8.gz
* restrict XMLRPC to configurable groups and usersAndreas Gohr2009-05-16
| | | | | | | | | Ignore-this: 1370cee84d44bb35ae7c0c988ed8f1ff This patch adds a config option to define users or groups that may access the XMLRPC API. ACLs are still checked on top of this intial access control. darcs-hash:20090516114351-7ad00-155fb6c74c29f5f84e79544a534369eec0403ff0.gz
* Purple Numbers (granular hierarchical IDs) - set $conf['purplenumbers'] and ↵Anika Henke2009-05-05
| | | | | | adjust your CSS darcs-hash:20090504222544-f7d6d-fd9e4c771c5aef32dc2927a1da4dfa4fc4f8b4f1.gz
* Minor language tweaksAndreas Gohr2009-03-16
| | | | | | Ignore-this: f6a858982b806d21dd53896f3498bfbc darcs-hash:20090316200138-7ad00-d7c4df9b0e7db99ef007ee74a0c4c51d19b718fa.gz
* configmgr: visual improvements (warning icons for newbies and links to each ↵Anika Henke2009-03-12
| | | | | | documentation page) darcs-hash:20090312222853-f7d6d-6ad28d7747ed0a72e4f8952eb1cec606e9b6d322.gz
* adjusted config manager for new config option 'tocminheads'Anika Henke2009-01-17
| | | | darcs-hash:20090116235051-f7d6d-8898c5f3433c701191bfd8652bdccb6d46a8ce6b.gz
* remove linebreaks from language files FS#1035Michael Klier2008-12-01
| | | | darcs-hash:20081201212346-23886-81f2bc6c2c021b3f1e9c7367d8ffbab12700e379.gz
* FS#630: allow $conf['useheading'] to individually apply to content links ↵Chris Smith2008-11-19
| | | | | | | | | | | | | | | | and/or navigation links $conf['useheading'] values are now: - 0 : off, use page name in link text - 'content' : use first heading text for links in wiki page content - 'navigation' : use first heading text for links in non-page content, e.g. breadcrumps, backlinks, search results, etc. - 1 : use first heading text in all links (for backwards compatibility, any other values are mapped to 0 or 1 by empty() function.) $conf['useheading'] value should now be checked using the useHeading($linktype) function, where linktype can be "content" or "navigation" darcs-hash:20081119140758-f07c6-6e26456d50dcecc949fada31b0d4e72877fde1cc.gz
* improved faulty descriptions for typography config options (en + de)Anika Henke2008-11-25
| | | | darcs-hash:20081125174711-f7d6d-3ab79afebb8fdb2b29273bf39a79ba3ed681c4b8.gz
* small change for rememberme optionAndreas Gohr2008-10-14
| | | | darcs-hash:20081014185611-7ad00-e575d3315c6f135059635dbf8a77be3f7020d6a0.gz
* FS#564 FS#1270 new option to disable the rememberme checkboxMichael Klier2008-10-12
| | | | darcs-hash:20081012144253-23886-c904f82c559c3ad5477bf921e93cb439a212134d.gz
* Make license selectable from config FS#312Andreas Gohr2008-10-12
| | | | darcs-hash:20081012113150-7ad00-6408da058bdb6c923159d445e03b76f54b579362.gz