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

1996 Commits

Author SHA1 Message Date
Moc
258c30a25e Forum - added glyph and replaced deprecated function 2014-08-04 16:09:46 +02:00
Moc
d5a6bbc658 Forum topic delete routine: more checks 2014-08-04 15:51:39 +02:00
Moc
732a66cbeb Forum attachments are now deleted when post is deleted 2014-08-04 15:42:06 +02:00
Moc
459aa5c09c Forum plugin - FIXME note 2014-08-04 15:39:44 +02:00
Tijn Kuyper
af83c153f7 Forum plugin - now deletes poll when topic is deleted 2014-08-04 15:36:32 +02:00
Moc
bcbdaf698e Forum: minor code clean-up 2014-08-04 12:24:35 +02:00
Moc
c7a901a97d #310 - Forum: added some more checks to attachment downloading 2014-08-04 12:24:24 +02:00
Moc
de45dd242e #310 - Forum attachment downloading should work now. TODO: checks and error handling 2014-08-04 10:27:42 +02:00
Moc
2522d64a67 #699 - removed debug info from tagwords plugin 2014-08-03 18:54:51 +02:00
Moc
eaa070a489 PM class code clean-up 2014-08-02 13:28:09 +02:00
Moc
69805f65c3 Fixes #720 - PM's are now actually removed from the outbox when marked as deleted. PM is no longer deleted from sender's outbox when receiver deletes the PM from inbox. 2014-08-02 13:26:21 +02:00
Moc
d5b99115de #310 - Forum upload should be functional now. Downloading files not working yet. 2014-07-26 20:55:24 +02:00
Moc
ecfce3b2c1 #73 - Added some more comments in deprecated files 2014-07-26 18:37:31 +02:00
Moc
bc1e551532 Fixes #715 - Fatal error when sending Private Message to multiple users 2014-07-26 10:57:49 +02:00
SecretR
bad58ff6ef Fixed #224 - new preference method reset() added 2014-07-24 20:27:59 +03:00
Cameron
5bf9dc7f43 Added missing {FAQ_CATEGORY_DESCRIPTION} shortcode. 2014-07-06 23:08:50 -07:00
Moc
d13c295a4d Forum plugin - major clean up to admin area (preparation for convertion to new admin UI)
- Removal of obsolete code
- Updating to v2 functions
- Clean code structure
- LAN
- Fixed several issues with deleting forums

Still more to do ('reported posts' for example)
2014-07-05 16:40:09 +02:00
Cameron
7faa098d97 FAQs GUI field size fix. 2014-07-05 01:30:28 -07:00
Moc
072eeb565e #614 - Temporary fix for TinyMCE4 not showing with PHP 5.3 2014-06-27 12:19:41 +02:00
Moc
f7810c6860 Forum plugin - Fixed glyphicons on BS3 2014-06-25 21:48:57 +02:00
Moc
cc4749c32c Forum plugin - bootstrap them was not detected properly (similar to a41e352a97dcef14b9f765393a63647da4fdf32a) therefore displaying v1 styling instead of BS 2014-06-25 21:29:12 +02:00
Moc
a24b87f022 Poll plugin - removes seemingly empty poll answers which may contain spaces 2014-06-25 21:10:17 +02:00
Moc
b36aa5088b #647 - Poll input fields layout (also fixed 'Add another answer' button) 2014-06-25 20:32:21 +02:00
Moc
a41e352a97 Forum plugin - 'New topic' BS button now shows on BS3 theme (checked on BS2, BS3 and non-BS themes) 2014-06-24 18:39:25 +02:00
Moc
01329a1d8a Forum admin code clean-up (#647 - further tweaks) 2014-06-24 18:31:31 +02:00
Moc
622b6e8fb5 Forum post template consistency (breadcrumb) 2014-06-24 18:04:31 +02:00
Moc
02c26784ab Minor LAN correction in forum plugin (poll related) 2014-06-24 01:07:31 +02:00
Moc
cbc353da97 #647 - Poll not showing in forum 2014-06-24 01:03:46 +02:00
Cameron
5cbb38ad7f Clean empty TinyMce content when saving to database. 2014-06-16 18:18:29 -07:00
Moc
2aeaa8a1fe Fixes #642 - Removed hardcoded 'search' glyph and replaced with toGlyph() 2014-06-14 15:13:08 +02:00
Moc
517eb58d4e Fixes #643 - Now displays clock (clock_menu) properly when using SEF URLs 2014-06-14 15:09:07 +02:00
Cameron
31e29bb892 Custom Page fixes and page breadcrumbs 2014-06-13 19:00:51 -07:00
Cameron
8bb72d1d4c Fixes #594 - cpage_shortcodes notice. Also resolves long-standing conflict between page.php and other scripts using the same cpage shortcodes. These changes will require much testing. Added new chapter menu. (useful for menus on the Home page that link to chapters) 2014-06-13 03:40:28 -07:00
Cameron
19d6ab7354 More files upgraded to FontAwesome 4.1 2014-06-12 16:30:26 -07:00
Cameron
ba72b740c2 Issue #624, Fixes #625 - TinyMce image paths issue. 2014-06-12 15:21:26 -07:00
Moc
cebb1bead3 #634 - Temp fix for RSS LAN (needs entire rewrite) 2014-06-12 17:54:25 +02:00
Cameron
d2b2af639c Fix for featurebox slide3 image-size issue. (default bootstrap template) 2014-06-11 04:21:30 -07:00
SecretR
3d5308b871 Avoid possible fatal error 2014-06-10 16:30:13 +03:00
Cameron
ad03a6960d Removed old tree_menu plugin. 2014-06-08 02:06:31 -07:00
Cameron
13dc4037e5 Removed old TinyMce plugin. 2014-06-08 02:05:32 -07:00
Cameron
f0d379ef28 Issue #434 - Make sure regular admins can also use TinyMce4 2014-06-06 02:39:23 -07:00
Moc
57fee5bea6 Fix fatal error introduced in c65359e444 2014-06-03 11:29:11 +02:00
Cameron
c65359e444 Removed Months and Days from language files. Replaced with strftime() functions. New 'terms' method added to Date handler.
eg. e107::getDate()->terms('month'); returns an array of month names in the current language.
2014-06-02 17:07:02 -07:00
Cameron
04afb156ae Issue #434 - TinyMce Video and Glyph insert issue. 2014-05-31 23:15:26 -07:00
Cameron
a535a6df60 Calendar and PDF plugins moved to their own repos.
https://github.com/e107inc/calendar_menu
https://github.com/e107inc/pdf
2014-05-31 17:20:43 -07:00
Cameron
266fc14e06 Issue #606 - List new prefs. Quick fix. Conversion from old to new still needed. 2014-05-28 22:37:33 -07:00
Moc
d7176c303f Fixes #602 - fatal error on 'reported forum posts' in admin. Needs updating to $frm standards. 2014-05-26 12:18:18 +02:00
Moc
84cd4e2bb5 Check for installed poll plugin before retrieving poll info on topic view 2014-05-26 12:15:30 +02:00
Moc
5e68531891 Fix fatal error in newsletter plugin, minor code cleanup (#590) 2014-05-25 00:42:15 +02:00
Cameron
484f2ca330 Fixes #566 - prefs not being saved in some plugins. 2014-05-24 15:20:56 -07:00