Ryan Boren
|
a176321405
|
Preserve a 1.2 era version of get_alloptions as get_alloptions_110() so that upgrade_110() does not produce db errors due to version 1.3 specific changes to get_alloptions. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000037
git-svn-id: https://develop.svn.wordpress.org/trunk@1421 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-13 17:02:44 +00:00 |
Ryan Boren
|
0dfe8ffc7f
|
Mark some strings for translation and improve string consistency. From Albert. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000024
git-svn-id: https://develop.svn.wordpress.org/trunk@1420 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-13 16:14:58 +00:00 |
Ryan Boren
|
247a830a3c
|
Fix spelling. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000036
git-svn-id: https://develop.svn.wordpress.org/trunk@1419 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-13 16:00:16 +00:00 |
Matt Mullenweg
|
c2e10c33ba
|
Quick fix for quotes and (int).
git-svn-id: https://develop.svn.wordpress.org/trunk@1417 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-11 22:53:52 +00:00 |
jverber
|
0d47cf1aab
|
link-manager.php assumed register globals was on for one variable
git-svn-id: https://develop.svn.wordpress.org/trunk@1416 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-11 20:33:08 +00:00 |
jverber
|
5455a3f1af
|
Fixed invalid XHTML in sidebar.php
git-svn-id: https://develop.svn.wordpress.org/trunk@1414 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-11 19:28:30 +00:00 |
jverber
|
7f63343b31
|
Fixed invalid XHTML in a number of admin pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@1411 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-11 18:23:12 +00:00 |
jverber
|
458aa60535
|
Added missing head tags to install.php and upgrade.php
git-svn-id: https://develop.svn.wordpress.org/trunk@1407 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-11 16:09:18 +00:00 |
Ryan Boren
|
a5a67ec795
|
Get our slashes straight.
git-svn-id: https://develop.svn.wordpress.org/trunk@1405 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-11 08:02:40 +00:00 |
Matt Mullenweg
|
91d8e3dfe5
|
J. Scott's fix pretty majorly broke options. Rolback.
git-svn-id: https://develop.svn.wordpress.org/trunk@1403 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-10 09:48:13 +00:00 |
Matt Mullenweg
|
6c97530035
|
Changes to options system and query improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@1401 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-10 08:42:25 +00:00 |
Ryan Boren
|
d737a7b7a4
|
Get edited comment content through $_POST.
git-svn-id: https://develop.svn.wordpress.org/trunk@1399 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-10 08:28:38 +00:00 |
Ryan Boren
|
1b963e06d8
|
Remove unneeded $postquery lvalue. From Kitten.
git-svn-id: https://develop.svn.wordpress.org/trunk@1397 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-10 03:29:59 +00:00 |
Ryan Boren
|
e0ce2dbd0f
|
Make the template editor use the home setting to find the index.
git-svn-id: https://develop.svn.wordpress.org/trunk@1392 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-08 03:40:17 +00:00 |
Ryan Boren
|
af20c0a630
|
Put lat lon in a field set. From Kitten.
git-svn-id: https://develop.svn.wordpress.org/trunk@1387 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-04 21:40:21 +00:00 |
Ryan Boren
|
84d4037c56
|
Remove unnecessary call to generic_ping(). The publish_post action will take care of it. Props to hades. http://wordpress.org/support/4/6876
git-svn-id: https://develop.svn.wordpress.org/trunk@1386 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-04 02:49:40 +00:00 |
Ryan Boren
|
fa50e0743c
|
user_nicename fixes from JackSim. http://wordpress.org/support/4/6708
git-svn-id: https://develop.svn.wordpress.org/trunk@1380 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-01 19:52:48 +00:00 |
Matt Mullenweg
|
b272e415af
|
Some fixes from Joeseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@1379 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-06-01 10:01:15 +00:00 |
Ryan Boren
|
94732a5611
|
Revamp rewrite rule generation. Add clean page links. Credit to Jaykul for get_pagenum_link().
git-svn-id: https://develop.svn.wordpress.org/trunk@1373 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-31 17:22:25 +00:00 |
Ryan Boren
|
391e53ed84
|
Add default_email_category. Make default category and default email category provisionable via options writing. Credit: Kitten.
git-svn-id: https://develop.svn.wordpress.org/trunk@1370 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-31 15:43:45 +00:00 |
Ryan Boren
|
b2b196d3de
|
Tweak some markup.
git-svn-id: https://develop.svn.wordpress.org/trunk@1364 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-26 15:00:42 +00:00 |
Ryan Boren
|
5fb2c2511d
|
Change $tablecomments to $wpdb-comments. From Kitty.
git-svn-id: https://develop.svn.wordpress.org/trunk@1363 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-26 14:30:53 +00:00 |
michelvaldrighi
|
78e903528d
|
fixed small whoopsie with table names
git-svn-id: https://develop.svn.wordpress.org/trunk@1357 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-24 18:10:32 +00:00 |
Matt Mullenweg
|
717855f007
|
Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now.
git-svn-id: https://develop.svn.wordpress.org/trunk@1355 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-24 08:22:18 +00:00 |
Ryan Boren
|
a24eb24176
|
Mark some overlooked strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1352 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-23 17:24:38 +00:00 |
Matt Mullenweg
|
d3d19e57c0
|
Allow people to modify and add on to rewrite rules.
git-svn-id: https://develop.svn.wordpress.org/trunk@1350 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-23 16:27:59 +00:00 |
Matt Mullenweg
|
1d74302745
|
Updated hooks and a new Dolly plugin.
git-svn-id: https://develop.svn.wordpress.org/trunk@1340 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-22 08:45:36 +00:00 |
Matt Mullenweg
|
20218003a0
|
Typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@1332 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-21 07:02:46 +00:00 |
Matt Mullenweg
|
ef5cf2e9d3
|
Tidier default.
git-svn-id: https://develop.svn.wordpress.org/trunk@1325 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-20 11:44:05 +00:00 |
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
|
54c08ad215
|
Post slug wasn't being set if manually set in advanced interface.
git-svn-id: https://develop.svn.wordpress.org/trunk@1322 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-19 22:43:15 +00:00 |
Matt Mullenweg
|
295470ae87
|
Allow for longer URIs in comments.
git-svn-id: https://develop.svn.wordpress.org/trunk@1320 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-19 11:28:23 +00:00 |
Matt Mullenweg
|
c85f72f101
|
Formatting fix for profile information.
git-svn-id: https://develop.svn.wordpress.org/trunk@1318 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-19 07:09:32 +00:00 |
Matt Mullenweg
|
55f62a7fd7
|
Fix so you don't have to relogin when you update your password.
git-svn-id: https://develop.svn.wordpress.org/trunk@1317 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-19 07:05:40 +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 |
Matt Mullenweg
|
4a35248866
|
Renaming install-config.php to setup-config.php
git-svn-id: https://develop.svn.wordpress.org/trunk@1308 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-18 20:05:40 +00:00 |
michelvaldrighi
|
0effeb2048
|
switching to htmlspecialchars fixes category description problem with double-bytes encodings ( http://wordpress.org/support/6/5555 )
git-svn-id: https://develop.svn.wordpress.org/trunk@1306 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-18 15:24:23 +00:00 |
Ryan Boren
|
c3323b316f
|
Add missing semi-colons.
git-svn-id: https://develop.svn.wordpress.org/trunk@1303 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-18 03:58:05 +00:00 |
michelvaldrighi
|
4616cabc2e
|
using check_admin_referer for moves/deletions
git-svn-id: https://develop.svn.wordpress.org/trunk@1300 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-17 20:34:05 +00:00 |
michelvaldrighi
|
eac2b46462
|
using check_admin_referer for plugin (de)activation
git-svn-id: https://develop.svn.wordpress.org/trunk@1299 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-17 20:16:54 +00:00 |
michelvaldrighi
|
b18dff0309
|
using check_admin_referer for deletions
git-svn-id: https://develop.svn.wordpress.org/trunk@1298 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-17 19:44:53 +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 |
michelvaldrighi
|
80806a5dca
|
minor fix to use intval
git-svn-id: https://develop.svn.wordpress.org/trunk@1295 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-17 14:53:22 +00:00 |
michelvaldrighi
|
bf2e66e951
|
check email
git-svn-id: https://develop.svn.wordpress.org/trunk@1293 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-17 12:38:19 +00:00 |
Ryan Boren
|
0d1aebb795
|
Import date fixes from 2fargon.
git-svn-id: https://develop.svn.wordpress.org/trunk@1292 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-17 04:40:23 +00:00 |
michelvaldrighi
|
fce460f98b
|
minor display fix
git-svn-id: https://develop.svn.wordpress.org/trunk@1288 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-16 20:54:03 +00:00 |
Ryan Boren
|
ffd89ece14
|
Change b2 and cafelog references to WordPress.
git-svn-id: https://develop.svn.wordpress.org/trunk@1285 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-16 05:04:09 +00:00 |
Ryan Boren
|
9e3f325792
|
Default MTEXPORT to empty.
git-svn-id: https://develop.svn.wordpress.org/trunk@1284 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-15 17:44:58 +00:00 |
Matt Mullenweg
|
dd7658abc3
|
Change wording to fit with our two blog URI method better.
git-svn-id: https://develop.svn.wordpress.org/trunk@1275 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-14 08:54:40 +00:00 |
Matt Mullenweg
|
31cf5b8871
|
Some fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@1273 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-14 08:38:34 +00:00 |
Matt Mullenweg
|
37fe28a6da
|
Not highlighting on double update.
git-svn-id: https://develop.svn.wordpress.org/trunk@1272 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-14 06:21:24 +00:00 |
Matt Mullenweg
|
d03e52af98
|
Tweaking what shows by default.
git-svn-id: https://develop.svn.wordpress.org/trunk@1271 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-14 06:19:46 +00:00 |
Matt Mullenweg
|
9b3a06f406
|
Quicktags update to position them more with how the items are usually positioned. Still need tooltips with the access key for each button.
git-svn-id: https://develop.svn.wordpress.org/trunk@1270 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-14 06:10:19 +00:00 |
Matt Mullenweg
|
5c1eae7460
|
GMT fix from Scott Merrill.
git-svn-id: https://develop.svn.wordpress.org/trunk@1266 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-12 07:58:01 +00:00 |
Matt Mullenweg
|
98e476afc5
|
Possible fix to pingback problem. Parse error in blog-header.
git-svn-id: https://develop.svn.wordpress.org/trunk@1265 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-12 07:55:37 +00:00 |
Matt Mullenweg
|
0aaaf5637f
|
New RSS import functionality.
git-svn-id: https://develop.svn.wordpress.org/trunk@1264 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-12 07:42:42 +00:00 |
Matt Mullenweg
|
80b2fb5748
|
Upload menu item should respect minimum user setting.
git-svn-id: https://develop.svn.wordpress.org/trunk@1262 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-10 18:25:17 +00:00 |
Matt Mullenweg
|
5fc36b1eaa
|
Some tricks that in some cases speed up perceived posting time.
git-svn-id: https://develop.svn.wordpress.org/trunk@1259 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-10 08:33:03 +00:00 |
Matt Mullenweg
|
3d4d4b31f4
|
Maybe some pinging fixes?
git-svn-id: https://develop.svn.wordpress.org/trunk@1256 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-10 08:13:42 +00:00 |
michelvaldrighi
|
16fa949f55
|
fixed GMT upgrade issues, should fix showstopper bug?
git-svn-id: https://develop.svn.wordpress.org/trunk@1251 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-09 21:30:57 +00:00 |
Matt Mullenweg
|
7f1cdc843e
|
Various fixes and cleanups, inspired and pointed out by Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@1245 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-09 05:47:02 +00:00 |
Matt Mullenweg
|
4a58f4f523
|
Fixes for silly category_base stuff. Now lets it be blank and acts accordingly, more sane.
git-svn-id: https://develop.svn.wordpress.org/trunk@1244 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-09 02:52:27 +00:00 |
Matt Mullenweg
|
9b0c9f9e02
|
More sane default.
git-svn-id: https://develop.svn.wordpress.org/trunk@1242 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-08 02:10:02 +00:00 |
Matt Mullenweg
|
4acf8997b9
|
Hot buttons!
git-svn-id: https://develop.svn.wordpress.org/trunk@1240 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-08 01:15:03 +00:00 |
Matt Mullenweg
|
3fedfb5746
|
E_ALL fixes and cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@1239 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-07 23:56:33 +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
|
c14190d881
|
Default for new option.
git-svn-id: https://develop.svn.wordpress.org/trunk@1234 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-05 21:28:39 +00:00 |
Matt Mullenweg
|
305ce3bea4
|
Some consistancy errors.
git-svn-id: https://develop.svn.wordpress.org/trunk@1233 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-05 08:27:43 +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
|
efd6d59af8
|
New MT import from Carthik.
git-svn-id: https://develop.svn.wordpress.org/trunk@1230 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-05 08:04:12 +00:00 |
Matt Mullenweg
|
d912dbea1c
|
Upgrades should run faster now.
git-svn-id: https://develop.svn.wordpress.org/trunk@1229 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-05 08:00:13 +00:00 |
Matt Mullenweg
|
1205b3d97c
|
Some style cleanup. Category base and additional URI options from Jay McCarthy.
git-svn-id: https://develop.svn.wordpress.org/trunk@1227 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-05 07:34:41 +00:00 |
Dougal Campbell
|
6736c31bd6
|
Fix rendering problem in Safari
git-svn-id: https://develop.svn.wordpress.org/trunk@1222 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-04 20:11:11 +00:00 |
Dougal Campbell
|
512779f259
|
Removed useless date() call.
git-svn-id: https://develop.svn.wordpress.org/trunk@1221 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-05-03 21:45:34 +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
|
0243832b1e
|
i29n
git-svn-id: https://develop.svn.wordpress.org/trunk@1213 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-30 07:37:51 +00:00 |
Matt Mullenweg
|
4dced7a4a4
|
Fixing menu error.
git-svn-id: https://develop.svn.wordpress.org/trunk@1212 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-30 07:26:17 +00:00 |
Matt Mullenweg
|
ba06a4558f
|
Actually delete user.
git-svn-id: https://develop.svn.wordpress.org/trunk@1211 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-30 04:41:47 +00:00 |
Matt Mullenweg
|
128e190c67
|
Take out allowed users stuff since we're not using it.
git-svn-id: https://develop.svn.wordpress.org/trunk@1210 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-30 04:32:48 +00:00 |
Matt Mullenweg
|
46358176f5
|
Whoops.
git-svn-id: https://develop.svn.wordpress.org/trunk@1208 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-29 01:18:35 +00:00 |
Matt Mullenweg
|
6c021cac79
|
Don't delete everything if there are no posts.
git-svn-id: https://develop.svn.wordpress.org/trunk@1207 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-28 20:36:31 +00:00 |
Matt Mullenweg
|
2608fbf8a9
|
Gremlins in the options machine.
git-svn-id: https://develop.svn.wordpress.org/trunk@1206 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-28 20:31:41 +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
|
b8e5917c5d
|
Bug fixes and version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@1204 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-28 08:57:11 +00:00 |
Matt Mullenweg
|
20cb408553
|
Allow WordPress installation URI and blog URI to be different.
git-svn-id: https://develop.svn.wordpress.org/trunk@1203 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-28 07:27:03 +00:00 |
Matt Mullenweg
|
dbccd49aa2
|
Category cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@1202 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-28 05:48:31 +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
|
66a988416e
|
Only put javascript on pages that need it.
git-svn-id: https://develop.svn.wordpress.org/trunk@1200 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-28 05:34:50 +00:00 |
Matt Mullenweg
|
1ea23b6fcc
|
Not check email on admin creation of users.
git-svn-id: https://develop.svn.wordpress.org/trunk@1199 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-28 04:59:54 +00:00 |
Matt Mullenweg
|
2802ac4409
|
Style the submit button on options group and add updated message to permalink page.
git-svn-id: https://develop.svn.wordpress.org/trunk@1198 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-28 04:56:29 +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
|
0dbd2749f5
|
More padding on legends.
git-svn-id: https://develop.svn.wordpress.org/trunk@1194 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-28 00:27:38 +00:00 |
Matt Mullenweg
|
2f62b99319
|
Wrong highlighting.
git-svn-id: https://develop.svn.wordpress.org/trunk@1193 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-28 00:12:59 +00:00 |
Matt Mullenweg
|
e03f75a0b8
|
Cleaning up some includes.
git-svn-id: https://develop.svn.wordpress.org/trunk@1190 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-27 23:17:16 +00:00 |
Dougal Campbell
|
332fc0d3cd
|
Changed nickname of 'admin' to 'site admin', to avoid having duplicate values in the 'Identity' dropdown of the user profile in a fresh install.
git-svn-id: https://develop.svn.wordpress.org/trunk@1189 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-27 17:11:05 +00:00 |
Dougal Campbell
|
a0c8bb6a2a
|
Moved post_parent add into function
git-svn-id: https://develop.svn.wordpress.org/trunk@1188 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-27 14:43:10 +00:00 |
Matt Mullenweg
|
5ba9dae5a4
|
Fixes from forum thread: http://wordpress.org/support/6/4615.
git-svn-id: https://develop.svn.wordpress.org/trunk@1187 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-27 13:24:47 +00:00 |
Matt Mullenweg
|
e848549387
|
Reducing queries and forward thinking database fields.
git-svn-id: https://develop.svn.wordpress.org/trunk@1185 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-26 23:54:52 +00:00 |
Ryan Boren
|
da048b308a
|
Fix grammar and markup errors. Thanks eke.
git-svn-id: https://develop.svn.wordpress.org/trunk@1182 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-26 15:45:42 +00:00 |
Ryan Boren
|
40d0872459
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1176 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 23:57:43 +00:00 |
Ryan Boren
|
e33f8cd0f5
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1175 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 23:49:45 +00:00 |
Ryan Boren
|
c9062a5ecb
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1174 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 23:25:31 +00:00 |
Ryan Boren
|
92b8de99f8
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1173 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 23:10:07 +00:00 |
Ryan Boren
|
4fa543e64b
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1172 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 20:20:23 +00:00 |
Ryan Boren
|
e88d927052
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1171 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 20:04:40 +00:00 |
Ryan Boren
|
03b7d89693
|
Fix some grammatical and markup errors. From eke.
git-svn-id: https://develop.svn.wordpress.org/trunk@1168 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 17:35:13 +00:00 |
Matt Mullenweg
|
cbae3debcd
|
Casting new line as literal rather than interpreted.
git-svn-id: https://develop.svn.wordpress.org/trunk@1167 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 08:11:05 +00:00 |
Ryan Boren
|
46e23e15ad
|
menu.php no longer needs menu.txt.
git-svn-id: https://develop.svn.wordpress.org/trunk@1166 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 06:42:45 +00:00 |
Ryan Boren
|
17e02ca808
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1165 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 04:24:06 +00:00 |
Ryan Boren
|
3cb43ab7ca
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1164 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 03:59:12 +00:00 |
Ryan Boren
|
bff352a487
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1163 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 02:19:31 +00:00 |
Ryan Boren
|
d9b1bd7233
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1162 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 02:03:32 +00:00 |
Ryan Boren
|
a7cc577d85
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1161 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 01:25:41 +00:00 |
Ryan Boren
|
1ddc3586f0
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1160 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 01:09:47 +00:00 |
Ryan Boren
|
a8d105d292
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1159 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-25 01:02:52 +00:00 |
Matt Mullenweg
|
d59bb1095a
|
Moved geo-settings into Misc.
git-svn-id: https://develop.svn.wordpress.org/trunk@1156 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-24 23:25:53 +00:00 |
Ryan Boren
|
a3e5758a1b
|
Mark strings for translation. Partial.
git-svn-id: https://develop.svn.wordpress.org/trunk@1155 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-24 23:07:51 +00:00 |
Matt Mullenweg
|
4b6149eecf
|
Timezone fixes, I hope.
git-svn-id: https://develop.svn.wordpress.org/trunk@1150 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-24 21:52:24 +00:00 |
Matt Mullenweg
|
17fe19e626
|
Cleaned up unused options.
git-svn-id: https://develop.svn.wordpress.org/trunk@1148 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-24 21:21:19 +00:00 |
Matt Mullenweg
|
0cdb9b30fd
|
Linked to wrong file.
git-svn-id: https://develop.svn.wordpress.org/trunk@1147 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-24 20:53:16 +00:00 |
Matt Mullenweg
|
693d751a6f
|
More l10n stuff.
git-svn-id: https://develop.svn.wordpress.org/trunk@1144 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-24 19:46:11 +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
|
f453b84a69
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1141 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-24 04:47:27 +00:00 |
Ryan Boren
|
1b784239ed
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1140 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-24 04:26:11 +00:00 |
Ryan Boren
|
ad23bae523
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1139 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-24 03:40:04 +00:00 |
Ryan Boren
|
6c6e2a4a79
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1138 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-24 00:16:27 +00:00 |
Matt Mullenweg
|
6d91baafbd
|
No categories.
git-svn-id: https://develop.svn.wordpress.org/trunk@1137 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-23 07:51:52 +00:00 |
Matt Mullenweg
|
e3b95c2335
|
Bug where currently select category wasn't being selected.
git-svn-id: https://develop.svn.wordpress.org/trunk@1136 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-23 07:17:01 +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
|
9f154cff5e
|
Importer updates.
git-svn-id: https://develop.svn.wordpress.org/trunk@1134 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-23 04:47:17 +00:00 |
Ryan Boren
|
d787facdb7
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1131 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-23 03:23:05 +00:00 |
Ryan Boren
|
d940c74de6
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1130 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-22 23:32:34 +00:00 |
Matt Mullenweg
|
4d02ea2817
|
Various cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@1128 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-22 20:58:15 +00:00 |
Matt Mullenweg
|
f8b3a10867
|
Min level wasn't updating.
git-svn-id: https://develop.svn.wordpress.org/trunk@1127 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-22 19:49:55 +00:00 |
Matt Mullenweg
|
e1e93c6f17
|
IE padding problems.
git-svn-id: https://develop.svn.wordpress.org/trunk@1126 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-22 16:00:00 +00:00 |
Matt Mullenweg
|
5da0bac8ca
|
Wrong time in time format examples and posts_per_rss not updating.
git-svn-id: https://develop.svn.wordpress.org/trunk@1124 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-22 15:20:03 +00:00 |
Matt Mullenweg
|
26b2eb3833
|
Linking to the wrong options file.
git-svn-id: https://develop.svn.wordpress.org/trunk@1122 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-22 07:49:09 +00:00 |
Matt Mullenweg
|
58734085c8
|
A touch of blue.
git-svn-id: https://develop.svn.wordpress.org/trunk@1120 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-22 07:08:48 +00:00 |
Matt Mullenweg
|
b432b7b3d6
|
New RSS importer.
git-svn-id: https://develop.svn.wordpress.org/trunk@1119 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-22 06:57:24 +00:00 |
Matt Mullenweg
|
271fd62c61
|
Typos.
git-svn-id: https://develop.svn.wordpress.org/trunk@1117 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-22 00:40:38 +00:00 |
Matt Mullenweg
|
7a13ffd9a5
|
Added missing pingback checkbox.
git-svn-id: https://develop.svn.wordpress.org/trunk@1116 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-21 22:55:47 +00:00 |
Matt Mullenweg
|
fede8a87d9
|
Put password fields on separate lines.
git-svn-id: https://develop.svn.wordpress.org/trunk@1115 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-21 22:49:11 +00:00 |
Matt Mullenweg
|
166d3aab4c
|
Two bug fixes from Josh - elsewhere.org.
git-svn-id: https://develop.svn.wordpress.org/trunk@1114 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-21 22:24:08 +00:00 |
Matt Mullenweg
|
ec383fe439
|
Typo fixes sent in by Nick Romney.
git-svn-id: https://develop.svn.wordpress.org/trunk@1113 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-21 21:38:38 +00:00 |
Matt Mullenweg
|
bd619bb1da
|
Added new template function, the_permalink(). echoes get_permalink. We are now consistent in the templates.
git-svn-id: https://develop.svn.wordpress.org/trunk@1112 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-21 04:12:55 +00:00 |
Ryan Boren
|
6a14e2afb0
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1111 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-21 03:00:44 +00:00 |
Ryan Boren
|
82434a0fc2
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1110 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-21 02:28:22 +00:00 |
Matt Mullenweg
|
94f0cf9181
|
Changed to superglobals, and eliminated $use_cache (since we always do).
git-svn-id: https://develop.svn.wordpress.org/trunk@1108 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-20 22:56:47 +00:00 |
Mike Little
|
c9239346a5
|
Import more OPML formats.
Fixed bug capturing rss feed.
git-svn-id: https://develop.svn.wordpress.org/trunk@1107 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-20 22:01:15 +00:00 |
Ryan Boren
|
fd96a38fd7
|
Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1106 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-20 04:15:18 +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 |
Matt Mullenweg
|
a80d2cdd3b
|
Might fix some OPML imports but I'm pretty sure I just broke others.
git-svn-id: https://develop.svn.wordpress.org/trunk@1099 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-19 06:13:26 +00:00 |
Matt Mullenweg
|
27341ba5ed
|
Remove some calls to the old ping functions.
git-svn-id: https://develop.svn.wordpress.org/trunk@1094 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-18 19:10:16 +00:00 |
Matt Mullenweg
|
a67c2e87b9
|
Bug fix from David P. Hansen.
git-svn-id: https://develop.svn.wordpress.org/trunk@1093 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-18 16:37:13 +00:00 |
Matt Mullenweg
|
cdeccb82f8
|
CHMOD uploaded files to make sure they're writable.
git-svn-id: https://develop.svn.wordpress.org/trunk@1091 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-18 07:10:44 +00:00 |
Matt Mullenweg
|
1cde322585
|
Admin revamp.
git-svn-id: https://develop.svn.wordpress.org/trunk@1089 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-17 18:44:10 +00:00 |
Matt Mullenweg
|
6b991e154c
|
Plugin enhancements.
git-svn-id: https://develop.svn.wordpress.org/trunk@1081 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-16 02:24:37 +00:00 |
Matt Mullenweg
|
dfbe32bf8d
|
Interface improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@1076 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-15 09:15:56 +00:00 |
Matt Mullenweg
|
2a9ff3112d
|
Moderation is cleaner, returns feedback, and correct feedback.
git-svn-id: https://develop.svn.wordpress.org/trunk@1075 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-15 08:28:53 +00:00 |
Matt Mullenweg
|
733e06360c
|
The great option REMIX.
git-svn-id: https://develop.svn.wordpress.org/trunk@1074 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-15 07:53:45 +00:00 |
Matt Mullenweg
|
b2840feb9c
|
quote -1 value in SQL.
git-svn-id: https://develop.svn.wordpress.org/trunk@1073 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-15 05:53:54 +00:00 |
Matt Mullenweg
|
a87b51c94c
|
More options improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@1072 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-14 21:23:52 +00:00 |
Matt Mullenweg
|
3a642ef09e
|
Only include .php files.
git-svn-id: https://develop.svn.wordpress.org/trunk@1071 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-14 19:04:14 +00:00 |
Matt Mullenweg
|
f090418fd7
|
When I say delete, I really mean it.
git-svn-id: https://develop.svn.wordpress.org/trunk@1070 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-14 18:00:16 +00:00 |
Dougal Campbell
|
9023abb3e0
|
Oh yeah. Should also set 'color' since we're setting 'background-color'.
git-svn-id: https://develop.svn.wordpress.org/trunk@1069 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-14 17:12:52 +00:00 |
Dougal Campbell
|
f963c99d5a
|
Attack of the Background-Color Police. Also, let step 3 of install.php accept the url param via GET. This will enable batch installation of WP via scripts, if someone wants to be clever.
git-svn-id: https://develop.svn.wordpress.org/trunk@1068 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-14 17:10:12 +00:00 |
Matt Mullenweg
|
8ff86865db
|
Take the add new gmt fields out of the conditional.
git-svn-id: https://develop.svn.wordpress.org/trunk@1063 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-12 18:45:02 +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 |
Matt Mullenweg
|
62161136ba
|
File type matching should be case-insensitive.
git-svn-id: https://develop.svn.wordpress.org/trunk@1060 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-12 17:25:59 +00:00 |
Matt Mullenweg
|
71c261f6e6
|
Turn magic quotes runtime off, fix english, normalize newlines going in.
git-svn-id: https://develop.svn.wordpress.org/trunk@1059 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-11 17:36:45 +00:00 |
Matt Mullenweg
|
25ebd64d7d
|
More options work. Bug fixes for advanced_edit not being boolean type, clean up of options code and update feedback (still needs work there), first bit of miscellaneous screen.
git-svn-id: https://develop.svn.wordpress.org/trunk@1058 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-11 08:15:10 +00:00 |
Alex King
|
309d592466
|
more fixes for post_status
git-svn-id: https://develop.svn.wordpress.org/trunk@1051 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-04 15:36:20 +00:00 |
Alex King
|
ef05a0a331
|
oops, we were setting post_status when we should have been setting ping_status
git-svn-id: https://develop.svn.wordpress.org/trunk@1050 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-04 01:44:34 +00:00 |
michelvaldrighi
|
08dbbe64ed
|
upgraded requirements to PHP 4.1.0, added comment_date_gmt field
git-svn-id: https://develop.svn.wordpress.org/trunk@1048 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-04-02 01:21:29 +00:00 |
Alex King
|
5160634407
|
added a check to see if the post exists, it it doesn't show the edit button
git-svn-id: https://develop.svn.wordpress.org/trunk@1038 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-31 06:17:14 +00:00 |
Alex King
|
a5a8f26c81
|
don't show publish button on posts that are already published, task 153
git-svn-id: https://develop.svn.wordpress.org/trunk@1033 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-30 06:54:41 +00:00 |
michelvaldrighi
|
ef9cfda412
|
updated install.php to keep up with changes in wp_posts
git-svn-id: https://develop.svn.wordpress.org/trunk@1031 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-30 01:44:21 +00:00 |
michelvaldrighi
|
0d78b4e118
|
now stores post_modified as creation date when we create a post
git-svn-id: https://develop.svn.wordpress.org/trunk@1029 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-30 01:12:51 +00:00 |
Ryan Boren
|
452c3ddc69
|
Fix security bug in the template editor. http://wordpress.org/support/3/3667
git-svn-id: https://develop.svn.wordpress.org/trunk@1028 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-29 22:43:07 +00:00 |
Matt Mullenweg
|
0864452ab6
|
Strip ../ in reading.
git-svn-id: https://develop.svn.wordpress.org/trunk@1020 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-27 17:05:16 +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 |
Matt Mullenweg
|
52b84858f6
|
Show version and header bugfix.
git-svn-id: https://develop.svn.wordpress.org/trunk@1015 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-25 21:04:36 +00:00 |
Matt Mullenweg
|
a45c044297
|
Added missing API hooks.
git-svn-id: https://develop.svn.wordpress.org/trunk@1013 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-25 20:28:09 +00:00 |
Matt Mullenweg
|
84635f1a44
|
Additional plugin API hooks, extending moderation scheme to more fully cover trackbacks and pingbacks, cleanup of XML-RPC file.
git-svn-id: https://develop.svn.wordpress.org/trunk@1012 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-25 20:18:20 +00:00 |
Matt Mullenweg
|
cadc96082b
|
If more than X links in a comment, moderate that sucker.
git-svn-id: https://develop.svn.wordpress.org/trunk@1011 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-25 10:11:58 +00:00 |
Matt Mullenweg
|
a3aa82d0e0
|
Functional plugin implementation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1010 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-25 08:10:26 +00:00 |
Matt Mullenweg
|
2b8bbdb401
|
Initial plugin funcitonality checkin. Not done yet.
git-svn-id: https://develop.svn.wordpress.org/trunk@1008 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-25 07:05:52 +00:00 |
Matt Mullenweg
|
112f23cc9e
|
Quicktag and CSS cleanups. Awesome insert code from Mark.
git-svn-id: https://develop.svn.wordpress.org/trunk@1006 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-25 05:38:59 +00:00 |
michelvaldrighi
|
4c63770c2d
|
oops, typo
git-svn-id: https://develop.svn.wordpress.org/trunk@1005 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-25 03:56:13 +00:00 |
michelvaldrighi
|
0f794be3e6
|
now posts and edits in localtime+gmt
git-svn-id: https://develop.svn.wordpress.org/trunk@995 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-25 01:43:47 +00:00 |
michelvaldrighi
|
9d5f0af661
|
the big GMT/local changes, part 1: adding _gmt fields
git-svn-id: https://develop.svn.wordpress.org/trunk@994 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-24 22:53:30 +00:00 |
Dougal Campbell
|
5d2898d7ef
|
Fixed require_name_email option.
git-svn-id: https://develop.svn.wordpress.org/trunk@993 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-24 15:13:22 +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
|
f3fef03117
|
post-meta styles
git-svn-id: https://develop.svn.wordpress.org/trunk@989 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-23 18:59:25 +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 |
Dougal Campbell
|
49ea5d6425
|
Set a default background color (one of my pet peeves ;) )
git-svn-id: https://develop.svn.wordpress.org/trunk@986 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-22 17:15:13 +00:00 |
Matt Mullenweg
|
f14254c46b
|
New comment moderation code, for trackbacks and comments.
git-svn-id: https://develop.svn.wordpress.org/trunk@984 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-21 08:31:33 +00:00 |
Matt Mullenweg
|
512c20e9b9
|
Generic update pinging. Needs review.
git-svn-id: https://develop.svn.wordpress.org/trunk@982 602fd350-edb4-49c9-b593-d223f7449a82
|
2004-03-21 07:36:07 +00:00 |