commit
7fc5f07492
1 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,7 @@ configuration to enable URL rewriting, see:
|
||||||
Theming:
|
Theming:
|
||||||
- Introduce a new theme
|
- Introduce a new theme
|
||||||
- Allow selecting themes/templates from the configuration page
|
- Allow selecting themes/templates from the configuration page
|
||||||
|
- New/Edit link form can be submitted using CTRL+Enter in the textarea
|
||||||
- Add plugin placeholders to Atom/RSS feed templates
|
- Add plugin placeholders to Atom/RSS feed templates
|
||||||
- Add OpenSearch to feed templates
|
- Add OpenSearch to feed templates
|
||||||
- Add `campaign_` to the URL cleanup pattern list
|
- Add `campaign_` to the URL cleanup pattern list
|
||||||
|
@ -36,6 +37,8 @@ Theming:
|
||||||
- Move `user.css` to the `data` folder
|
- Move `user.css` to the `data` folder
|
||||||
- Move default template files to a subfolder (`default`)
|
- Move default template files to a subfolder (`default`)
|
||||||
- Rename the legacy theme to `vintage`
|
- Rename the legacy theme to `vintage`
|
||||||
|
- Private only filter is now displayed as a search parameter
|
||||||
|
- Autocomplete: pre-select the first element
|
||||||
- Move PubSubHub to a dedicated plugin
|
- Move PubSubHub to a dedicated plugin
|
||||||
- Coding style:
|
- Coding style:
|
||||||
- explicit method visibility
|
- explicit method visibility
|
||||||
|
@ -43,6 +46,9 @@ Theming:
|
||||||
- remove unused variables
|
- remove unused variables
|
||||||
- The updater now keeps custom theme preferences
|
- The updater now keeps custom theme preferences
|
||||||
- Simplify the COPYING information
|
- Simplify the COPYING information
|
||||||
|
- Improved client locale detection
|
||||||
|
- Improved date time display depending on the locale
|
||||||
|
- Partial namespace support for Shaarli classes
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- PHP < 5.5 compatibility
|
- PHP < 5.5 compatibility
|
||||||
|
@ -58,6 +64,8 @@ Theming:
|
||||||
- Fix redirection after link deletion
|
- Fix redirection after link deletion
|
||||||
- Do not access LinkDB links by ID before the Updater applies migrations
|
- Do not access LinkDB links by ID before the Updater applies migrations
|
||||||
- Remove extra spaces in the bookmarklet's name
|
- Remove extra spaces in the bookmarklet's name
|
||||||
|
- Piwik plugin: Piwik URL protocol can now be set (http or https)
|
||||||
|
- All inline JS has been moved to dedicated JS files
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
- Markdown plugin: escape HTML entities by default
|
- Markdown plugin: escape HTML entities by default
|
||||||
|
|
Loading…
Reference in a new issue