aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAgeFilesLines
* README: add DockerHub badgeVirtualTam2015-08-161-4/+5
* Merge pull request #309 from virtualtam/refactor/PageCacheVirtualTam2015-08-138-88/+342
|\
| * Cache: simplify cached content cleanup, improve testsVirtualTam2015-08-132-15/+23
| * CachedPage: move to a proper file, add testsVirtualTam2015-08-138-88/+334
|/
* Merge pull request #301 from ArthurHoaro/edit-link-redirectVirtualTam2015-08-131-7/+36
|\
| * Fixes #299: prevent 404 on '?edit_link' while logged outArthurHoaro2015-08-071-7/+36
|/
* Merge pull request #313 from virtualtam/install/timezoneVirtualTam2015-08-053-35/+38
|\
| * Installation: default to the server's timezoneVirtualTam2015-08-043-35/+38
|/
* Merge pull request #294 from virtualtam/doc/updateVirtualTam2015-08-0461-1201/+5504
|\
| * Doc: sync from Wiki, generate HTMLVirtualTam2015-08-0461-1201/+5504
|/
* Merge pull request #276 from virtualtam/tools/phpcsVirtualTam2015-07-311-0/+4
|\
| * Makefile: add a generic rule to run PHPCS against different coding standardsVirtualTam2015-07-121-0/+4
* | Merge pull request #303 from virtualtam/v0.5.0v0.5.0VirtualTam2015-07-302-3/+3
|\ \
| * | Bump version to 0.5.0VirtualTam2015-07-302-3/+3
|/ /
* | Add Requirements section in README (link to wiki).ArthurHoaro2015-07-241-2/+4
* | Merge pull request #295 from Knah-Tsaeb/patch-1Arthur2015-07-231-2/+4
|\ \
| * | [fix] #293Knah Tsaeb2015-07-221-2/+4
* | | Merge pull request #289 from virtualtam/make-cleanVirtualTam2015-07-232-5/+6
|\ \ \ | |/ / |/| |
| * | Makefile: do not call `clean` before `test`VirtualTam2015-07-182-5/+6
|/ /
* | Merge pull request #290 from virtualtam/travis-containerVirtualTam2015-07-181-0/+1
|\ \
| * | Travis: use the container-based infrastructureVirtualTam2015-07-181-0/+1
|/ /
* | Merge pull request #271 from virtualtam/php53Arthur2015-07-1510-102/+288
|\ \ | |/ |/|
| * PHP: ensure 5.3 compatibility, refactor timezone utilitiesVirtualTam2015-07-1310-102/+288
|/
* Merge pull request #257 from ArthurHoaro/tag-http-refererVirtualTam2015-07-123-44/+108
|\
| * Prevent redirection loop everytime we rely on HTTP_REFERER:ArthurHoaro2015-07-123-44/+108
* | English mistake cf sebsauvage/Shaarli#221Arthur2015-07-121-1/+1
* | Fixes warning 'Undefined index: searchtags' while filtering by tags.ArthurHoaro2015-07-121-1/+5
* | Merge pull request #262 from ArthurHoaro/dup-tagsArthur2015-07-122-1/+24
|\ \
| * | Avoid tag duplicatesArthurHoaro2015-07-122-5/+28
* | | Merge pull request #268 from ArthurHoaro/dailrss-templateVirtualTam2015-07-112-49/+75
|\ \ \
| * | | Include the whole <item> in dailyRSSArthurHoaro2015-07-112-49/+75
* | | | Merge pull request #269 from virtualtam/fix/read-configVirtualTam2015-07-111-2/+8
|\ \ \ \
| * | | | Fix: data/config.php was not importedVirtualTam2015-07-111-2/+8
|/ / / /
* | | | Merge pull request #267 from virtualtam/linkdb/private-namesVirtualTam2015-07-103-74/+74
|\ \ \ \ | |/ / / |/| | |
| * | | LinkDB: prefix private members with an underscoreVirtualTam2015-07-093-74/+74
|/ / /
* | | Merge pull request #255 from ArthurHoaro/configVirtualTam2015-07-093-34/+358
|\ \ \ | |_|/ |/| |
| * | All settings are now stored in config.phpArthurHoaro2015-07-093-38/+362
| |/
* | Merge pull request #251 from virtualtam/linkdb/date-formatVirtualTam2015-07-095-12/+58
|\ \
| * | LinkDB::filterDay(): check input date formatVirtualTam2015-07-095-12/+58
|/ /
* | Merge pull request #264 from ArthurHoaro/daily-navVirtualTam2015-07-091-6/+6
|\ \ | |/ |/|
| * Fixes #260: previous/next day links in dailyArthurHoaro2015-07-081-6/+6
|/
* Merge pull request #254 from virtualtam/test/linkdb/datastorenodiscc2015-06-281-10/+4
|\
| * LinkDBTest: only check that the datastore is created and non-emptyVirtualTam2015-06-281-10/+4
|/
* doc: bump php requirement to php 5.4, fixes https://github.com/shaarli/Shaarl...nodiscc2015-06-271-1/+1
* Merge remote-tracking branch 'ArthurHoaro/default-links'nodiscc2015-06-262-13/+17
|\
| * Fixes unit tests: checking datastore filesize instead of hash.ArthurHoaro2015-06-241-7/+7
| * Change fresh install default linkArthurHoaro2015-06-241-6/+10
* | Merge remote-tracking branch 'virtualtam/linkdb/remove-globals'nodiscc2015-06-264-35/+40
|\ \
| * | LinkDB: do not access global variablesVirtualTam2015-06-244-35/+40
| |/
* | [doc] sync doc with latest wiki, build HTMLnodiscc2015-06-269-233/+443