1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00
Commit Graph

112 Commits

Author SHA1 Message Date
Andrew Dolgov
5238347d43 new option: ENABLE_SEARCH_TOOLBAR 2005-12-20 16:58:39 +01:00
Andrew Dolgov
8629e09d9b schema: add email column to ttrss_users 2005-12-20 07:23:33 +01:00
Andrew Dolgov
855d0ecfda schema: wrap table creation in transaction block 2005-12-16 06:48:45 +01:00
Andrew Dolgov
e93a3c96bb add login/pass fields for feeds 2005-12-16 06:45:04 +01:00
Andrew Dolgov
28bcadff2b schema: add collapsed field for ttrss_user_categories 2005-12-13 09:30:52 +01:00
Andrew Dolgov
30ccc2f1cf change COMBINED_DISPLAY_MODE help text 2005-12-13 06:58:22 +01:00
Andrew Dolgov
386cbf27aa combined article display mode (option COMBINED_DISPLAY_MODE), remove xml feed output 2005-12-13 06:52:32 +01:00
Andrew Dolgov
eb40e11b14 add column for slash:comments and alike in ttrss_entries (+ add upgrade scripts for 1.1.1) 2005-12-10 08:14:29 +01:00
Andrew Dolgov
8fe19cd81e forgot about SHORT/LONG date formats for mysql schema 2005-12-03 10:39:32 +01:00
Andrew Dolgov
53d6935b34 schema: add filter actions, fix typo in PG schema 2005-11-29 19:30:08 +01:00
Andrew Dolgov
be773442d2 option HEADLINES_SMART_DATE 2005-11-28 08:43:03 +01:00
Andrew Dolgov
591c396df4 content preview in headlines list, option SHOW_CONTENT_PREVIEW 2005-11-27 16:17:49 +01:00
Andrew Dolgov
ef775b46d8 remove splashscreen 2005-11-26 13:34:08 +01:00
Andrew Dolgov
e552e5a200 themes schema 2005-11-25 13:37:42 +01:00
Andrew Dolgov
17095c5a0e fix ttrss_feed_categories auto increment on mysql 2005-11-23 15:21:59 +01:00
Andrew Dolgov
81dde650b6 fix table drop order in schema 2005-11-23 13:51:50 +01:00
Andrew Dolgov
30a49c9227 DAEMON_REFRESH_ONLY makes a lot more sense as a global option 2005-11-23 13:26:29 +01:00
Andrew Dolgov
e0b77afceb misc schema updates (for mysql) 2005-11-23 10:38:19 +01:00
Andrew Dolgov
a04a687d90 misc schema updates 2005-11-23 10:35:08 +01:00
Andrew Dolgov
91ff844a86 feed categories 2005-11-23 08:07:04 +01:00
Andrew Dolgov
10dc37acce option to enable feed categories 2005-11-23 06:57:08 +01:00
Andrew Dolgov
5a214f9d68 ttrss_feed_categories are now uid-aware 2005-11-23 06:36:28 +01:00
Andrew Dolgov
4a9a8bd884 add schema for feed categories 2005-11-23 06:15:53 +01:00
Andrew Dolgov
386d7b5bda new option - USER_STYLESHEET_URL 2005-11-22 07:44:19 +01:00
Andrew Dolgov
8caa7999c0 entry comments schema 2005-11-20 19:06:06 +01:00
Andrew Dolgov
2bbd16b947 per-feed filters in schema 2005-11-21 14:11:16 +01:00
Andrew Dolgov
3a933f22b1 filters are now actually applied separately for each user 2005-11-21 08:38:28 +01:00
Andrew Dolgov
14c8eca714 fix ALLOW_DUPLICATE_POSTS description 2005-11-20 08:45:44 +01:00
Andrew Dolgov
45a2e09256 tweak ALLOW_DUPLICATE_POSTS help text 2005-11-19 11:37:41 +01:00
Andrew Dolgov
71604ca4e9 new option - ALLOW_DUPLICATE_POSTS 2005-11-19 11:32:59 +01:00
Andrew Dolgov
c62d62f65e new schema adapted for mysql, PG schema fixes 2005-11-19 11:03:47 +01:00
Andrew Dolgov
870ef47907 remove test users from schema 2005-11-18 10:53:21 +01:00
Andrew Dolgov
f16ef23677 change last_login type for mysql 2005-11-18 10:14:24 +01:00
Andrew Dolgov
4f628ae588 add last_login field to ttrss_users 2005-11-18 10:11:56 +01:00
Andrew Dolgov
cd42edf18d removed some default feeds from schema 2005-11-18 09:58:17 +01:00
Andrew Dolgov
273a2f6b43 schema updates, ICONS_DIR/ICONS_URL moved to config.php 2005-11-18 08:04:41 +01:00
Andrew Dolgov
a6ccf566b7 multi-user schema for mysql 2005-11-18 07:48:45 +01:00
Andrew Dolgov
650bc4350f Advanced section in preferences, tweak pref editor look 2005-11-17 11:24:34 +01:00
Andrew Dolgov
36990e3304 add help_text for some options in schema 2005-11-17 08:10:03 +01:00
Andrew Dolgov
4338e23d07 fix schema typo 2005-11-17 06:39:27 +01:00
Andrew Dolgov
2fb72ab9b4 update mysql schema 2005-11-17 06:38:24 +01:00
Andrew Dolgov
0298fb3f3d update prefs sections 2005-11-17 06:37:27 +01:00
Andrew Dolgov
541492a9ce update schema 2005-11-17 05:57:03 +01:00
Andrew Dolgov
603e9ebed8 update prefs schema 2005-11-17 05:41:26 +01:00
Andrew Dolgov
4769ddaf72 sql-ize backend.php 2005-11-16 18:37:45 +01:00
Andrew Dolgov
e0257be14a create sql preferences schema 2005-11-16 17:48:29 +01:00
Andrew Dolgov
1089b16bc2 add purge_interval in ttrss_feeds (schema updated) 2005-11-16 08:24:43 +01:00
Andrew Dolgov
5f171894d1 ttrss_version table (schema updated) 2005-11-10 05:34:36 +01:00
Andrew Dolgov
37d379de29 reserve column in ttrss_feeds for site url (schema+upgrade script updated) 2005-11-02 12:53:06 +01:00
Andrew Dolgov
ab3d0b9926 store last feed update error in the database (SCHEMA UPDATED), display warning box in preferences on feed update error 2005-11-01 08:47:03 +01:00
Andrew Dolgov
7cc6112aaa add another example label in default schema 2005-10-20 17:18:15 +01:00
Andrew Dolgov
d148926e2b per-feed update intervals 2005-10-13 04:15:09 +01:00
Andrew Dolgov
1696229f9d fixed serious bug in MySQL schema (cascade deletes were unfunctional), add yet another content: subtype workaround 2005-10-12 11:54:09 +01:00
Andrew Dolgov
a0d5a39abb fix mysql (guid) schema bug 2005-09-24 13:34:45 +01:00
Andrew Dolgov
49a0dd3d3f while we are at it, change ttrss_entries.{guid,link} to text too 2005-09-14 14:52:21 +01:00
Andrew Dolgov
9ad5b0de31 change ttrss_entries.title type to text 2005-09-14 14:43:26 +01:00
Andrew Dolgov
8143ae1f2b more work on tag support 2005-09-09 08:45:54 +01:00
Andrew Dolgov
eb36b4eb55 start work on support for technorati tags, schema uses cascade deletes for pgsql 2005-09-09 05:52:36 +01:00
Andrew Dolgov
d6f55ce800 rename All Posts, change default labels in schema 2005-09-08 14:05:48 +01:00
Andrew Dolgov
a82065a18b no entries found -> no articles found 2005-09-08 10:35:05 +01:00
Andrew Dolgov
48f0adb02e virtual feeds (labels) support 2005-09-08 08:43:44 +01:00
Andrew Dolgov
3eb570288d move schema examples to subdirectory 2005-09-08 04:25:33 +01:00