]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Version 0.0.32 beta:
authorSeb Sauvage <sebsauvage@sebsauvage.net>
Fri, 16 Dec 2011 20:27:16 +0000 (21:27 +0100)
committerEmilien Klein <emilien@klein.st>
Fri, 16 Dec 2011 20:27:16 +0000 (21:27 +0100)
commit3433e5e8a84e3952502b79296f945e6dde2a7d75
tree98fc646456708df7d3b133ed7f33835c1f1b059f
parent5112a433897d4d6507982b64bb07333b774ddb3a
Version 0.0.32 beta:
- Changed: HTML generation moved to RainTPL templates (in the tpl/ directory).
- Added: Better check on URL parameters (patch by gege2061).
- Changed: Better detection of HTTPS (patch by gege2061).
- Changed: In RSS/ATOM feeds, the GUID is now the permalink instead of the final URL (patch by gege2061).
- Changed: Jerrywham CSS patch included.
- Changed: Multiple spaces are now respected in description. Thus you can use Shaarli as a personal pastebin (for posting source code, for example). I also added a max-height and overflow:auto so that content can be scrolled if too large.
- Corrected: Tab order changed in login screen.
- Corrected: Permalinks now work even if additional parameters have been added (eg. /?E8Yj2Q&utm_source=blablabla…)
- Corrected: user.css is included only if the file is present (This prevent a useless CSS include which makes a harmless but useless 404 error.).
- Removed: Page time generation was removed.
25 files changed:
inc/jquery-ui.custom.min.js [moved from jquery-ui.custom.min.js with 100% similarity]
inc/jquery.min.js [moved from jquery.min.js with 100% similarity]
inc/rain.tpl.class.php [new file with mode: 0644]
inc/shaarli.css [moved from shaarli.css with 90% similarity]
index.php
tpl/addlink.html [new file with mode: 0644]
tpl/changepassword.html [new file with mode: 0644]
tpl/changetag.html [new file with mode: 0644]
tpl/configure.html [new file with mode: 0644]
tpl/editlink.html [new file with mode: 0644]
tpl/export.html [new file with mode: 0644]
tpl/import.html [new file with mode: 0644]
tpl/includes.html [new file with mode: 0644]
tpl/install.html [new file with mode: 0644]
tpl/linklist.html [new file with mode: 0644]
tpl/linklist.paging.html [new file with mode: 0644]
tpl/loginform.html [new file with mode: 0644]
tpl/page.footer.html [new file with mode: 0644]
tpl/page.header.html [new file with mode: 0644]
tpl/page.html [new file with mode: 0644]
tpl/picwall.html [new file with mode: 0644]
tpl/picwall2.html [new file with mode: 0644]
tpl/readme.txt [new file with mode: 0644]
tpl/tagcloud.html [new file with mode: 0644]
tpl/tools.html [new file with mode: 0644]