1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

50 Commits

Author SHA1 Message Date
Cameron
04bbad449a Test admin scripts are parsing correctly. 2021-01-16 13:32:35 -08:00
Cameron
42f0e902d4 Issue #4283 - Update deprecated sql method usage. Removed old code. 2020-12-17 05:52:54 -08:00
Cameron
22653b3e37 Fixes #3971 - Display issue with anonymous posts in Comment Manager. 2020-11-28 13:28:39 -08:00
Tijn Kuyper
7f720dfad1
Tweak Comment Manager admin code 2019-10-12 13:25:51 +02:00
Tijn Kuyper
bf5e5c1293
Fixes #1706 - Update user_comments when deleting comments from comment manager 2019-10-02 15:15:31 +02:00
Gábor
30409500ad
Update comment.php 2018-07-06 07:44:16 +02:00
Achim Ennenbach
cce333550f fixes #3120 added tools sections to recalculate comment count to comment manager 2018-07-03 14:54:45 +02:00
Cameron
cdc23fb2d7 Admin-area navigation 2017-02-01 18:25:32 -08:00
Cameron
d7d324d365 Fix for Fatal error on PHP 5.4 2017-01-16 13:17:32 -08:00
Gábor
e391323eaa Update comment.php 2017-01-09 08:31:09 +01:00
Cameron
dcb82f0ae5 Fix for comment manager edits breaking user value. 2016-08-15 14:39:11 -07:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Cameron
6673575a82 Issue #6 - Removed HTML from some language files. Removed some outdated language files. 2015-08-31 15:28:17 -07:00
Cameron
1bc43a35ff Comments engine can now be easily replaced by plugins using e_comment.php. Added "facebook comments" to the social plugin as an example. See admin -> manage -> Comments Manager to enable. (plugin scan may be required if upgrading from github) 2015-04-08 14:51:06 -07:00
Cameron
7dbd07d5fe Fixes #416 Total comment count on news items now synchronizes after comments are moderated. Pending or blocked comments are no longer counted towards the total. 2015-03-09 18:45:04 -07:00
Cameron
d018cef6de Event trigger-name updates (backward compatible) 2015-02-09 02:21:41 -08:00
Cameron
531047c134 Fixes #660 - comments preferences had reverse behavior. 2015-02-06 11:26:22 -08:00
Cameron
f80fe13180 Fixes #437- Update news_comment_total when deleting a comment 2015-02-05 00:18:58 -08:00
SecretR
3ad911ef2b Fixes #418 and various inline edit issues 2013-08-31 16:42:23 +03:00
Moc
8f03110a16 Fixes #338 and #419 - Reverse previous comments_disabled LAN change to match boolean 2013-07-15 12:28:19 +02:00
Cameron
063bf2b200 $frm->selectbox() renamed to $frm->select(); for consistency. 2013-04-25 17:29:46 -07:00
Moc
e712e1b9e1 Comments manager - minor LAN fix (added LAN_IP) 2013-03-22 10:48:49 +01:00
Moc
c1e47084da Comment manager - LAN FIX (needs checking, see fixme reverse) 2013-03-18 14:21:10 +01:00
Cameron
bfd095e0c4 Inline editing in the Comments Manager. 2013-03-08 02:22:21 -08:00
Tijn Kuyper
f07434a3cb And more notice removals.
Also some plugin GUI clean-up (rss, tagwords, trackback)
2012-12-08 15:52:40 +01:00
CaMer0n
abe5e487be sql fix 2012-08-04 19:07:00 +00:00
CaMer0n
afa2adcd2b More comments clean-up. Approve all comments has been added as an option. 2012-06-15 12:50:18 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
CaMer0n
510bda0f68 Fixed settings area in comment manager. 2009-11-23 04:03:40 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
CaMer0n
86868b7302 remove batch editing of type 2009-11-17 23:23:08 +00:00
secretr
f8b49748d5 admin UI: Filter Ajax autocomplete, filters are now executed via AJAX calls by default, needs cleanup (buggy in some cases); some more UI improvements 2009-11-11 20:57:34 +00:00
secretr
890bd0db44 date convert: added generic string to timestamp converter (toTime()); admin UI: textareas autoexpand now available sitewide (back-end), multi table JOIN support, field (db table) aliases support, user auto-complete search should work fine now, example usage added on faqs administration 2009-11-10 19:13:07 +00:00
secretr
7edd4ba390 admin UI - introducing textarea auto-height, bugfixes, e-column trigger overall fix 2009-11-09 16:54:30 +00:00
secretr
6b77edb970 admin UI - 'ip' type added (decode to human readable format on read/edit, encode before DB save) 2009-11-09 12:23:45 +00:00
CaMer0n
852204503c Notice removal 2009-11-08 12:08:35 +00:00
CaMer0n
7fca058ad5 Made a start on media-manager and added a deprecated LAN checking function to remain enabled up until release. 2009-11-07 11:20:34 +00:00
secretr
c1d99b4052 JS libraries update (Prototype JS 1.6.1, Scriptaculous 1.8.3), interactive user search started (ajax auto-complete) - work in progress; comment manager - small additions, user autocomplete search test; overall bugfixes/improvements 2009-11-06 18:37:23 +00:00
secretr
18a4b9bfe9 Admin tools - column selector working everywhere again; improved UI - list/editQuery not needed anymore, queries are auto-generated, table JOIN support added (see comment manager), various improvement, still work in progress 2009-11-05 17:32:19 +00:00
CaMer0n
0acecada8f small fixes 2009-11-05 00:11:56 +00:00
secretr
fd9f40b1bb comment manager - proper datestamp type 2009-11-04 23:49:59 +00:00
secretr
a15e43d1d1 admin UI corrections 2009-11-04 23:47:15 +00:00
CaMer0n
9839d13d7c More comment work 2009-11-04 03:37:56 +00:00
CaMer0n
ac57a2aee3 Bit of work on the comments manager 2009-11-04 03:07:44 +00:00
secretr
cd905122eb e107::getMessageHandler() renamed to e107::getMessage() 2009-09-29 17:43:13 +00:00
secretr
2ca07156d7 various comment fixes and improvements, new core event added (prepostcomment). futther improvements are coming to satisfy 3rd party code need (e.g. spam checking). 2009-09-19 15:30:47 +00:00
CaMer0n
256de1d33a Small interface changes to admin->comment and admin->db 2009-09-02 17:27:29 +00:00
CaMer0n
39a9f98b18 comments manager link added - work in progress. 2009-08-30 08:23:51 +00:00
e107steved
c5b338c6fc Bugtracker #4651 - news comment counting 2009-05-08 21:50:19 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00