aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #551 from ArthurHoaro/hotfix/timezoneArthur2016-05-051-8/+12
|\
| * Use correct 'UTC' timezoneArthurHoaro2016-05-031-8/+12
* | Merge pull request #532 from ArthurHoaro/hotfix/title-retrieve-the-returnArthur2016-05-031-3/+5
|\ \
| * | Fixes #531 - Title retrieving is failing with multiple use caseArthurHoaro2016-05-031-3/+5
* | | Refactor Netscape bookmark exportingVirtualTam2016-04-101-32/+25
| |/ |/|
* | Fixes #480: add an option to urlencode redirector URLArthurHoaro2016-04-091-19/+11
* | Fixes #526: bad font size separator in tagcloud with some localeArthurHoaro2016-03-311-5/+10
|/
* Remove dev cache disablingArthurHoaro2016-03-261-1/+1
* Merge pull request #515 from ArthurHoaro/template-feedsArthur2016-03-251-299/+93
|\
| * Refactor filter in LinkDBArthurHoaro2016-03-251-72/+27
| * Create a FeedBuilder class which build data for both ATOM and RSS feed.ArthurHoaro2016-03-251-238/+41
| * Plugin: add render_feed hook and call it while generating ATOM and RSS feed.ArthurHoaro2016-03-181-0/+6
| * Refactor showRSS, and make it use the RSS templateArthurHoaro2016-03-181-53/+67
| * Refactor showAtom, and make it use the ATOM templateArthurHoaro2016-03-181-66/+59
| * Add method assignAll() to pageBuilder to assign an array of dataArthurHoaro2016-03-181-0/+23
* | Use generateLocation to set the redirection in login (and don't escape the url)ArthurHoaro2016-03-211-1/+1
|/
* Bump version to v0.6.5ArthurHoaro2016-03-021-2/+2
* Fixes #503: check that HTTP_ACCEPT_LANGUAGE is set before calling autoLocale()ArthurHoaro2016-02-281-1/+4
* Bump version to v0.6.4ArthurHoaro2016-02-281-2/+2
* Merge pull request #496 from ArthurHoaro/cross-searchArthur2016-02-281-41/+79
|\
| * Allow crossed search between terms and tagsArthurHoaro2016-02-281-41/+79
* | Merge pull request #492 from ArthurHoaro/locale-sort-fixArthur2016-02-241-25/+6
|\ \ | |/ |/|
| * Fixes #481: tag cloud fatal errorArthurHoaro2016-02-191-4/+5
| * Apply the locale to all categories and move autolocale to Utils.phpArthurHoaro2016-02-191-21/+1
* | Merge pull request #486 from virtualtam/refactor/datetimeArthur2016-02-181-41/+24
|\ \
| * | cleanup: use DateTime to format datesVirtualTam2016-02-171-41/+24
| |/
* / Fixes #468: don't trim descriptionArthurHoaro2016-02-181-1/+1
|/
* Merge pull request #461 from ArthurHoaro/tagcloud-sortArthur2016-02-151-3/+17
|\
| * Fixes #456: Tag cloud does not sort tags (fully) alphabeticallyArthurHoaro2016-02-051-3/+17
* | Remove first '-' char when saving tagsArthurHoaro2016-02-151-0/+2
* | Merge pull request #479 from ArthurHoaro/pluginsadmin-error-urlArthur2016-02-151-1/+1
|\ \
| * | Fixes typo in plugin admin redirection URLArthurHoaro2016-02-151-1/+1
* | | Merge pull request #460 from ArthurHoaro/440-editlink-404Arthur2016-02-151-13/+34
|\ \ \
| * | | Fixes #440 - 404 error after editing a linkArthurHoaro2016-02-041-1/+1
| * | | Code cleanup: index.php - save_editArthurHoaro2016-02-041-12/+33
| | |/ | |/|
* | | Merge pull request #442 from ArthurHoaro/updaterArthur2016-02-151-10/+23
|\ \ \ | |_|/ |/| |
| * | Introduce the Updater class whichArthurHoaro2016-02-151-10/+23
| |/
* | Common hooks: process includes before header/footerArthurHoaro2016-02-101-1/+1
* | Merge pull request #458 from ArthurHoaro/plugins-init-parametersArthur2016-02-041-1/+2
|\ \
| * | Initialize plugin parameters array to avoid unnecessary warning.ArthurHoaro2016-02-021-1/+2
| |/
* / Add a default value to ENABLE_UPDATECHECK to avoid unnecessary warning.ArthurHoaro2016-02-021-0/+3
|/
* Bump version to v0.6.3ArthurHoaro2016-01-311-2/+2
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-311-0/+48
* Create 404 templateDimtion2016-01-201-5/+14
* Logging: move logm() from index.php to application/Utils.phpVirtualTam2016-01-161-13/+5
* Fixes #410 - Retrieve title fails in multiple casesArthurHoaro2016-01-111-50/+37
* Merge pull request #424 from ArthurHoaro/searchArthur2016-01-061-93/+117
|\
| * Fixes #426 - Do not filter with blank tags.ArthurHoaro2016-01-061-4/+6
| * Link filter refactoringArthurHoaro2016-01-061-89/+111
* | Fixes #428: validate buttons presence instead of valueArthurHoaro2016-01-031-9/+9
|/