1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-16 10:29:46 +01:00

6646 Commits

Author SHA1 Message Date
Cameron
26634f2bfd Merge branch 'master' of https://github.com/e107inc/e107 2014-12-08 18:46:06 -08:00
Cameron
01d9720121 Advanced search now working as intended. 2014-12-08 18:45:16 -08:00
Cameron
24433752f7 Merge pull request from Jimmi08/patch-9
Corrects news category issue 
2014-12-05 13:13:44 -08:00
Cameron
bd16a0ce45 Merge pull request from Jimmi08/patch-10
Correct path to templates for not logged user
2014-12-05 13:12:33 -08:00
Cameron
5b727a6330 Merge pull request from Jimmi08/patch-11
Fix for issue  - word "return" in login menu
2014-12-05 13:11:13 -08:00
Cameron
60f4800a92 Minor tweaks to Mailout GUI 2014-12-05 12:28:42 -08:00
Cameron
9c67eba39f Fix for totals after record deletion. 2014-11-24 12:04:17 -08:00
Cameron
4fa8df1498 Removed old TODO and added some notes. 2014-11-23 20:05:53 -08:00
Cameron
005db35df9 Fixes mail-copy function. 2014-11-23 20:02:10 -08:00
Cameron
44c222a8ff Issue#605 Preparations for PHP 5.5 / PDO 2014-11-23 20:01:32 -08:00
Cameron
08f7767831 Corrected Mail batch copy. 2014-11-23 12:36:19 -08:00
Cameron
15cb24c8fb Minor GUI fixes 2014-11-23 12:01:00 -08:00
Cameron
eca5c13af9 Allow editing of media-path in media manager. 2014-11-22 16:35:45 -08:00
Cameron
0dbb7cecdb Bounce-handling test option added. Correct path issue in perms notification. 2014-11-21 16:29:57 -08:00
Cameron
e7ad72b3a2 Option to bypass maintenance flag added. 2014-11-19 17:13:08 -08:00
Cameron
f8048410b9 Improved recipient-list email preview 2014-11-19 13:07:20 -08:00
Cameron
d9caa009d4 Admin-UI: Added inline editing option for type=language 2014-11-19 13:03:30 -08:00
SecretR
f88f3f5494 Merge remote-tracking branch 'origin/master' 2014-11-18 21:39:10 +02:00
SecretR
aebaa923a0 Typo fix 2014-11-18 21:11:26 +02:00
Cameron
65ffea010d Admin-UI: fix for boolean inline editing style. Disabled link-image replacement while in the admin area. 2014-11-15 13:30:55 -08:00
Cameron
1734880bbb Corrected missing mail handlers preference. Added Debug-active warning. Enabling e_DEBUG in e107_config.php will now enable debug in the mailout class. 2014-11-15 13:29:37 -08:00
Cameron
ca416467ba Fix for crons not running under some circumstances. 2014-11-15 11:27:54 -08:00
Cameron
d4d55ac057 New 'sent' method added to e_mailout. Triggered during email queue processing. 2014-11-14 18:15:03 -08:00
Cameron
20d8aec3ba Notice and Error removal. 2014-11-14 18:13:18 -08:00
Cameron
cf15229e7c Admin-UI inline editing now works with type=boolean 2014-11-13 20:03:59 -08:00
SecretR
2d00fb190e Git ignore override folder 2014-11-13 16:32:13 +02:00
Cameron
8784b30ca6 Improved template preview 2014-11-11 14:23:46 -08:00
SecretR
c7f86fcac6 Missing DB connection for download RSS addon 2014-11-06 23:33:15 +02:00
SecretR
379349ba3c List new preferences not saved issue fixed 2014-11-06 00:40:30 +02:00
SecretR
e981f32714 Fix SC wrappers confusions - introduced by merging templates feature 2014-11-04 22:47:24 +02:00
SecretR
adc1f826b8 jQuery upgraded to the latest and greatest 2.1.1; fixed calls to obsolete live() in all core js libraries 2014-11-04 16:12:18 +02:00
SecretR
0650acbf6c Plupload additions 2014-11-04 16:10:28 +02:00
SecretR
c11fcd456d Plupload additions 2014-11-04 16:09:44 +02:00
SecretR
1408a3eb6b Plupload upgraded to the latest and greatest 2014-11-04 16:08:27 +02:00
SecretR
fe0524b2f9 Fix public upload and upload management 2014-11-03 21:51:55 +02:00
SecretR
c639426437 Improve MM import 2014-11-03 16:50:49 +02:00
SecretR
335ee29390 Disable MM file logging by default 2014-11-03 16:21:52 +02:00
SecretR
7858a1f93b Enable audio file types (MM) 2014-11-03 16:13:27 +02:00
SecretR
47b4338ac9 Download search URL fix 2014-11-03 15:41:21 +02:00
Cameron
f23df10fde Corrected 'number' format in admin-UI. 2014-10-30 23:20:01 -07:00
Cameron
00450f1404 Upgraded PHPMailer to 5.2.9 and corrected mail overrides. 2014-10-29 14:16:03 -07:00
Cameron
767b015b9e Corrected debug setup in bounce handler script. 2014-10-27 21:13:33 -07:00
Cameron
38ff75d27e Corrected email 'pause' timing on mailout cron job. 2014-10-27 20:33:35 -07:00
Cameron
41ee837c7e Mailout ajax process timing correction and log file added in debug mode. 2014-10-27 18:31:17 -07:00
Jimako
40bf774df8 fix for
fix for  - output shoud be without word return
2014-10-26 21:16:32 +01:00
Jimako
3aa27f543b correct path to templates for not logged user
correct path to templates for not logged user
2014-10-26 21:04:53 +01:00
Jimako
cffed0538e correct news category
Closes 
2014-10-26 16:28:38 +01:00
Cameron
14a403d0de Extended dummy text in template preview examples. 2014-10-24 14:50:51 -07:00
Cameron
1ab36437f4 Added default value for {EMAIL} to mail template preview. 2014-10-24 14:23:23 -07:00
Cameron
f4d21e1ff6 Merge pull request from Jimmi08/patch-7
correct category icon path
2014-10-24 14:05:04 -07:00