index
:
Shaarli
doc-bulk-creation
doc-composer
doc-fix-homepage-icon
doc-fix-mkdocs-warnings
doc-update-php-compat
fix-broken-doc-links
gitolite_local/ldap
latest
legacy
master
revert-1220-url-filter
stable
v0.10
v0.11
v0.12
v0.7
v0.8
v0.9
webdesign
The personal, minimalist, super-fast, database free, bookmarking service - community repo
Immae
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
application
/
Updater.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the new 'default' theme... as default
ArthurHoaro
2017-05-09
1
-15
/
+0
*
Reset the history file due to datetime format change
ArthurHoaro
2017-05-07
1
-0
/
+11
*
Merge pull request #816 from ArthurHoaro/project/master-version
ArthurHoaro
2017-03-22
1
-0
/
+44
|
\
|
*
Add an updateMethod to match the current remote branch for updates
ArthurHoaro
2017-03-12
1
-0
/
+44
*
|
Fixes #304: use atom feed as default
ArthurHoaro
2017-03-11
1
-0
/
+16
|
/
*
Fix #773: set Piwik URL protocol
ArthurHoaro
2017-03-11
1
-0
/
+17
*
application: introduce the Shaarli\Config namespace
VirtualTam
2017-03-04
1
-0
/
+2
*
Add markdown_escape setting
ArthurHoaro
2017-02-28
1
-0
/
+23
*
Set the vintage theme by default for the time being
ArthurHoaro
2017-02-27
1
-0
/
+14
*
Fixes #775: LinkDB do not access LinkDB before ID system migration
ArthurHoaro
2017-02-04
1
-15
/
+15
*
Move user.css to data folder
ArthurHoaro
2017-01-14
1
-0
/
+16
*
Cleanup: use safe boolean comparisons
VirtualTam
2017-01-07
1
-1
/
+1
*
Updater: keep custom theme preference with the new theme setting
ArthurHoaro
2017-01-05
1
-0
/
+29
*
Prepare settings for the API in the admin page and during the install
ArthurHoaro
2016-12-12
1
-0
/
+23
*
Add a persistent 'shorturl' key to all links
ArthurHoaro
2016-12-12
1
-0
/
+3
*
Apply the new ID system accros the whole codebase
ArthurHoaro
2016-12-12
1
-5
/
+1
*
Update method to use the new ID system, which replaces linkdate primary keys.
ArthurHoaro
2016-12-12
1
-2
/
+44
*
LinkDB: update datastore method names
VirtualTam
2016-10-20
1
-1
/
+1
*
Minor code cleanup: PHPDoc, spelling, unused variables, etc.
ArthurHoaro
2016-10-20
1
-1
/
+1
*
Fix update method escapeUnescapedConfig
ArthurHoaro
2016-08-02
1
-2
/
+2
*
Rename configuration key for better sections
ArthurHoaro
2016-06-11
1
-5
/
+5
*
ConfigManager no longer uses singleton pattern
ArthurHoaro
2016-06-11
1
-28
/
+29
*
Remove remaining settings initialization in index.php
ArthurHoaro
2016-06-11
1
-0
/
+23
*
Rename configuration keys and fix GLOBALS in templates
ArthurHoaro
2016-06-11
1
-7
/
+14
*
Adds ConfigJson which handle the configuration in JSON format.
ArthurHoaro
2016-06-11
1
-1
/
+42
*
Replace $GLOBALS configuration with the configuration manager in the whole co...
ArthurHoaro
2016-06-11
1
-17
/
+13
*
Refactor filter in LinkDB
ArthurHoaro
2016-03-25
1
-1
/
+1
*
Add exclusion in tag search
ArthurHoaro
2016-02-15
1
-0
/
+15
*
Introduce the Updater class which
ArthurHoaro
2016-02-15
1
-0
/
+228