Commit Graph

25 Commits

Author SHA1 Message Date
Matt Mullenweg ed5af7cec7 Order categories alphabetically.
git-svn-id: https://develop.svn.wordpress.org/trunk@1324 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-20 11:41:54 +00:00
Matt Mullenweg 4f3436a5d4 Don't try to show keys if there aren't any.
git-svn-id: https://develop.svn.wordpress.org/trunk@1323 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-20 11:32:14 +00:00
Matt Mullenweg ffdc641fc8 Fix for referrer check.
git-svn-id: https://develop.svn.wordpress.org/trunk@1316 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-19 06:44:55 +00:00
michelvaldrighi 771f496fe7 added check_admin_referer()
git-svn-id: https://develop.svn.wordpress.org/trunk@1297 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-17 19:40:56 +00:00
Matt Mullenweg 2d35c72b9e Some fixes for E_ALL.
git-svn-id: https://develop.svn.wordpress.org/trunk@1236 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-07 21:05:02 +00:00
Matt Mullenweg 0f635b45df Unquoted SQL.
git-svn-id: https://develop.svn.wordpress.org/trunk@1232 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-05 08:18:30 +00:00
Matt Mullenweg 8b3f6450f1 Fixes for post screen.
git-svn-id: https://develop.svn.wordpress.org/trunk@1215 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-30 08:56:49 +00:00
Matt Mullenweg 737aa43879 Cosmetic fixes from forums.
git-svn-id: https://develop.svn.wordpress.org/trunk@1205 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-28 19:49:27 +00:00
Matt Mullenweg 780a4a4d19 Fix up tab index.
git-svn-id: https://develop.svn.wordpress.org/trunk@1201 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-28 05:37:11 +00:00
Matt Mullenweg a4f50e0901 New custom field functionality.
git-svn-id: https://develop.svn.wordpress.org/trunk@1197 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-28 04:49:16 +00:00
Matt Mullenweg bb14d0a2e7 How the custom fields should look.
git-svn-id: https://develop.svn.wordpress.org/trunk@1195 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-28 02:23:46 +00:00
Matt Mullenweg 522437bd7b Show category ID.
git-svn-id: https://develop.svn.wordpress.org/trunk@1143 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-24 19:32:31 +00:00
Ryan Boren e923170edc Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1135 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-23 06:46:53 +00:00
Matt Mullenweg 637f6f3b8a Massive admin tweak commit. Improved consistency, numerous bug fixes, redesigned link forms, tweaked options more, left the ugly grey bar I didn't mean to add in the first place but tweaked it too.
git-svn-id: https://develop.svn.wordpress.org/trunk@1100 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-19 08:09:27 +00:00
Dougal Campbell 4733722de5 Corrected checking for empty vals in postmeta
git-svn-id: https://develop.svn.wordpress.org/trunk@1061 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-12 17:31:37 +00:00
Alex King 5a37c37d10 making the post meta accept 0 as a value
git-svn-id: https://develop.svn.wordpress.org/trunk@1019 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-26 22:16:00 +00:00
Dougal Campbell 391c91d78b Fixed 'add custom' button
git-svn-id: https://develop.svn.wordpress.org/trunk@990 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-23 22:06:23 +00:00
Dougal Campbell d4c07a526f Initial add of post-meta functions.
git-svn-id: https://develop.svn.wordpress.org/trunk@988 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-23 18:02:05 +00:00
Matt Mullenweg 86efd149be Edit comments improvement, multiple comment delete not implemented yet.
git-svn-id: https://develop.svn.wordpress.org/trunk@887 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-17 08:35:04 +00:00
Matt Mullenweg 1213208d71 Abstraction of a admin functions, new custom options page for general options, improved style.
git-svn-id: https://develop.svn.wordpress.org/trunk@869 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-13 09:59:47 +00:00
Matt Mullenweg 9806f14f7d Formatting fix.
git-svn-id: https://develop.svn.wordpress.org/trunk@849 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-09 09:55:17 +00:00
Matt Mullenweg e2efe09044 Nested category list from Philip Taron.
git-svn-id: https://develop.svn.wordpress.org/trunk@848 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-09 08:55:29 +00:00
Matt Mullenweg 3bd3606aef New upload functionality.
git-svn-id: https://develop.svn.wordpress.org/trunk@831 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-05 14:28:02 +00:00
jverber 439240b1dd Reduced the number of queries in cat_rows and list_cats.
git-svn-id: https://develop.svn.wordpress.org/trunk@815 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-01 02:00:26 +00:00
Matt Mullenweg 005349f7c9 Sub-categories interface improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@800 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-27 09:33:19 +00:00