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

2763 Commits

Author SHA1 Message Date
Cameron
8b9bfd3725 New event trigger names. See http://e107.org/developer-manual/classes-and-methods#events 2015-02-09 12:57:42 -08:00
Cameron
00a516b0d3 Support for admin-ui event triggers. Plugin-builder example added. 2015-02-09 01:05:33 -08:00
Cameron
b9bd719900 Fixes #873 - Latest news Menu - hide brackets around comment count when comments are off. 2015-02-07 23:43:21 -08:00
Cameron
4126186794 Admin-UI: readParms on type='image' now supports examples such as thumb=1&w=200&h=300 or thumb=200x300 2015-02-07 22:21:42 -08:00
Cameron
fbb0b63ae9 replaced calls to deprecated plugInstalled() with e107::isInstalled() 2015-02-07 13:38:29 -08:00
Cameron
25b96411e0 Fixes #651 - Media-Manager - Uploaded file does not display in selection. 2015-02-07 11:57:28 -08:00
Cameron
572d66e77a Fixed password-protected pages. 2015-02-07 01:45:36 -08:00
Cameron
bbd28e5572 Notes on future e_upload.php added. 2015-02-07 01:42:44 -08:00
Cameron
531047c134 Fixes #660 - comments preferences had reverse behavior. 2015-02-06 11:26:22 -08:00
Cameron
6cd5513fd2 Theme manager styling. 2015-02-06 01:03:09 -08:00
Cameron
f8d11e1e46 Admin-UI styling 2015-02-06 00:16:01 -08:00
Cameron
7a43f181c1 link_owner now populated during plugin installation. 2015-02-06 00:14:55 -08:00
Cameron
7b1368b276 Issue #91 - 404 headers on missing pages. 2015-02-05 20:25:28 -08:00
Cameron
ecce5b978c Admin-UI: Column-selector styling fixes. 2015-02-05 11:54:59 -08:00
Cameron
9ddada154f More avatar code moved to $tp->toAvatar() and minor css fixes. 2015-02-05 00:02:29 -08:00
Cameron
4572cd7ceb Issue #682 and other 'wrong avatar' issues in chatbox, online-menu etc. New $tp->toAvatar() method introduced. 2015-02-04 20:36:56 -08:00
Cameron
d3ff0d7333 Fixes #682 - default avatar on comments. 2015-02-04 19:04:28 -08:00
Cameron
c58fb5c8b8 Fixes #719 - entity encoding on non-english characters. This change requires thorough testing of all e107 pages using URL queries. 2015-02-04 15:33:21 -08:00
Cameron
4beb3086fb Fixes #817 - error in gallery admin, and also fixes missing gallery images on fresh install when not logged in. 2015-02-04 14:37:34 -08:00
Cameron
5e56b4731d Fixes #855 - rating not working while SEF Url in use. 2015-02-04 13:05:44 -08:00
Cameron
5fc8f21577 Fixes #856 - duplicate 'reply to' comment forms. 2015-02-04 12:43:52 -08:00
Cameron
d437765a22 Plugin install tweaks and layout fixes. 2015-02-04 04:01:08 -08:00
Cameron
7640954880 Trigger new verified user when using social logins. 2015-02-04 01:14:22 -08:00
Cameron
29c9b3b0b6 One-click plugin download and install routine reinstated. 2015-02-03 21:58:26 -08:00
Cameron
486cd1d10f Added extra debug info for Admin-UI search query. 2015-02-03 14:55:20 -08:00
Cameron
cec216c613 Removed PHP warnings. Added Simple e_url.php redirect list to admin area. Removed debug info from db-verify. 2015-02-03 12:23:03 -08:00
Cameron
6617cd5d8f Tweak of last commit. 2015-02-02 16:57:39 -08:00
Cameron
9734aa1932 Fix for missing trailing slash on e_REQUEST_SELF. ie. e_REQUEST_SELF.'?'.e_QUERY will work under all circumstances. 2015-02-02 16:47:03 -08:00
Cameron
8777626984 Preparations for a bootstrap3 admin area. 2015-02-02 16:45:32 -08:00
Cameron
7cf55a9d9c Fixes #853 - Admin-UI custom queries 2015-02-02 11:59:17 -08:00
Cameron
bf4649e171 Correct News URL to include SEF Url on print page. Hide print button during print. Made debug backtrace info more useful on SQL details. 2015-02-01 23:54:12 -08:00
Cameron
af5c0b2ead Fixes #851 - Admin-UI - when the listQry doesn't contain backticks around table names. 2015-02-01 18:45:33 -08:00
Cameron
9e5f201ff1 e107::wysiwyg() detection fix. 2015-02-01 17:41:53 -08:00
Cameron
ee1623e747 Html5 validation fixes. Admin SiteLinks for admin-ui now using $frm->url(); for URLs. 2015-02-01 17:28:38 -08:00
Cameron
274069184f Fixes #850 - Gallery missing description when using simple brackets. Fixes #607 - embedded English text. 2015-02-01 17:27:05 -08:00
Cameron
2a4caa6cb7 Fixes #849 and corrects a table-name issue with plugin upgrades. 2015-02-01 02:07:56 -08:00
Cameron
cee4ffd235 Language-file cleanup 2015-01-30 23:43:15 -08:00
Cameron
05637a4422 Forum language-file cleanup. 2015-01-30 18:14:06 -08:00
Cameron
ff6d84e5e1 TinyMce e_footer.php file added. Upgrade routine now refreshes the plugin addons correctly. 2015-01-29 13:09:22 -08:00
Cameron
86c1bd3353 Removed TinyMce from every page load. e_footer.php introduced and e107::wysiwyg() toggle method. 2015-01-29 11:26:56 -08:00
Cameron
2083cf161e themePrefs can be set at installation time. see _blank/theme.xml for an example. 2015-01-28 12:31:14 -08:00
Cameron
7486ea37d0 Fixed query-count indicator in SQL Details 2015-01-28 11:43:24 -08:00
Cameron
05c8f263d1 FAQs enhancement and support for faq-category SEF urls. (work in progress) 2015-01-28 02:29:26 -08:00
Cameron
fb22dc7b11 PHP Warning removal. 2015-01-28 01:46:49 -08:00
Cameron
543c296442 Fixes #835 and brings Pages search routine up to v2.x standards. 2015-01-27 19:06:12 -08:00
Cameron
e0f45aa911 Admin styling main buttons 2015-01-27 15:20:12 -08:00
Cameron
a35f7ef171 Upgrade routine now separates non-core plugin sql changes into their own area. 2015-01-27 13:00:33 -08:00
Cameron
e36b68933c Usersettings error message styling and general cleanup. 2015-01-27 11:32:09 -08:00
Cameron
489a9cb49c Replaced deprecated get_user_data() with e107::user() 2015-01-26 18:03:14 -08:00
Cameron
277e0c5020 More XUP fixes 2015-01-24 11:16:13 -08:00