Commit graph

1842 commits

Author SHA1 Message Date
ArthurHoaro 781e8aadea Avoid tag duplicates
* Prevent duplicate client side with awesomplete
 * Prevent duplicate server side (save_edit processing)

Fixes #261
2015-07-12 10:34:29 +02:00
VirtualTam bba021defc Merge pull request #268 from ArthurHoaro/dailrss-template
Include the whole <item> in Daily RSS template
2015-07-11 19:09:52 +02:00
VirtualTam 1b73f35ebf Merge pull request #269 from virtualtam/fix/read-config
Fix: data/config.php was not imported
2015-07-11 12:48:24 +02:00
ArthurHoaro f3b8f9f0f8 Include the whole <item> in dailyRSS
Allow custom date format and title in templates.

Also a bit of code style review.

Fixes #182
2015-07-11 10:25:25 +02:00
VirtualTam 50c9a12ee6 Fix: data/config.php was not imported
Relates to #255

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
2015-07-11 00:12:13 +02:00
VirtualTam 49ca756950 Merge pull request #267 from virtualtam/linkdb/private-names
LinkDB: prefix private members with an underscore
2015-07-10 17:43:00 +02:00
VirtualTam 07b6fa750b LinkDB: prefix private members with an underscore
Relates to #95, #218

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
2015-07-09 21:46:01 +02:00
VirtualTam e92f1ba59e Merge pull request #255 from ArthurHoaro/config
All settings are now stored in config.php
2015-07-09 21:34:46 +02:00
ArthurHoaro dd484b90b1 All settings are now stored in config.php
Isolate functions related to config in Config.php + add unit tests + code_sniffer.

options.php is not supported anymore, but its content will be automatically saved into config.php

Fixes #shaarli/Shaarli#41

*TODO*: update [documentation](https://github.com/shaarli/Shaarli/wiki#configuration).
2015-07-09 20:46:03 +02:00
VirtualTam 7f1dfd1c12 Merge pull request #251 from virtualtam/linkdb/date-format
LinkDB::filterDay(): check input date format
2015-07-09 01:00:40 +02:00
VirtualTam 9186ab9594 LinkDB::filterDay(): check input date format
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
2015-07-09 00:44:19 +02:00
VirtualTam 46d83c20d7 Merge pull request #264 from ArthurHoaro/daily-nav
Fixes #260: previous/next day links in daily
2015-07-09 00:16:07 +02:00
ArthurHoaro f3db3774f9 Fixes #260: previous/next day links in daily
The bug was occuring only if we tried to access to the first day.
2015-07-08 17:12:06 +02:00
Knah Tsaeb 7bae9485fd [upd] update README and go to myShaarli 1.0.0 beta 2015-07-08 12:00:55 +02:00
nodiscc 4c6847df8b improve tag cloud font size scaling
* use logarithmic scales
 * remove bold style
2015-07-08 10:24:00 +02:00
Knah Tsaeb 132acc4e95 [fix] no version return 2015-07-03 15:02:40 +02:00
Knah Tsaeb 3c20b1071e [upd] clean up id and proper css in paging template 2015-07-03 14:32:04 +02:00
Knah Tsaeb f89abe02e8 [fix] bad position of generated qr-code 2015-07-03 14:06:18 +02:00
Knah Tsaeb 0b7c7fc069 [add] new theme and adapte linklist template 2015-07-03 13:48:53 +02:00
Knah Tsaeb 88f2ebadca [upd] refactor login form 2015-07-03 10:22:39 +02:00
Knah Tsaeb 62c55f9c8c [upd] replace js focus by html5 autofocus 2015-07-03 10:08:37 +02:00
Knah Tsaeb c5eeb78c3c [chg] cleanup html structure 2015-07-03 10:02:58 +02:00
Knah Tsaeb 8afd5016af [chg] remove language="JavaScript" 2015-07-03 09:50:53 +02:00
Knah Tsaeb b74a59fd49 [add] in note post add tag 'note' 2015-07-03 09:42:32 +02:00
Florian Eula e267bf2772 Prevents ?do=addlink from generating a 404 if the user is not logged in
Fixes https://github.com/shaarli/Shaarli/issue/47
2015-07-03 09:32:44 +02:00
Emilien Klein 194cd1cd16 Redirect to home page after deleting a link
Fixes issue 87
2015-07-03 09:30:28 +02:00
Knah Tsaeb 01342dd5a4 [upd] improve removing feedburner.... parameter 2015-07-02 17:17:05 +02:00
Knah Tsaeb 1d1bc6ebe3 [fix] error with autocomplet tag 2015-07-02 17:04:30 +02:00
Knah Tsaeb 799c92d786 [add] new configuration page
[fix] disable thumbnails keep left space in myShaarli theme
2015-07-01 12:20:41 +02:00
Knah Tsaeb d541bf3514 [chg] better html structure 2015-06-29 15:19:32 +02:00
Knah Tsaeb a044da320e [fix] forgot includes.html 2015-06-29 14:51:09 +02:00
Knah Tsaeb d15d267369 [fix] login background 2015-06-29 14:48:52 +02:00
Knah Tsaeb 7708afcc78 [chg] release user.css, merge old user.css and shaarli.css on myShaarli.css 2015-06-29 14:42:09 +02:00
Knah Tsaeb b741e823c7 [chg] reorganize css 2015-06-29 11:36:09 +02:00
Knah Tsaeb 7d0661086e [chg] optimise and clean css 2015-06-29 11:30:57 +02:00
nodiscc eee711c0a8 Merge pull request #254 from virtualtam/test/linkdb/datastore
LinkDBTest: only check that the datastore is created and non-empty
2015-06-28 15:53:27 +02:00
VirtualTam 0037fbe1e0 LinkDBTest: only check that the datastore is created and non-empty
Fixes #252
Relates to #238

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
2015-06-28 14:53:26 +02:00
nodiscc fe4e8839b3 doc: bump php requirement to php 5.4, fixes https://github.com/shaarli/Shaarli/issues/250 2015-06-27 16:30:54 +02:00
nodiscc d72ae3d7e8 Merge remote-tracking branch 'ArthurHoaro/default-links' 2015-06-26 22:03:25 +02:00
nodiscc 2fbadc3c63 Merge remote-tracking branch 'virtualtam/linkdb/remove-globals' 2015-06-26 22:03:10 +02:00
nodiscc da9b0e3e80 [doc] sync doc with latest wiki, build HTML 2015-06-26 21:58:07 +02:00
nodiscc 927a84119c [doc] update CONTRIBUTING 2015-06-26 21:58:07 +02:00
nicolasm eae648d4fd duplicated id removed 2015-06-26 21:58:07 +02:00
nicolasm 41145f7050 awesome.css restored. width bug fixed. 2015-06-26 21:57:12 +02:00
nodiscc d257f25c96 Merge pull request #249 from fbartels/patch-1
Restore compatibility with php 5.3
2015-06-26 21:49:18 +02:00
Knah Tsaeb ff50f9c69e [chg] start proper fork of original Shaarli 2015-06-26 17:29:17 +02:00
Felix Bartels ddfc400465 Restore compatability with php 5.3 2015-06-26 16:57:07 +02:00
Knah Tsaeb 9047fb2fd5 [chg] remove javascript autofocus prefer html5 2015-06-26 15:33:17 +02:00
Knah Tsaeb 1f28497fff [add] option for define contact link 2015-06-26 15:23:10 +02:00
Knah Tsaeb cd635a0857 [add] Firefox social API by Marsup d33c5d4c3b 2015-06-26 14:41:36 +02:00