Make WordPress Core

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @628   22 years saxmatt Renaming Reloaded.
(edit) @627   22 years saxmatt Removed some old b2 references.
(edit) @626   22 years saxmatt Not used anymore.
(edit) @625   22 years saxmatt Now more sanely deals with bad connection data and offers useful …
(edit) @624   22 years saxmatt Multiple categories in RSS. RSS 1.0 currently broken
(edit) @623   22 years saxmatt Newlines and code formatting in quicktag code.
(edit) @622   22 years emc3 Modified CSS fix a little
(edit) @621   22 years emc3 Workaround IE peekaboo bug
(edit) @620   22 years mikelittle Default page if no group selected.
(edit) @619   22 years mikelittle Now we can see which option group we are editing
(edit) @618   22 years mikelittle Some more b2->wp renaming Plus added back simple unstyled blog output.
(edit) @617   22 years mikelittle Some more b2->wp renaming
(edit) @616   22 years mikelittle Fixed error with double include
(edit) @615   22 years saxmatt Removed images we're not using anymore.
(edit) @614   22 years saxmatt Hacks file option and include.
(edit) @613   22 years saxmatt Fix for siteurl problem.
(edit) @612   22 years saxmatt Smilie fix from Jaykul, changed fool's siteurl fix to use faster …
(edit) @611   22 years saxmatt Took out some old stuff.
(edit) @610   22 years saxmatt Fix to have post title where post_name is specified but post ID is not.
(edit) @609   22 years saxmatt Update autop to include th and divs.
(edit) @608   22 years emc3 Fixed wonko IE display bug for categories
(edit) @607   22 years saxmatt Fix for incorrect header() referral, width.
(edit) @606   22 years saxmatt Validation errors.
(edit) @605   22 years saxmatt Missing quote.
(edit) @604   22 years saxmatt Moved images.
(edit) @603   22 years saxmatt Fix for permalink in comment. Removed old sample config.
(edit) @602   22 years saxmatt The great renaming.
(edit) @601   22 years saxmatt The great renaming.
(edit) @600   22 years saxmatt Fixed more and multiple page code to use new permalink system.
(edit) @599   22 years emc3 Fixed cursor positioning bug.
(edit) @598   22 years saxmatt File no longer used or kept up to date.
(edit) @597   22 years saxmatt Remove post_category references.
(edit) @596   22 years mikelittle Updated links import. Now should be able to tackle any OPML
(edit) @595   22 years alex_t_king added htmlspecialchars to outputing comment author name, added …
(edit) @594   22 years emc3 Fixed XSS vulnerability in comments
(edit) @593   22 years mikelittle Fixed bug. We now notify on comment (if options say so)
(edit) @592   22 years saxmatt mod_rewrite code for new category URIs.
(edit) @591   22 years saxmatt Users tweaks. Still need to add admin user registration.
(edit) @590   22 years saxmatt New admin styling and improved navigation.
(edit) @589   22 years saxmatt Renamed template editor and fixed wordings.
(edit) @588   22 years saxmatt Tweak for multiple categories on edit page.
(edit) @587   22 years saxmatt File no longer used or kept up to date.
(edit) @586   22 years saxmatt Renamed b2register -> wp-register
(edit) @585   22 years saxmatt File rename and new functionality.
(edit) @584   22 years saxmatt Latest comments bugfixes.
(edit) @583   22 years saxmatt Trailing whitespace?
(edit) @582   22 years saxmatt Forgot stuff for adding new categories. Fixed.
(edit) @581   22 years saxmatt Category interface improvements.
(edit) @580   22 years saxmatt New category interface.
(edit) @579   22 years saxmatt Fixed bug in selection and mass moderation of comments. Made it so if …
(edit) @578   22 years saxmatt Made second argument to wp_notify_postauthor optional.
(edit) @577   22 years saxmatt Category admin renamed and fixed to set new category_nicename and …
(edit) @576   22 years saxmatt Interface tweaks.
(edit) @575   22 years saxmatt list_cats to use new category link function.
(edit) @574   22 years saxmatt Now select categories from new table and such.
(edit) @573   22 years saxmatt Fixed it so the mod_rewrite regex no longer matches EVERY URI.
(edit) @572   22 years saxmatt Beta multiple category support. Major style changes. You can now add, …
(edit) @571   22 years saxmatt Alpha 2 multiple category support.
(edit) @570   22 years mikelittle Removed $querycount.
(edit) @569   22 years mikelittle Removed $querycount. Added $wpdb->querycount
(edit) @568   22 years mikelittle Fixed several instances in WordPress where PHP Notices are not being …
(edit) @567   22 years mikelittle Don't need that final semi-colon
(edit) @566   22 years saxmatt Version number change.
(edit) @565   22 years saxmatt Alpha multiple category support.
(edit) @564   22 years saxmatt Forgot to take out a function call.
(edit) @563   22 years saxmatt Made it so class does query counting. Cleaned up errors.
(edit) @562   22 years saxmatt New version number.
(edit) @561   22 years saxmatt Multiple category upgrade system. Changed version number.
(edit) @560   22 years saxmatt Made status dropdowns radio boxes, more moderation cleanups. Edit …
(edit) @559   22 years mikelittle Fixed several instances in WordPress where PHP Notices are not being …
(edit) @558   22 years mikelittle Missing querycount
(edit) @557   22 years saxmatt Fixed bug: http://wordpress.org/support/6/933
(edit) @556   22 years saxmatt Save and continue editing.
(edit) @555   22 years saxmatt New comment notification system.
(edit) @554   22 years saxmatt Bug fix: http://wordpress.org/support/6/1084 . Wrong variable used in …
(edit) @553   22 years saxmatt Only show comments and such if an individual post identifier is given.
(edit) @552   22 years mikelittle Close span tag for unapproved
(edit) @551   22 years mikelittle Fix SQL error
(edit) @550   22 years emc3 XHTML compliance changes in doGeoUrlHeader() as suggested by Xial …
(edit) @549   22 years saxmatt Cleaning up comment moderation and the comment code in general. More …
(edit) @548   22 years emc3 Added url_to_postid() function
(edit) @547   22 years emc3 Set padding:0 on body to improve display in Opera per …
(edit) @546   22 years emc3 otaku42's comment moderation patches
(edit) @545   22 years saxmatt Use ems where possible for more flexble layout.
(edit) @544   22 years mikelittle Backed out my invalid change.
(edit) @543   22 years emc3 Fixed rewrite rule for when WP is installed in a subdir.
(edit) @542   22 years emc3 Never understimate the ingenuity of fools.
(edit) @541   22 years emc3 Fix missing '/' in permalinks when not using the rewritable permalink …
(edit) @540   22 years emc3 Set background color on body
(edit) @539   22 years mikelittle uses bloginfo as appropriate.
(edit) @538   22 years mikelittle uses bloginfo as appropriate. $smarty changed to $wpsmarty
(edit) @537   22 years mikelittle uses bloginfo as appropriate
(edit) @536   22 years mikelittle get_bloginfo now returns wp- xml files
(edit) @535   22 years mikelittle b2rss/rdf -> wp-rss/rdf Plus old files do permanent redirect to the …
(edit) @534   22 years mikelittle Fix for failing to recognise and replace double quotes at the end of a …
(edit) @533   22 years saxmatt Newer, cleaner RSS 2.0.
(edit) @532   22 years mikelittle Fix for View Post link on comments 'tab' . Also removed some form …
(edit) @531   22 years saxmatt Layout and CSS tweaks.
(edit) @530   22 years donncha Initial import of Smarty Template Support. Some of the WP template api …
(edit) @529   22 years saxmatt Just an update, not done yet.
Note: See TracRevisionLog for help on using the revision log.