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

69 Commits

Author SHA1 Message Date
Andrew Dolgov
5b35b4de9b ttrss_feeds: add private column to hide from browser 2005-12-30 04:05:01 +01:00
Andrew Dolgov
41765fef9b bump schema version 2005-12-29 19:03:24 +01:00
Andrew Dolgov
de99f5005d add parent_feed column to ttrss_feeds, create upgrade script for 1.1.1, move out old scripts to schema/obsolete 2005-12-28 19:59:47 +01:00
Andrew Dolgov
49756fc36c bump schema version 2005-12-21 19:08:59 +01:00
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
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
9167e250e8 new options: SHORT_DATE_FORMAT, LONG_DATE_FORMAT 2005-11-27 20:57:59 +01:00
Andrew Dolgov
591c396df4 content preview in headlines list, option SHOW_CONTENT_PREVIEW 2005-11-27 16:17:49 +01:00
Andrew Dolgov
00a0bcc82f fix cascade delete for user_prefs foreign keys and PG 2005-11-26 13:36:22 +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
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
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
e55a298d5c fix wrong foreign key reference in ttrss_filters for PGSQL 2005-11-21 15:04:46 +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
05732aa0b6 misc new schema support related work 2005-11-19 09:18:34 +01:00
Andrew Dolgov
daa25e8a50 add schema indexes 2005-11-19 09:03:54 +01:00
Andrew Dolgov
4c193675d0 initial split ttrss_entries work 2005-11-19 06:48:02 +01:00
Andrew Dolgov
8bbb8466df update schema to split ttrss_entries 2005-11-19 06:10:00 +01:00
Andrew Dolgov
870ef47907 remove test users from schema 2005-11-18 10:53:21 +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
2aaacbc03e minor fixes in PG schema 2005-11-18 07:49:00 +01:00
Andrew Dolgov
ff485f1d50 per-user preferences 2005-11-18 06:17:17 +01:00
Andrew Dolgov
6318df0e5c more multiuser schema fixes 2005-11-17 19:04:18 +01:00
Andrew Dolgov
b58cf26600 update schema again 2005-11-17 18:37:15 +01:00
Andrew Dolgov
ee9008f922 update schema 2005-11-17 18:34:58 +01:00
Andrew Dolgov
4e9dd2cddf initial multiuser schema work 2005-11-17 14:06:03 +01:00
Andrew Dolgov
650bc4350f Advanced section in preferences, tweak pref editor look 2005-11-17 11:24:34 +01:00