Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/moderate.c at check-in 0e83ca88ce8c2137
|
2020-12-22
| ||
| 12:13 | Removed the parameter from style_finish_page() since the resulting content div class is now redundant with respect to the body class. This potentially breaks CSS made against old class names that a prior commit on this branch changed, but such skins would be made against an unreleased version of Fossil, it's unlikely many are using that first version of the feature anyway, and most of the class names did *not* change unless you were targeting a "div" instead of "body" or just a generic class name. None of the shipping skins are affected. ... (file: [4ed60b7189] check-in: [0e83ca88ce] user: wyoung branch: body-feature-class, size: 6559) | |
|
2020-11-07
| ||
| 13:25 | Rename the "style_body_and_footer()" interface to "style_finish_page()" and add a more detailed header comment to the implementation. ... (file: [9c8e8b84f4] check-in: [942b2076c6] user: drh branch: default-css-cleanups, size: 6567) | |
|
2020-11-05
| ||
| 23:15 | Added a parameter to style_footer() and renamed it to match its actual function (style_body_and_footer()) so we can add a CSS class to each page that indicates which major Fossil feature served the page, so we can have module-specific CSS. ... (file: [9acee48a00] check-in: [ef5424b683] user: wyoung branch: default-css-cleanups, size: 6571) | |
|
2020-08-22
| ||
| 15:31 | Increment the cfgcnt when a forum items held for moderation is approved or disapproved, so that the timeline etag cache will expire. ... (file: [698b8f4090] check-in: [c80762fa81] user: drh branch: trunk, size: 6554) | |
|
2020-04-05
| ||
| 19:44 | Fixes to search. (1) Keep forum search up-to-date. (2) Do not add items to search if they are pending moderation. ... (file: [8b693389df] check-in: [5e28febf2b] user: drh branch: trunk, size: 6508) | |
|
2019-09-03
| ||
| 20:22 | Make calls to db_begin_write() instead of db_begin_transaction() where appropriate. ... (file: [543b1c45c3] check-in: [3ad81c3c49] user: drh branch: trunk, size: 6422) | |
|
2019-08-31
| ||
| 16:42 | Merge in latest from trunk. ... (file: [4397587af4] check-in: [aa37639112] user: andybradford branch: db-begin-txn-updates, size: 6419) | |
|
2019-08-27
| ||
| 00:11 | On the /vdiff page, show a timeline with both check-ins using different highlights on each check-in. ... (file: [7ce35741d8] check-in: [6e40f866ab] user: drh branch: vdiff-improvements, size: 6434) | |
|
2019-05-20
| ||
| 22:47 | For timelines of a particular branch, try to put the target branch on the left side of the graph, before "trunk". Trunk comes second. ... (file: [dc44a6cacb] check-in: [b39d8d69dd] user: drh branch: selected-branch-on-left, size: 6431) | |
|
2019-05-17
| ||
| 07:27 | When deleting a user via /setup_uedit, also disapprove any pending-moderation entries for users which are no longer in the user table. This is programmatically simpler than only removing entries for the removed user but (potential corner case) would also disapprove pending modreq entries if a user account is renamed while moderation of their content is pending. ... (file: [8bc923eb4c] check-in: [b14cf3bc68] user: stephan branch: moderate-disapprove-on-user-delete, size: 6428) | |
|
2019-03-19
| ||
| 14:09 | Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. ... (file: [e5008dc7f0] check-in: [6cc5354821] user: andybradford branch: db-begin-txn-updates, size: 5393) | |
|
2018-07-31
| ||
| 17:13 | Only show the "Moderation Requests" submenu button if there exist one or more posts in need of moderation. ... (file: [e0a2586665] check-in: [397c32b6bb] user: drh branch: forum-v2, size: 5405) | |
| 17:05 | Try to make moderation a little easier, as recent experience suggests that will be a big deal with the forum. ... (file: [67544330b6] check-in: [a9e5a1eefd] user: drh branch: forum-v2, size: 5220) | |
|
2018-07-25
| ||
| 17:53 | Further improvements to webpage_error() and webpage_assert(). Fix forum processing so that moderator approval and disapproval work. Add the "Delete" feature to forum that simply nulls out the page using an edit. ... (file: [84544c62ee] check-in: [32bbb9a9fc] user: drh branch: forum-v2, size: 4765) | |
|
2018-07-19
| ||
| 18:54 | Fix minor comment typo. No code changes. ... (file: [fffb8102da] check-in: [ac6657e2d3] user: drh branch: trunk, size: 4641) | |
|
2018-07-14
| ||
| 22:16 | More cases of incorrect permission checks. ... (file: [f470c77af2] check-in: [a2e1f9fb40] user: drh branch: trunk, size: 4639) | |
|
2016-11-04
| ||
| 22:37 | Consistently use the count(X) macro in place of sizeof(X)/sizeof(*X) throughout the Fossil core, excluding things that don't use makeheaders. Also use count(X) instead of ArraySize(X) which has the same definition. ... (file: [2540f90b20] check-in: [e5b62edb28] user: andygoth branch: trunk, size: 4635) | |
|
2016-08-19
| ||
| 00:13 | Use the new SQLITE_DBCONFIG_MAINDBNAME feature of SQLite to eliminate the need for the db_name() hack. ... (file: [dc445cce06] check-in: [d858f3da52] user: drh branch: omit-db_name, size: 4657) | |
|
2015-02-14
| ||
| 12:24 | When the user is "nobody", make the g.anon permission vector for "anonymous" available in addition to g.perm. Hyperlinks to pages that would be available to anonymous are shown rather than suppressed. When permission is denied and control jumps to login_needed() a new flag shows whether or not logging in as "anonymous" would help. Work in progress. ... (file: [8ab2bd4bda] check-in: [2f50d427a9] user: drh branch: login-enhancements, size: 4672) | |
|
2015-02-09
| ||
| 04:10 | On timelines, to show the "selected" entry, give the row some vertical space between the previous and following rows, a yellow background, a gray border, and a shadow-box (all adjustable via CSS). For the c=TIME "circa" query parameter, highlight the nearest entry. ... (file: [a96d77136a] check-in: [f4e299d0e5] user: drh branch: trunk, size: 4633) | |
|
2014-12-10
| ||
| 14:16 | Update the built-in SQLite to the 3.8.8 alpha that includes the enhanced sqlite3_table_column_metadata() interface. Use that new interface to build new utility methods db_table_exists() and db_table_has_column() that work more efficiently than the older technique of querying the sqlite_master table. ... (file: [6bc3e612fb] check-in: [1aa8067704] user: drh branch: trunk, size: 4630) | |
|
2014-12-09
| ||
| 16:25 | Improvements to timeline submenu and title generation. Faster ambiguous name detection query. ... (file: [619be2f972] check-in: [421c9eee0a] user: drh branch: trunk, size: 4811) | |
|
2014-11-30
| ||
| 13:36 | Added more logging, added admin_log() to printf checker. ... (file: [2f12e29956] check-in: [f63d68d4d3] user: stephan branch: admin-logging, size: 4802) | |
|
2014-10-20
| ||
| 15:01 | Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. ... (file: [359e96692b] check-in: [0a7e326fa4] user: drh branch: compile-time-print-checking, size: 4693) | |
|
2014-09-18
| ||
| 22:51 | Make sure the 'modreq' table is created, if necessary, in the repository database. ... (file: [3fc0da20dd] check-in: [12b463ca05] user: mistachkin branch: trunk, size: 4671) | |
|
2014-01-27
| ||
| 09:08 | Put various other constant tables in constant memory. ... (file: [5feb233fd9] check-in: [214899ac26] user: jan.nijtmans branch: trunk, size: 4645) | |
|
2012-11-02
| ||
| 02:34 | Make sure the MODREQ table exists before using it in the "modreq" webpage. ... (file: [704772b428] check-in: [def256a23b] user: drh branch: moderation, size: 4639) | |
|
2012-11-01
| ||
| 17:56 | Add moderator approval for attachments. ... (file: [06374cc954] check-in: [9ac467310f] user: drh branch: moderation, size: 4584) | |
| 15:08 | Tickets are now held for moderator approval. ... (file: [10b1ac22e9] check-in: [aa4dd79835] user: drh branch: moderation, size: 4406) | |
| 14:34 | Wiki moderation now appears to be working. ... (file: [b9d4644dd6] check-in: [b7ccf110f3] user: drh branch: moderation, size: 4361) | |
| 13:11 | More infrastructure for wiki and ticket moderation. ... (file: [1f03a16faa] check-in: [f7938ebd00] user: drh branch: moderation, size: 4146) | |
|
2012-10-31
| ||
| 23:07 | Improvements to the display of Wiki and Ticket changes. ... (file: [910c1f24f0] check-in: [ba0ae3b24a] user: drh branch: moderation, size: 1507) | |
| 20:40 | Initial infrastructure for adding the ability to moderate Wiki and Ticket changes. ... (file: [a17edcd73d] check-in: [ef112586a0] user: drh branch: moderation, size: 1500) | |