1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 21:18:04 +01:00

6536 Commits

Author SHA1 Message Date
Moc
3cae2aa4ef PM template - fixes incorrect FORM_MESSAGE update 2014-08-15 15:56:21 +02:00
SecretR
bad036d9c9 Llast sql query always available (model) 2014-08-15 15:55:59 +03:00
Moc
37d3ac0468 Forgotten password code clean-up (not functional on BS themes atm) 2014-08-14 17:50:03 +02:00
Moc
dfd70320df Forum plugin admin clean-up, lots more work to do (not quite functional now) 2014-08-14 17:48:32 +02:00
Moc
1ecb5233a7 Fixes #724 - HTML 5 compliant link to captcha image 2014-08-13 14:06:20 +02:00
Moc
b8d334f550 Banner plugin frontend code clean up. Far more work to do at later stage (login handling and templates). 2014-08-13 14:02:21 +02:00
Moc
268012e160 Added deprecated message near the old 'form' class (replaced by the new form handler) 2014-08-13 14:01:00 +02:00
Moc
ee4ca53bcd Fixes #314 - Tweaked error message when cache directory is not writable 2014-08-13 13:17:26 +02:00
Cameron
4bc29714a1 Fix for $frm->open() when using GET and query strings. 2014-08-12 15:51:35 -07:00
Moc
0047c655f8 Added Github and Flickr to XURL_ICONS (social) shortcode 2014-08-10 16:29:51 +02:00
Moc
c077bb1060 Added help tooltip option for custom theme configuration 2014-08-10 16:02:32 +02:00
Moc
c16047afe5 Switch 'help' and 'custom config' tab on theme configuration.
Added 'save options' button on custom config tab.
2014-08-10 14:16:25 +02:00
Moc
b14eeea500 Filter POST values on custom theme config 2014-08-10 14:12:21 +02:00
Moc
669d19c453 Typo fix previous commit 2014-08-06 14:23:21 +02:00
Cameron
96108c3644 Clean-up $url query before redirect. 2014-08-05 12:00:53 -07:00
Moc
4a3c839cde Forums: improved error handling when uploading attachments failed 2014-08-05 12:46:06 +02:00
Moc
9d76cfff40 Forums: more attachment styling (and fix for attachments not displaying on non-bs themes) 2014-08-05 11:19:43 +02:00
Moc
1f1b2fe3eb Forum: minor styling fix to attachment display on BS themes 2014-08-05 09:53:40 +02:00
Moc
cc3d582c6d Forum plugin - attachment upload error message now shows properly 2014-08-05 09:43:17 +02:00
Moc
6c923f001b Forum plugin - Temp fix for viewtopic template loading 2014-08-05 09:27:14 +02:00
Moc
584d664007 PHP notice fix 2014-08-04 18:46:34 +02:00
Moc
d6afec8de9 Forum plugin - now also displays file attachment when image attachment is also present 2014-08-04 17:54:34 +02:00
Moc
c15c22ad7d Forum plugin: Added check to prevent deleting of initial post in topic 2014-08-04 16:55:34 +02:00
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
7954491fa7 Merge branch 'master' of https://github.com/e107inc/e107 2014-08-04 10:28:25 +02:00
Moc
de45dd242e #310 - Forum attachment downloading should work now. TODO: checks and error handling 2014-08-04 10:27:42 +02:00
Cameron
a7e2a07b74 Google chart types added. 2014-08-03 12:15:57 -07: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
Cameron
69af4f7f80 Added carousel options. 2014-08-01 21:42:03 -07:00
Cameron
96a7bea357 Added simple bootstrap carousel method. 2014-08-01 19:25:49 -07:00
SecretR
8e0b133dc7 New feature - latest news menu now accepts comma separated list of categories (news collection methods improvements) 2014-07-30 17:17:37 +03: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
5fe3418931 Closes #669 - Added tooltip in theme manager which shows the name of the layout when hovering over the layout title 2014-07-26 18:08:10 +02:00
Moc
bccafbddc3 Closes #159 - Also shows tooltip layout visibility filter (theme manager) when one or more filters were added already. 2014-07-26 17:39:59 +02:00
Moc
7bf3db6c78 #716 - Forum post counts in user profile are now showing the correct values 2014-07-26 11:49:19 +02:00
Moc
bc1e551532 Fixes #715 - Fatal error when sending Private Message to multiple users 2014-07-26 10:57:49 +02:00
SecretR
3f3aa29131 Fixes #145 - frontpage theme layout detection bug 2014-07-24 20:44:17 +03:00
SecretR
d3450a5e4a PHP notice fix 2014-07-24 20:43:01 +03:00
SecretR
bad58ff6ef Fixed #224 - new preference method reset() added 2014-07-24 20:27:59 +03:00
SecretR
379d90b1b0 Fixed #545 2014-07-24 19:36:52 +03:00
SecretR
39e3e6ae97 Fixes #661- welcome message auto-shown on front page only 2014-07-24 19:08:55 +03:00