1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-23 08:15:39 +01:00

2635 Commits

Author SHA1 Message Date
SecretR
632e85745f Simple parser supports arrays in a proper way 2014-07-09 16:32:17 +03:00
Cameron
78db170598 Better handling of optgroups in <select> element. 2014-07-06 23:09:37 -07:00
Cameron
f9658c529e Automated clickable links can now be glyphs. eg. enter the following replacement text: 'fa-external-link.glyph' 2014-07-05 20:51:22 -07:00
Cameron
660b65af0b Added getFiles() method to retrieve all files in the media-manager. (_common_file) 2014-07-05 20:27:37 -07:00
Cameron
5d46ffe410 Issue #619 - media-manager icon issue on non-image files. 2014-07-05 20:27:03 -07:00
Cameron
de3cbe913d Fixes #321 - custom folder names working again. JS/CSS comments shown during Debug mode only. 2014-07-03 19:45:50 -07:00
Cameron
9ccc6dd78b Admin Notify - gui alignment fix for when selecting the 'email' option. 2014-07-02 21:38:47 -07:00
Cameron
4e4cc52215 Added missing css to $frm->email(); 2014-07-01 18:32:14 -07:00
Cameron
c935211e17 Added default form class to $frm->open() method. 2014-07-01 18:24:40 -07:00
Cameron
d79d1c41aa Fix: allow null as default value on $frm->number(); 2014-06-30 18:48:58 -07:00
Cameron
3faf3050d7 Independent menu_class added to custom pages/menus. 2014-06-28 00:08:35 -07:00
Cameron
2106c37896 Reset git repo before pull. 2014-06-27 23:18:31 -07:00
Cameron
673bec02e3 added numbered list 'ol' to allowed tags. 2014-06-27 23:11:51 -07:00
Cameron
facbd4f236 Raw html as inline code (often used by google/bing analytics) now supported by js manager.
eg. Inside a plugin's e_header.php : e107::js('footer-inline', '<script>...</script><iframe>...</iframe>');
2014-06-27 20:05:01 -07:00
Cameron
0b437addda Optimized 'new menu' detection. 2014-06-27 19:48:30 -07:00
Cameron
38b8d247fa Form handler: Display only numeric keypad on smartphones when entering numbers. 2014-06-26 14:45:41 -07:00
Cameron
5be355a832 $frm->number() upgraded to Html5 spec. (when Bootstrap is active) 2014-06-23 18:55:44 -07:00
Cameron
dade841035 Bootstrap Tabs method added to form handler. 2014-06-23 18:26:37 -07:00
Moc
ce15bf1954 Cosmetic change to success message when leaving userclass in place after removing a plugin 2014-06-24 01:02:44 +02:00
Cameron
150b27e1c7 Upgraded chart scripts and added enhanced class so that options may be set. 2014-06-22 16:58:18 -07:00
Cameron
1e4c6eb11a Per page 'No Maintenance' constant added. ie. Add: define('NO_MAINTENANCE', true); to your script to disable maintenance redirection for that page. 2014-06-22 00:01:14 -07:00
Cameron
d805a9b56a Custom-Menu template-loading fix. (ie. merge with theme template) 2014-06-14 19:10:16 -07:00
Moc
aa12c8d355 Closes #515 - Moved custom theme configuration to separate tab 2014-06-14 21:50:13 +02:00
Moc
2067262d37 #635 - Menu manager debug info removed from displaying 2014-06-14 19:38:57 +02: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
Moc
c3f986b77c #515 - Custom theme config now shows all the fields 2014-06-13 12:02:54 +02:00
Cameron
e276754313 Fixes theme info rendering and button styling. 2014-06-12 14:48:50 -07:00
Cameron
d6c8f92efa Related to issue #619. Attempt to detect and add file extension when it's missing and prior to media import. 2014-06-11 20:43:12 -07:00
Cameron
3e0d0d60c9 Updated FontAwesome to v4.1.0 2014-06-11 03:48:39 -07:00
SecretR
f786bb56f0 New parser is able to secure attribute values, attributes loop bugfix; e_parser made available for auto-loading 2014-06-09 21:45:40 +03:00
Cameron
e21ae16edd Experimental url creation code added. 2014-06-06 02:39:44 -07: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
cc5f28e410 Possible fix to language redirection based on admin-perms issue. 2014-06-02 00:43:34 -07:00
SecretR
5f75ba3144 Fulltext InnoDB support (MySQL v5.6+) 2014-06-02 04:49:24 +03:00
SecretR
14889e2ea8 Removing leftover debug 2014-06-01 14:51:53 +03:00
Cameron
28c8c25ee4 Image size correction on bbcode [img] and automatically display full-width in admin when bbarea is used. 2014-05-31 23:18:01 -07:00
Cameron
2eb638f05e Added Glyph bbcode. 2014-05-31 23:16:47 -07:00
Cameron
04afb156ae Issue #434 - TinyMce Video and Glyph insert issue. 2014-05-31 23:15:26 -07:00
Cameron
27c47f77e3 Better BC fix for sitelink images. 2014-05-31 16:10:54 -07:00
Cameron
f771a39171 BC Sitelink-Image path fix 2014-05-31 15:25:05 -07:00
Cameron
6d3a331a58 Issue #591 - detect file-types from downloads database table during import into media manager. 2014-05-29 14:15:55 -07:00
Cameron
3dabe6fee0 Fixes #598, Fixes #274 - ban user admin-ui fix. 2014-05-28 23:17:13 -07:00
Cameron
b69f770317 Admin-ui to support multiple images. (a work in progress) 2014-05-28 22:36:53 -07:00
Cameron
552b93b38d Added bootstrap CSS to SQL debug info. 2014-05-28 19:51:12 -07:00
Cameron
5d7a32ee85 #605 - Fix for PDO insert entering empty data. 2014-05-28 18:57:41 -07:00
Cameron
6ce088a339 Fixes #526 - Installer returns blank page when e107_config.php cannot be created. 2014-05-28 03:05:27 -07:00
Cameron
9686e6f553 Issue #605 - PDO Working, but needs testing. 2014-05-26 19:24:50 -07:00
Cameron
11849b067d Issue #591 - adding debug info during download-file import. 2014-05-25 02:21:59 -07:00
Cameron
823393d56d Remove install.php after Git repo pull. 2014-05-24 20:56:32 -07:00
Cameron
c4bfa03be1 Fixes #495, #485, #486, #487 - Browser cache issues. 2014-05-24 20:40:51 -07:00