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

67 Commits

Author SHA1 Message Date
Andrew Dolgov
13b9833355 mysql 5.0 fix (closes #24) 2006-01-05 15:35:40 +01:00
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
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