30
I Use This!
Very High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 3 days ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
rebuild tree after category delete More... almost 21 years ago
new or die() runaway truck lane in safe_query was bollixing up automated upgrades. More... almost 21 years ago
fix #37 - make sure safe_insert() returns true on tables that don't have an auto_increment key More... almost 21 years ago
Add new 'sticky' status. Sticky articles won't show up in a regular article or article_custom list. Use <txp:article status=sticky /> (or article_custom) to display. More... almost 21 years ago
Fairly major overhaul of import_mtdb.php - fixed a slew of bugs and put in several conditional for situations like articles belonging to authors that no longer exist. Also note that safe_insert() now returns the relevant mysql_insert_id() instead of TRUE in the event of a successful insert. More... almost 21 years ago
Attemp to fix problem with EvalElse and nested conditional tags when a no-conditional container tag is written once before the <txp:else /> and after too. More... almost 21 years ago
Work around over a problem on EvalElse, which still needs to be solved for nested conditional tags. More... almost 21 years ago
allow wildcard matches in custom field filtering for txp:article and article_custom More... almost 21 years ago
Atom Feeds update[Ticket#28]. Read(http://dev.textpattern.com/ticket/28#change_5) for a detailed explanation. More... almost 21 years ago
allow plugins to pre-populate $pretext More... almost 21 years ago
Load custom fields in populateArticleData() More... almost 21 years ago
Make <txp:php> work properly in article forms More... almost 21 years ago
Make bombShelter() URL limit configurable More... almost 21 years ago
make sure url_title field is always populated, even when attach_titles_to_permlinks is off More... almost 21 years ago
suppress PHP errors when unknown section is requested More... almost 21 years ago
fix preg quote issue in search More... almost 21 years ago
stop Textile from breaking multi-line blocks of PHP code More... almost 21 years ago
fix invalid argument warning on admin page when only one user More... almost 21 years ago
Backward compatibility permlinks issue: the attach_titles_to_permalinks option - admin_config.php - works again so, we recover the option of permlinks modes /section/id/ and /id/ for /section/id/title/ and /id/title/ if turn off attach_titles_to_permalinks. Additionally, section pages works properly now for /title/ and /id/title/ permlinks modes. More... almost 21 years ago
Fix small glitch with localized comments_invite link html id. Now it jumps properly to the comments form, despite of the language used. Thanks, Andreas. More... almost 21 years ago
use 503 status in db_down() More... almost 21 years ago
Fix problem with /section/title permlink mode retrieving the section when no title is provided - described here: http://forum.textpattern.com/viewtopic.php?id=7344 More... almost 21 years ago
Added rudimentary escape mechanism / status message when database connect fails More... almost 21 years ago
added dutch (kees-b et al) and danish (harryv) localisations More... almost 21 years ago
Added obvious /section/title permlink mode. More... almost 21 years ago
fix privs check on admin > prefs page More... almost 21 years ago
performance: reduce the number of getNeighbour() calls More... almost 21 years ago
performance fix: eliminate redundant filterFrontPage queries (thanks Sencer) More... almost 21 years ago
added alt="" att for article_image output of images not governed by txp More... almost 21 years ago
Fixed problem of html being escaped when editing comments. More... almost 21 years ago