3
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
works better when you include the template file :p
frankblunt
as Tom Dale
More... almost 14 years ago
replace frajax with json/js for all admin functions bar edit. Would be good to nail all of them if possible but at least with this much it's fully functional and only irritating from a eugenics point of view
frankblunt
as Tom Dale
More... almost 14 years ago
remove all the comment code bar the tiny bit optionally required to work with the comment plugin. Custom templates will need to be updated to display comments, but otherwise should just work. A setup script on the comment plugin converts any existing artcilecomments tables to its own format.
frankblunt
as Tom Dale
More... almost 14 years ago
this is a bit rough, but i think it works. apart from the frajax bits, which do perform the actions required of them but in most cases don't correctly update the html to reflect the change (eg from follow to nofollow) until you refresh the page. This plugin will work with articles instead of the current internal code, but could in theory be used by any plugin that wants it.
frankblunt
as Tom Dale
More... almost 14 years ago
change datefield to unix timestamp and update accordingly. change category field to pagetitle for more generic usage when calling getItemsById from other plugins
frankblunt
as Tom Dale
More... almost 14 years ago
update unixdate field to take an optional default value of 'now' to save current timestamp if field empty
frankblunt
as Tom Dale
More... almost 14 years ago
fix sitemap/xmlsitemap bugs for multilanguage sites
frankblunt
as Tom Dale
More... almost 14 years ago
add tag handling to generic search function
frankblunt
as Tom Dale
More... almost 14 years ago
strip out search logic and use generic function from search plugin instead
frankblunt
as Tom Dale
More... almost 14 years ago
add generic function for plugin search logic so that it can be called from any plugin
frankblunt
as Tom Dale
More... almost 14 years ago
update search template to display tags properly and assume result titles have been pre-cleaned by the supplying plugins rather than double-encoding
frankblunt
as Tom Dale
More... almost 14 years ago
fix snip handling in RSS
frankblunt
as Tom Dale
More... almost 14 years ago
fix snip handling, adjust getItemsbyID function to return a single result from a single id
frankblunt
as Tom Dale
More... almost 14 years ago
split getArticles function to allow for greater reuse of its parts, update other functions (like Search, sitemap, tags) to use centralised get / clean / sort functions, add permission check and snip handling into clean function, remove more redundant/broken code
frankblunt
as Tom Dale
More... almost 14 years ago
remove more redundant/broken code, some more rearrangement
frankblunt
as Tom Dale
More... almost 14 years ago
no actual changes, just rearrange function order
frankblunt
as Tom Dale
More... almost 14 years ago
tags plugin handles save and delete - remove redundant articles functions
frankblunt
as Tom Dale
More... almost 14 years ago
update global example code to reflect changes
frankblunt
as Tom Dale
More... almost 14 years ago
remove a bunch of checks for language no longer required, standardise language string handling, clean up RSS handling and use Jojo RSS function instead of an internal one
frankblunt
as Tom Dale
More... almost 14 years ago
rearrange dateformat functions for more flexibilty, add generic RSS feed formatting function
frankblunt
as Tom Dale
More... almost 14 years ago
fix function naming for sync, use new url check function instead of repeating generic url checks
frankblunt
as Tom Dale
More... almost 14 years ago
add function for testing generic plugin formats
frankblunt
as Tom Dale
More... almost 14 years ago
move xml cleaning code (mainly for RSS) into core and out of articles
frankblunt
as Tom Dale
More... almost 14 years ago
fix various bugs in comment subscription email processing
frankblunt
as Tom Dale
More... almost 14 years ago
fix error in admin prefix (for comment admin links)
frankblunt
as Tom Dale
More... almost 14 years ago
fix error in install table update code
frankblunt
as Tom Dale
More... almost 14 years ago
remove ac_url from categories - all page info should be got from page - and update code accordingly. don't think this breaks anything but will probably need setup. commiting so i can test it on a wider range of sites.
frankblunt
as Tom Dale
More... almost 14 years ago
more readonly cleanup of field templates
frankblunt
as Tom Dale
More... almost 14 years ago
make callback reference explicit
frankblunt
as Tom Dale
More... almost 14 years ago
only add the search filter if search is installed
frankblunt
as Tom Dale
More... almost 14 years ago