all new articles pages save the pg_link in lowercase, so the initial install page should be that too |
|
More...
|
almost 15 years ago
|
tidy sort function |
|
More...
|
almost 15 years ago
|
streamline getArticles Query to use indexes whenever possible and get PHP to do the heavy lifting on sorting instead of MySQL (which seems to be the main bottle-neck - particularly on shared hosting) , update global, include indexes in install file (still need to be added manually for existing installs), remove rss class. |
|
More...
|
almost 15 years ago
|
fixes a minor bugbear with 'add child' pages not inheriting their parent's language setting |
|
More...
|
almost 15 years ago
|
a couple of tweaks to the sitemap code to get articles from languages other than that of the current sitemap page to show up, and to pick up articles in all nested pages |
|
More...
|
almost 15 years ago
|
extensive rewrite - details on the Jojo Forum at http://www.jojocms.org/topics/444/categories-bane-or-boon/ |
|
More...
|
almost 15 years ago
|
tweak url prefix display to avoid extra slashes |
|
More...
|
almost 15 years ago
|
adding $o++, on one that had been missed out |
|
More...
|
almost 15 years ago
|
Google can get confused when pagination>1 have the same title/meta description as page1. But you need the pagination so that page2 articles etc can get spidered. |
|
More...
|
almost 15 years ago
|
add a function for grabbing the prefix from a contextless id (like in Admin/Edit), update the table data with the plugin name, set the category fields to readonly where applicable. Fixes the issue that's been bugging me where articles in categories show the default url prefix before the url field for articles rather than the correct one for that category |
|
More...
|
almost 15 years ago
|
update internal url field and template to check for variable url prefix in plugins that have more than one |
|
More...
|
almost 15 years ago
|
add a plugin field to tabledata to identify the plugin that 'owns' it (where applicable) |
|
More...
|
almost 15 years ago
|
bug fixes for empty records |
|
More...
|
almost 15 years ago
|
fix some errors in the dblist display and an issue with borked references in the admin tree when dealing with multiple dbpluginpagelist items |
|
More...
|
almost 15 years ago
|
update a bunch of field templates to respect the 'readonly' setting, more to come |
|
More...
|
almost 15 years ago
|
add in a fielddata field for fd_readonly which seems to have been intended at some point but not actually implemented |
|
More...
|
almost 15 years ago
|
add another new fieldtype for binary yes/no radio fields - returns 1 (true) for yes or 0 (false for no |
|
More...
|
almost 15 years ago
|
get the display field to recognise the proper display name when using dbpluginpagelist |
|
More...
|
almost 15 years ago
|
add in the field option for the plugin (otherwise it won't work) |
|
More...
|
almost 15 years ago
|
update article categories to use the new pluginpage fieldtype and tweak page <-> category synchronisation. no changes to handling, so shouldn't break current installs or require setup |
|
More...
|
almost 15 years ago
|
dbpluginpagelist field returns an id, so extract the display field and insert it into admin trees and dropdowns (this seems a bit clumsy, so more streamlined ideas welcome) |
|
More...
|
almost 15 years ago
|
add a new field type for pulling a list of plugin-specific pages out of the page table |
|
More...
|
almost 15 years ago
|
For some reason, the jojo_robots.php setting of header content-type to txt was not correctly setting that header. - the jojo.php setting of header as html was taking precedence. |
|
More...
|
almost 15 years ago
|
replace deprecated split function with explode |
|
More...
|
almost 15 years ago
|
replace deprecated ereg with preg_match to avoid vast numbers of errors in php5.3 |
|
More...
|
almost 15 years ago
|
correcting php error |
|
More...
|
almost 15 years ago
|
pg_url got set to nothing if there was no category, each of the other statements were dependant on there being categories, but the assign statement had no conditional so set the default for smarty pg_url to be pg_url |
|
More...
|
almost 15 years ago
|
minor fixes for dwoo errors and a tyo |
|
More...
|
almost 15 years ago
|
Add a new hook to Analytics code for page tracking |
|
More...
|
about 15 years ago
|
Fixed: The wrong page being selected when a plugin is mapped to multiple sub pages |
|
More...
|
about 15 years ago
|