3
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
order mldata by displayorder
frankblunt
as Tom Dale
More... about 14 years ago
changed smart section to foreach to make compatiable with dwoo More... about 14 years ago
Added customfoot. works just like customhead but allows for code to be added to bottom of a page. In line with HTML5 boilerplate changes More... about 14 years ago
Added customfoot. works just like customhead but allows for code to be added to bottom of a page. In line with HTML5 boilerplate changes More... about 14 years ago
include customhead files in admin
frankblunt
as Tom Dale
More... about 14 years ago
add secondary nav as a global (if set as an option)
frankblunt
as Tom Dale
More... about 14 years ago
add plugin definition to page table record and add a getPrfix function to Core so that internal urls display language etc
frankblunt
as Tom Dale
More... about 14 years ago
clean filenames on uploaded files to avoid (mainly) javascript issues with url-unfriendly characters
frankblunt
as Tom Dale
More... about 14 years ago
Add Jojo::mergeCSS() functionality. More... about 14 years ago
Add a filter for editing subpages. More... about 14 years ago
check for Safari/Chrome X Purpose header before attempting to use it
frankblunt
as Tom Dale
More... over 14 years ago
only use preg_replace if it looks like being necessary (which it usually isn't)
frankblunt
as Tom Dale
More... over 14 years ago
Add option to make the Xinha editor inline rather than a popup. Intend to make this the default behaviour once this is tested and stable. More... over 14 years ago
Add check as part of setup to ensure index.php is up to date with the Jojo version. More... over 14 years ago
Add index_lite.php - this strips out all the install stuff from index.php that isn't needed once a site is up and running. index_lite.php should be renamed as index.php and copied over the top of index.php once a site is up and running. This is not yet intended for production use, but feel free to try out. More... over 14 years ago
Fix bug causing Jojo to load setup page when entering a URL such as domain.com/index.php?foo=bar More... over 14 years ago
Fix install issues caused by Theme table not being available during the install process. _connectToDB no longer a private method as setup needs to be able to use it directly. Theme / plugin tables are created earlier in the setup process. In new versions of MySQL, TYPE=xxxxxx syntax is deprecated and fails - regex this to ENGINE=xxxxxx. Need to update individual plugins, however the regex should remain. More... over 14 years ago
"Incorrect Spam Prevention Code entered" was appearing on a green background, as a 'message'. Now classd as an "error". More... over 14 years ago
Adding Smarty back in manually. More... over 14 years ago
Remove Smarty from Externals. More... over 14 years ago
Fixed: 404 errors are no-longer triggered by Chrome's preview feature when typing URLs More... over 14 years ago
prevent the black background from appearing when resizing transparent png images. More... over 14 years ago
update external repo for smarty
frankblunt
as Tom Dale
More... over 14 years ago
allowing for utf8 on subject and from name. More... over 14 years ago
add a bunch more options for customising the index pages without using custom templates
frankblunt
as Tom Dale
More... over 14 years ago
add head item to push IE into using latest rendering engine possible, fix typo in jquery line
frankblunt
as Tom Dale
More... over 14 years ago
And remove the favicon link again... see if it's autodetected More... over 14 years ago
Reinstate favicon link in head. More... over 14 years ago
Add indexes to databases as part of the core setup process. Each plugin should now define a install/indexes_tablename.php file for each table it creates. See existing indexes files for an example of the format required. More... over 14 years ago
fix lang_country default setup for new installs to mark the default section as default
frankblunt
as Tom Dale
More... over 14 years ago