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

136 Commits

Author SHA1 Message Date
Cameron
0b920163a6 Send field and field-type values to e_parse toDB 2017-01-29 11:08:43 -08:00
Cameron
375d019169 toDB fix. - e_parse hook. 2017-01-29 09:47:54 -08:00
Cameron
ff38b2ad07 Closes #2309 - AdminUI Batch Export option added. 2017-01-27 18:02:57 -08:00
Cameron
5c3ce83168 Custom Field Fixes. Theme pref default fix. Shortcode updated: {CHAPTER_MENUS: name=chapter-sef-url} 2017-01-25 17:57:38 -08:00
Cameron
4b443bc2c8 Experimental Feature: Page/Menu custom fields. Enable debug to experiment. Usage: {CPAGEFIELD: name=xxxxx} where 'name' is the field name. Currently only functions in edit mode when the chapter is already set. 2017-01-18 17:10:12 -08:00
Cameron
d32acea80c Fix for PHP 7.1 installation issue. 2017-01-13 10:34:03 -08:00
Cameron
160d8522b0 Experimental "code" data format added to adminUI. PHP Notice removal. 2016-11-04 17:49:22 -07:00
Cameron
7fdb27510f PHP Warning Fixes. 2016-06-09 16:43:36 -07:00
Cameron
127271e9fc Issue #595 - Use PHP 5.5+ password methods when available. User password field expanded to 255 chars. Fixes issue with salt password being updated via User > Edit User. 2016-06-06 19:54:48 -07:00
Cameron
638d670183 Fix for Banner insert issue when using PDO. Corrected display of MYSQL error messages when using PDO. 2016-05-29 11:00:37 -07:00
Cameron
09cbf97f3a Issue #1633 - possible fix for record creation problem using admin-ui and LAN_CREATE term. 2016-05-12 19:34:57 -07:00
Cameron
1202c72390 Issue #1378 Fix for XUP avatar check. User audit log for login and logout now functioning correctly. Admin log no longer adds a log when deleting a log! 2016-03-16 13:53:57 -07:00
Cameron
2c50a06517 Deprecated Function cleanup and PHP Notice removal. 2016-02-15 00:56:08 -08:00
Cameron
4e8412b16c Issue #1287 - PHP7 and SSL fixes. 2016-02-14 19:00:12 -08:00
Cameron
1ceabc69f3 PHP Notice fixes. 2016-02-13 12:57:34 -08:00
Cameron
6db8c7ddeb Should fix #1229 - Rebuild userclass tree after adding new class. 2015-11-22 10:00:46 -08:00
Cameron
3102a6cb07 Fix for admin-log of Admin-UI DB-inserts and fix for default userclass value in form element. 2015-04-14 11:59:46 -07:00
Cameron
2b35a583d4 Admin->Userclasses now using the Admin-UI. Admin-UI now supports non-incrementing primary fields being set manually using a hidden form field. Form handler for userclass with checkboxes now working correctly. 2015-03-01 12:43:02 -08:00
Cameron
d7f603ae8b Fixes #713, Fixes #897 - MySQL Strict Mode fixes. 2015-02-20 11:03:14 -08:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
cbf69d46c7 Support for admin-xxxx-created, admin-xxxx-updated and admin-xxxx-deleted Events. 2015-02-09 14:15:25 -08:00
Cameron
3ca4734a18 Support for admin-ui multiple images in a single field.
Usage: 'type' => 'images', 'data' => 'array'
2014-08-18 05:22:51 -07:00
SecretR
bad036d9c9 Llast sql query always available (model) 2014-08-15 15:55:59 +03:00
SecretR
737fc995c0 Admin routine copy callback 2014-02-26 16:56:17 +02:00
SecretR
1bf95ff0ed phpDoc fix 2014-02-25 11:43:28 +02:00
SecretR
7069ceb244 Last SQL query log added to model base classes 2014-02-03 14:04:13 +02:00
Cameron
73ac22452b Added more info to the admin-ui system log. 2014-01-17 17:21:42 -08:00
Cameron
dcb54aee7c Basic Admin-UI activity logging added. 2014-01-17 16:46:24 -08:00
Cameron
dd24e913a7 Fix for incorrect page-count in pagination when using search and filters. 2013-11-08 22:36:42 -08:00
Cameron
1b3e70f8fd More language-file cleanup (sprintf removal) 2013-10-29 18:41:02 -07:00
SecretR
6ae99f2bfd Applying missing commits 2013-10-16 18:13:21 +03:00
SecretR
2bdcceab9c Various bug fixes 2013-10-14 15:38:57 +03:00
SecretR
e3c7337c64 Models could use load() without primary id 2013-10-06 18:03:49 +03:00
SecretR
213e438f23 Debug mode for insert/update model routines added 2013-10-05 22:35:15 +03:00
Deltik
bd69875675 Bad SQL fix in model_class.php ; eMessage class constants created 2013-05-09 22:48:27 -05:00
SecretR
3847aca845 minor model url assemble imporvements, inline edit added for custom
pages sef url string
2013-04-29 14:27:57 +03:00
SecretR
064528e754 - Featurebox batch copy feature added (example implementation - page administration), plugin upgrade required
- Lost admin UI messages issue solved
- Featurebox list items view now sortable
2013-03-13 09:48:07 +02:00
SecretR
30d922cadf Fixes #140: Sitelinks: Inline editing broken 2013-03-08 16:00:00 +02:00
Cameron
3e66c9b08f Preparation for Feature-box batch option. 2013-03-08 02:21:26 -08:00
SecretR
e71b0144a9 Custom Menu administration issues 2013-02-28 13:40:21 +02:00
SecretR
d4509edf7d Admin UI - batch navigation link creation improvements, testing required 2013-02-27 19:50:25 +02:00
Cameron
a01e9933e4 Admin-ui - Support for link-targets (modal, dialog or blank) and batch site-link creation. ( Issue #8 ) 2013-02-26 16:08:08 -08:00
SecretR
1a9cb284b4 Admin UI generic ajax 'sortable' solution; Admin UI generic ajax 'inline edit' solution (works only on number and text field types at this moment); Model/Admin UI now support GUID like Primary Id's; various minor fixes, language defines 2013-02-06 17:03:00 +02:00
SecretR
ed648b9ea4 UI data 'comma' converted to type;
model supports data type 'set' and 'enum' now;
'userclasses' type works as expected;
#9 related, testing required
2012-12-17 16:57:42 +02:00
CaMer0n
b44f0a2085 Quick fix for handling array data and converting to comma separated data including filtering list results. (Admin-UI) 2012-08-02 02:09:58 +00:00
secretr
4e131c2c50 refined validator message building 2012-04-03 14:37:48 +00:00
secretr
db723a8b84 more proper return value on error (dbDelete ) 2012-03-20 11:17:08 +00:00
secretr
e43bc5333e models - return false on validation error 2012-03-19 17:20:24 +00:00
secretr
cfe9091500 force error on adding custom validation message (model) 2012-03-16 15:16:54 +00:00