Cameron
c079140f23
Truncate Generated SEF-URLs to an acceptable length.
2015-03-30 13:00:28 -07:00
Cameron
027a74f5b0
Code cleanup
2015-02-15 02:37:36 -08:00
SecretR
b7942691e0
Render mode can be disabled, bad checks removed
2014-12-10 15:06:46 +02:00
SecretR
a6fa26577f
Broken query string fix
2014-03-19 15:08:29 +02:00
SecretR
9b636a9687
No plugin manager caching in development environment
2014-03-12 16:06:29 +02:00
Cameron
7f1a946562
Fixes #470 Download pagination template and SEF Urls.
2014-01-04 10:14:10 -08:00
Cameron
34bbd17277
Fix for News SEF Url 'list/all'
2013-12-20 10:07:58 -08:00
Cameron
3030ca3570
News SEF URL for tags. Automatically switch URL path to lowercase when lowercase url template is used.
2013-12-20 09:45:27 -08:00
SecretR
f60b8f6e81
Error 403/404 templates;
...
Not Found redirect - set 404 error code;
404/403 actions - send proper HTTP status code;
Front controller now sets render mode to
module-controller-action by default (override from within individual
actions via setRenderMod() still possible)
2013-10-23 17:39:44 +03:00
SecretR
2bdcceab9c
Various bug fixes
2013-10-14 15:38:57 +03:00
SecretR
7ab682d4fa
Allow non-latin meta content
2013-10-13 13:29:08 +03:00
Cameron
64c18067a6
Closes #405 and #414 . Viewport Issue corrected. (thanks to Arun)
2013-07-08 01:37:43 -07:00
SecretR
b19c99c674
Issue #247 - format news keywords before saving to the DB, improved meta
...
keys formatting
2013-05-08 12:25:43 +03:00
SecretR
00284e8fa0
Meta keywords format issue
2013-04-30 12:37:03 +03:00
SecretR
e6254be4b9
Response render mode typo
2013-04-12 15:50:03 +03:00
Cameron
e6a30c8037
Handle upgrade better. Issue #149 - No.1
2013-03-27 19:38:52 -07:00
Cameron
b843bcc0c7
Notice removal and file cleanup
2013-03-21 02:53:35 -07:00
SecretR
c92052f164
phpDoc update
2013-03-07 15:19:43 +02:00
SecretR
82ac1255a6
FAQ plugin front-end rewrite started
2013-03-07 15:19:40 +02:00
Cameron
47474aeedf
Issue #89 meta tags now using 'property' instead of 'name'
2013-01-23 13:11:09 -08:00
SecretR
fbc8386193
Close #75 : Automated SEF string creation type not functioning on
...
Gallery category URLs
2013-01-16 12:51:03 +02:00
Tijn Kuyper
57dbc89d18
Notice removals
2012-12-16 12:28:28 +01:00
secretr
193e9df452
Controller forward bugfix
2012-11-12 07:10:49 +00:00
secretr
a6aba62cc8
url configs now support urlencoded patterns (in theory) thus non latin characters
2012-11-01 09:05:21 +00:00
secretr
e649d21154
URL assembler (url)encoding issues
2012-10-21 15:59:45 +00:00
secretr
724a948ca1
helper meta title format fix
2012-09-03 12:14:37 +00:00
secretr
39c783ed39
introducing eControllerFront - some front-end goodies as check if plugin installed, auto filter vars from GET array, etc
2012-08-23 12:25:42 +00:00
CaMer0n
8b86caddf4
MediaCategories added to plugin.xml spec. and install/uninstall routine. Paste fixes for wysiwyg. Custom-Page issue corrected. admin-ui enhanced for images categories.
2012-08-19 02:33:43 +00:00
CaMer0n
b85f748c98
PHP warning removal
2012-07-23 09:33:39 +00:00
CaMer0n
1d52185bc8
Added e_CACHE_URL
2012-06-08 08:18:03 +00:00
CaMer0n
34f37ce9f7
e107::css() and e107::js() functions added.
2012-05-13 05:53:48 +00:00
CaMer0n
64571fb92e
Meta work - done.
2012-05-11 10:30:30 +00:00
secretr
f92cd53c39
I hope the last typo fix on meta rendering
2012-05-11 10:22:44 +00:00
secretr
a488943453
meta typo fix
2012-05-11 10:17:55 +00:00
secretr
498db4ec61
generic meta response methods
2012-05-11 09:45:35 +00:00
secretr
e0770ffa3b
missing argument (response class)
2012-05-04 13:11:40 +00:00
secretr
74c19e5468
Controller base - clean up meta title
2012-02-28 14:28:45 +00:00
secretr
49a26e420c
floated dialogs working again, improved ajax content, front-end response method for automated json response (parsed by dialog JS)
2012-02-14 12:15:55 +00:00
secretr
78588e2eda
More precise controller callbacks execution, new callback shutdown()
2012-02-09 14:00:35 +00:00
secretr
1c34c00f95
Dispatch routine fix - bug preventing _forward method to work proper
2012-01-24 11:47:47 +00:00
secretr
34b40eddfb
URL condig rebuild routine on various places,
...
Import prefs fix - arrays wasn't imported,
Mislogic of some preference handler methods
2012-01-06 09:49:08 +00:00
secretr
161bbe4785
removed some legacy method calls, e107 class cleanup (in progress).
2012-01-02 13:12:48 +00:00
secretr
0d0fa1e2ca
- Important URL assembling feature, all routes have now safe fallback option
...
- News configs updates and refactoring, introducing new config, various bugfixes
- News DB changes: news_sef and category_sef fields, titles no more used in URL assembling
- Aliases now not able to match existing URL module
- New URL setting - choose type of SEF string when auto-extracted from titles (implemented in News and Custom pages, leave SEF string empty to see it in action)
- Overall system stability bugfixes
2011-12-10 00:00:15 +00:00
secretr
d5dc6bfe05
- Custom Pages: new fields for SEF string and meta data, admin validation and data control, front-end SEO (meta data), additional 'safe' URL config (for migrated installs); some new useful helper methods;
...
- More typography and layout control: new class based paragraph, heading, nobr, br and block bbcodes (awaiting new icons)
- Overall improvements and stability fixes
2011-12-09 02:08:04 +00:00
secretr
97b577db43
- Custom Pages front-end almost completely rewritten, backend fixes, SEF URL support, introducing page batch shortcodes and templates (available per page), compatibility stylesheet added (core css and jayya theme), tagwords plugin links proper to new pages URLs;
...
- Large number of system stability fixes and obsolete code replacement
2011-12-07 21:07:21 +00:00
secretr
6cf1f90711
URL config refactoring
2011-12-06 16:01:34 +00:00
secretr
ab4501edd2
minor bugs, notice cleanup, missing e_SELF/e_QUERY fixes
2011-12-06 09:44:28 +00:00
secretr
23223ac4aa
URL assembling issue
2011-12-02 19:20:12 +00:00
secretr
e574d5f4f0
index.php is now system entry point, front page detection moved to index controller; various stabillity fixes and url admin interface improvements; htaccess template modfied to meet entry point changes; front page preference values (Front Page admin page) prefixed with 'url:' and 'route:' now accepted and recognized; full backward compatibility so far.
2011-12-01 22:08:23 +00:00
secretr
078816befe
Better routing/URL assembling, inline documentation, large number of fixes, news area improvements - should work flowless with every URL configuration. Awaiting testing results for more stability fixes.
2011-11-30 15:14:02 +00:00