summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
...
* | | | | | | | | Merge pull request #333 from mperry2/whitespaceAndreas Gohr2013-09-22
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Fix CodeSniffer whitespace violoations
| * | | | | | | | Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
* | | | | | | | | Merge pull request #339 from dokuwiki-translate/lang_update_299Michael Hamann2013-09-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Translation update (fr)
| * | | | | | | | | translation updateschplurtz2013-09-16
| | | | | | | | | |
* | | | | | | | | | translation updateGerrit Uitslag2013-09-17
|/ / / / / / / / /
* | | | | | | | | Merge pull request #337 from dokuwiki-translate/lang_update_288Anika Henke2013-09-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Translation update (fr)
| * | | | | | | | | translation updateschplurtz2013-09-15
| | | | | | | | | |
* | | | | | | | | | Translation update in KoreanMyeongjin2013-09-15
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' of https://github.com/splitbrain/dokuwikiMyeongjin2013-09-15
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #335 from dokuwiki-translate/lang_update_279Anika Henke2013-09-15
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Translation update (ja)
| | * | | | | | | | | translation updateHideaki SAWADA2013-09-12
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #332 from dokuwiki-translate/lang_update_269Anika Henke2013-09-15
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Translation update (ru)
| | * | | | | | | | | translation updateAleksandr Selivanov2013-09-08
| | |/ / / / / / / /
| * / / / / / / / / Replace tabs with spacesMatt Perry2013-09-10
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace tabs with spaces to fixed the Generic.WhiteSpace.DisallowTabIndent.TabsUsed sniff.
* / / / / / / / / Translation update in KoreanMyeongjin2013-09-08
|/ / / / / / / /
* | | | | | | | translation updateVincent Feltz2013-09-04
| | | | | | | |
* | | | | | | | Removed old default templateAnika Henke2013-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old 'default' template was deprecated with the release of the new 'dokuwiki' template (2012-10-13). It is still available in a separate repository here: https://github.com/dokufreaks/template-default But no-one in the core development team intends to maintain this template anymore. So, anyone willing to adopt it is welcome to clone it and make it your own.
* | | | | | | | Merge pull request #308 from flammy/patch-3Michael Hamann2013-09-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | add pointer curser to mediafile
| * | | | | | | | add pointer curser to mediafileflammy2013-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | Added the pointer icon to the media manager pop-up to show users it is clickable.
* | | | | | | | | Merge pull request #322 from dokuwiki-translate/lang_update_252Michael Hamann2013-09-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Translation update (sl)
| * | | | | | | | | translation updateMatej Urbančič2013-08-26
| | | | | | | | | |
* | | | | | | | | | Merge pull request #326 from mperry2/scopeindentMichael Hamann2013-09-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix CodeSniffer violations
| * | | | | | | | | | Fix CodeSniffer violationsMatt Perry2013-08-27
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix violations for the following sniff DokuWiki.WhiteSpace.ScopeIndent
* / / / / / / / / / Fix CodeSniffer violationsMatt Perry2013-08-27
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix violations for the following sniff DokuWiki.Functions.OpeningFunctionBrace Also removed an extraneous semicolon.
* | | | | | | | | Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php
* | | | | | | | | Merge pull request #316 from mperry2/cs-closingtagAndreas Gohr2013-08-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix CodeSniffer violations for Zend.Files.ClosingTag.NotAllowed
| * | | | | | | | | Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix violations for Zend.Files.ClosingTag.NotAllowed
* | | | | | | | | | Merge pull request #315 from mperry2/cs-codeAndreas Gohr2013-08-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix CodeSniffer violations for Generic.PHP.LowerCaseConstant.Found
| * | | | | | | | | | Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix violations for Generic.PHP.LowerCaseConstant.Found
* | | | | | | | | | 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
|/ / / / / / / / /
* | | | | | | | | Fix CodeSniffer violationsMatt Perry2013-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change indentation to ensure code confirms to CodeSniffer rules.
* | | | | | | | | Merge pull request #304 from dokuwiki-translate/lang_update_234Andreas Gohr2013-08-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Translation update (de-informal)
| * | | | | | | | | translation updateDennis Plöger2013-08-19
| | | | | | | | | |
* | | | | | | | | | Merge pull request #305 from dokuwiki-translate/lang_update_244Andreas Gohr2013-08-21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Translation update (ru)
| * | | | | | | | | | translation updateAleksandr Selivanov2013-08-20
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #307 from dokuwiki-translate/lang_update_245Andreas Gohr2013-08-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Translation update (ko)
| * | | | | | | | | | | translation updateMyeongjin2013-08-21
| |/ / / / / / / / / /
* / / / / / / / / / / Fix CodeSniffer violationsMatt Perry2013-08-20
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove whitespace from end of lines to reduce the number of CodeSniffer violations.
* / / / / / / / / / translation updateMyeongjin2013-08-19
|/ / / / / / / / /
* | | | | | | | | translation updateMyeongjin2013-08-17
| | | | | | | | |
* | | | | | | | | Merge pull request #297 from dokuwiki-translate/lang_update_199Andreas Gohr2013-08-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Translation update (cs)
| * | | | | | | | | translation updateZbyněk Křivka2013-08-15
| | | | | | | | | |
* | | | | | | | | | translation updateAndré Neves2013-08-16
|/ / / / / / / / /
* | | | | | | | | translation updateFelipe Castro2013-08-15
| | | | | | | | |
* | | | | | | | | Merge pull request #295 from dokuwiki-translate/lang_update_190Andreas Gohr2013-08-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Translation update (pt-br)
| * | | | | | | | | translation updateFrederico Gonçalves Guimarães2013-08-15
| | | | | | | | | |
* | | | | | | | | | Merge pull request #292 from dokuwiki-translate/lang_update_165Andreas Gohr2013-08-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Translation update (ne)
| * | | | | | | | | | translation updateSaroj Dhakal2013-08-15
| | | | | | | | | | |