summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-content
Commit message (Collapse)AuthorAgeFilesLines
* WP Mergedonncha2005-12-201-1/+3
| | | | | | | Cache fixes git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@477 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* This toodonncha2005-12-151-0/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@470 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-12-152-17/+19
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@468 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fix logins for site adminsdonncha2005-12-131-19/+73
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@466 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-12-082-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@463 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Typo (Niall)donncha2005-12-011-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@456 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-12-011-0/+79
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@454 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* We need this blogs script!donncha2005-11-252-0/+54
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@448 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-11-252-48/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@447 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-11-188-17/+17
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@439 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed URLs when no referrers founddonncha2005-11-111-8/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@431 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-11-075-18/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@422 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make deleting invites a little kinder to the dbdonncha2005-11-071-29/+40
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@421 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Massive WP Mergedonncha2005-11-071-5/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@417 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make Referers page a little nicer when no referersdonncha2005-10-261-3/+10
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@410 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Run titles of current posts through ksesdonncha2005-10-261-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@409 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Massive WP Mergedonncha2005-10-242-2/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@407 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Massive code formatting cleanup and url slash fixingdonncha2005-10-133-5/+5
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@401 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* bytes, not kilobytes!donncha2005-10-071-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@393 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Escape sqldonncha2005-10-071-6/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@392 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Global categories use new hooks nowdonncha2005-10-071-14/+16
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@391 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added upload hooks. check for available space and file sizedonncha2005-10-071-0/+42
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@390 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WordPress Merge - image deletion and moredonncha2005-10-072-2/+8
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@389 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* When invited user registeres, create a new key for them: invite_hash.donncha2005-09-291-2/+2
| | | | | | | | This is the md5 of the email address they were invited. Solves the problem where user doesn't use the same email address when registering: invites don't match up. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@381 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Remove slashes from category names.donncha2005-09-281-0/+8
| | | | | | | Add plugin to fix upload path through filter. (Thanks Andy!) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@377 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed upload path for new uploaderdonncha2005-09-271-1/+1
| | | | | | | | | blogs script handles sub-dirs remove second "rich editor" checkbox remove upload link from menu git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@375 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge, Andy's new upload code, REQUIRES upgrading of db!donncha2005-09-271-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@374 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Categories: check for default category (not cat_ID == 1) when deleting.donncha2005-09-261-0/+4
| | | | | | | | Update default category option if cat_ID changes after edit. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@372 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Final part of code to allow global loginsdonncha2005-09-261-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@371 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-09-262-0/+461
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@367 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Invites number is set when user registers now.donncha2005-09-201-0/+3
| | | | | | | Increment invites number when unused invited is deleted git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@348 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* AddLoadEvent() js function now loads wp hashcash. Use it to load other js ↵donncha2005-09-192-7/+19
| | | | | | | | | functions! Very useful for getting livesearch working.. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@340 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed "order by" functiondonncha2005-09-161-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@339 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Store "Show Internal Links" and "Show DIRECT Links" in blog options table.donncha2005-09-161-0/+19
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@338 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Convert wp-admin urls to blog urlsdonncha2005-09-161-0/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@337 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed commented codedonncha2005-09-161-9/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@336 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-09-161-2/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@335 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Make images and files more cacheable: issue 304 errors more oftendonncha2005-09-151-4/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@331 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed deletion of direct referersdonncha2005-09-141-0/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@328 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added invite timeout and delete linksdonncha2005-09-121-8/+51
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@317 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-09-121-4/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@310 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added option to disable invite checking on registrationdonncha2005-09-081-2/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@307 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added timed invite additionsdonncha2005-09-081-4/+39
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@306 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Re-org of titlesdonncha2005-09-071-6/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@305 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added "add to blogroll" checkboxdonncha2005-09-071-1/+11
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@304 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added invite statsdonncha2005-09-071-0/+15
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@303 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Invites link near feedback form, but only if invites leftdonncha2005-09-071-0/+35
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@302 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* md5()_invited_by -> invited_bydonncha2005-09-061-3/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@300 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Removed Bad Behaviordonncha2005-09-0626-1701/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@292 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* typodonncha2005-09-051-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@288 7be80a69-a1ef-0310-a953-fb0f7c49ff36