aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* WIP - Plugin to override default template colorsArthurHoaro2019-07-081-0/+1
| | | | | | | | | | * Adds a new core plugin to override default template colors * Adds a new hook when plugin settings are saved (`save_plugin_parameters`) * Use CSS native variables for main colors instead of SASS variables * Disable SASS sort order rules due to a bug in the plugin Fixes #1312
* Daily - display the current day instead of the previous oneArthurHoaro2019-05-251-0/+3
| | | | | | | Also mention if it's today or yesterday for clarity using `dayDesc` variable Fixes #1299
* doc: remove Doxygen configurationVirtualTam2019-01-181-1/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* doc: add phpDocumentor configurationVirtualTam2019-01-181-0/+2
| | | | | | | | | See: - https://phpdoc.org/ - https://docs.phpdoc.org/references/configuration.html - https://github.com/phpDocumentor/phpDocumentor2 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Webpack / Configure webpack, ESLint, Travis, Makefile, npm/yarn and gitArthurHoaro2018-03-281-0/+10
|
* Use makefile target to generate MO file and remove it from gitArthurHoaro2017-10-221-0/+1
|
* documentation: remove generated HTML from SCMVirtualTam2017-08-021-0/+3
| | | | | | Relates to https://github.com/shaarli/Shaarli/issues/908 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Include composer.lock in git filesArthurHoaro2017-03-211-1/+0
|
* Move default template to vintage folderArthurHoaro2017-02-271-0/+1
|
* Minor improvements regarding #705 (coding style, unit tests, etc.)ArthurHoaro2017-01-051-0/+4
|
* Ignore compressed tar archivehelpArthurHoaro2016-12-121-1/+1
|
* Makefile: generate release archives including 3rd-party librariesVirtualTam2016-07-251-6/+10
| | | | | | | | | | | Relates to #607 Archive creation process (tar, zip): - let Composer resolve functional (no-dev) dependencies - call git-archive to generate a release archive - include 3rd-party dependencies to the generated archive Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* application: refactor version checks, move to ApplicationUtilsVirtualTam2015-11-261-3/+2
| | | | | | | | | | | | | | | Relates to #372 Modifications: - move checkUpdate() to ApplicationUtils - reduce file I/O operations during version checks - apply coding conventions - add test coverage Tools: - create a sandbox directory for tests Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Add a target to generate Doxygen documentationVirtualTam2015-11-221-1/+2
| | | | | | | | | | | | | | | | | | | | Relates to #95 Customizations for PHP/Shaarli: - add project information - index PHP files - index global functions - exclude directories Usage $ make doxygen $ firefox doxygen/index.html & Notes - classes can be found under "Data Structures" - global functions can be found under "Files > Globals > Functions" Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Plugin system - COREArthurHoaro2015-11-071-0/+3
| | | | see shaarli/Shaarli#275
* Links: refactor & improve URL cleanupVirtualTam2015-08-151-0/+1
| | | | | | | | | | | | | | | | | | | Relates to #141 Relates to #133 Modifications - move URL cleanup to `application/Url.php` - rework the cleanup function - fragments: `#stuff` - GET parameters: `?var1=val1&var2=val2` - add documentation (APIs the params belong to) - add test coverage Reference - http://php.net/parse_url - http://php.net/manual/en/language.oop5.magic.php#language.oop5.magic.tostring Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* LinkDB: move to a proper file, add test coverageVirtualTam2015-06-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to #71 LinkDB - move to application/LinkDB.php - code cleanup - indentation - whitespaces - formatting - comment cleanup - add missing documentation - unify formatting Test coverage for LinkDB - constructor - public / private access - link-related methods Shaarli utilities (LinkDB dependencies) - move startsWith() and endsWith() functions to application/Utils.php - add test coverage Dev utilities - Composer: add PHPUnit to dev dependencies - Makefile: - update lint targets - add test targets - generate coverage reports Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Code quality: Makefile to run static code checkersVirtualTam2015-03-051-1/+8
| | | | | | | | | | | | | | | | Relates to #71 Relates to #95 Additions: - Makefile for easy usage, - Composer file to declare dev & test dependencies. Features: - PHP Copy/Paste Detect: detect duplicate code; - PHP Code Sniffer: static analysis, syntax checking, - PHP Mess Detector: static analysis, syntax checking. Signed-off-by: VirtualTam <virtualtam@flibidi.org>
* gitignore: ignore raintpl generated php pagesnodiscc2014-09-101-1/+4
|
* Ingore Eclipse project filesMathieu Chabanon2013-03-101-4/+9
|
* Added .gitignoreSébastien SAUVAGE2013-02-261-0/+5