Commit Graph

857 Commits

Author SHA1 Message Date
rboren
0ac523d457 Close post_latf and post_lonf input tags. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000171
git-svn-id: http://svn.automattic.com/wordpress/trunk@1465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-14 21:37:05 +00:00
saxmatt
23b42b5fc0 Fix for PHP5.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1464 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-14 03:11:08 +00:00
saxmatt
6b786567a3 Clearer option text. Hat tip: Eric Meyer
git-svn-id: http://svn.automattic.com/wordpress/trunk@1463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-13 23:08:55 +00:00
saxmatt
724a294df6 A nicer meta bar.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1459 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-10 23:34:47 +00:00
saxmatt
73b550592c Register globals problem reported by Rich Bowen.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1458 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-08 01:10:50 +00:00
saxmatt
2c5ebf9355 De-funkify the CSS file.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1457 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-06 19:01:22 +00:00
saxmatt
fb53c45015 http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000130
Slashes cleanup. We still need to handle this in the upgrade.


git-svn-id: http://svn.automattic.com/wordpress/trunk@1456 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-06 18:46:41 +00:00
saxmatt
4cd4edc638 http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000145 and a few other hardcoded styles.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1454 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-07-06 18:14:42 +00:00
jverber
83844c9b8b More special chars encoding fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1448 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-30 02:02:49 +00:00
saxmatt
5a93597679 Move timer start earlier.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-19 17:04:18 +00:00
jverber
c23e83e331 Fix for bug #0000076: http:// added to links in link-manager when needed. Also more special chars. encoding.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-19 04:41:34 +00:00
jverber
aa16c88414 More special chars. encoding.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1439 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-19 04:33:32 +00:00
jverber
1464a3364f Fixes for bugs #0000088-90: fixed encoding of special chars.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1438 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-19 04:23:59 +00:00
jverber
82ae8fb211 Fix for bug 0000091: fixed encoding of special chars.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1437 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-19 03:57:57 +00:00
jverber
363ea80470 Fix for bug #0000092: Special chars were not encoded correctly.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1436 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-19 02:13:48 +00:00
rboren
6fd6b1080d stripslashes() elimination. Remove extra slashes during upgrade. Bugs 0000059 and 0000018
git-svn-id: http://svn.automattic.com/wordpress/trunk@1435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-18 00:22:09 +00:00
rboren
c222d7d2e0 _( should be _e(. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000057
git-svn-id: http://svn.automattic.com/wordpress/trunk@1434 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-18 00:13:16 +00:00
rboren
2ebdde5ff0 _( should be _e(. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000057
git-svn-id: http://svn.automattic.com/wordpress/trunk@1433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-18 00:12:37 +00:00
jverber
14a8ab9fc0 Fix for bug #0000048: nested categories now display correctly in admin regardless of the order of their IDs
git-svn-id: http://svn.automattic.com/wordpress/trunk@1432 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-16 16:40:40 +00:00
jverber
0c388147a9 Fix for bug #0000023: import-mt will no longer confuse multiple dashes in a post with the seperator marking a new entry.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1431 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-16 16:19:56 +00:00
jverber
ac387706d0 Fixed bug #0000047: Now a user will be redirected to prev. location after editing a post. Also fixed line breaks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1423 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-14 20:09:46 +00:00
jverber
7bf795a715 Fixes for user websites (bugs #0000025 and #0000050) and fix line breaks for profile.php and users.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@1422 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-14 14:58:10 +00:00
rboren
bd114445ef 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: http://svn.automattic.com/wordpress/trunk@1421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-13 17:02:44 +00:00
rboren
25bdc0791c 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: http://svn.automattic.com/wordpress/trunk@1420 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-13 16:14:58 +00:00
rboren
bacbd2a421 Fix spelling. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000036
git-svn-id: http://svn.automattic.com/wordpress/trunk@1419 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-13 16:00:16 +00:00
saxmatt
eea3dca4ae Quick fix for quotes and (int).
git-svn-id: http://svn.automattic.com/wordpress/trunk@1417 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-11 22:53:52 +00:00
jverber
5774c3204d link-manager.php assumed register globals was on for one variable
git-svn-id: http://svn.automattic.com/wordpress/trunk@1416 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-11 20:33:08 +00:00
jverber
71ec34d73e Fixed invalid XHTML in sidebar.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@1414 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-11 19:28:30 +00:00
jverber
e42967386c Fixed invalid XHTML in a number of admin pages.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-11 18:23:12 +00:00
jverber
8476f07326 Added missing head tags to install.php and upgrade.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@1407 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-11 16:09:18 +00:00
rboren
692627e424 Get our slashes straight.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-11 08:02:40 +00:00
saxmatt
8357db3dcf J. Scott's fix pretty majorly broke options. Rolback.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1403 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-10 09:48:13 +00:00
saxmatt
e2d3bb0acc Changes to options system and query improvements.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1401 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-10 08:42:25 +00:00
rboren
e7cf38f1e4 Get edited comment content through $_POST.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1399 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-10 08:28:38 +00:00
rboren
0649831ca7 Remove unneeded $postquery lvalue. From Kitten.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1397 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-10 03:29:59 +00:00
rboren
849ff56997 Make the template editor use the home setting to find the index.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1392 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-08 03:40:17 +00:00
rboren
2f5ad1af00 Put lat lon in a field set. From Kitten.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1387 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-04 21:40:21 +00:00
rboren
323feecf52 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: http://svn.automattic.com/wordpress/trunk@1386 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-04 02:49:40 +00:00
rboren
904c577e98 user_nicename fixes from JackSim. http://wordpress.org/support/4/6708
git-svn-id: http://svn.automattic.com/wordpress/trunk@1380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-01 19:52:48 +00:00
saxmatt
53dade6946 Some fixes from Joeseph Scott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1379 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-06-01 10:01:15 +00:00
rboren
e4bf283bc6 Revamp rewrite rule generation. Add clean page links. Credit to Jaykul for get_pagenum_link().
git-svn-id: http://svn.automattic.com/wordpress/trunk@1373 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-31 17:22:25 +00:00
rboren
9275cb270d Add default_email_category. Make default category and default email category provisionable via options writing. Credit: Kitten.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1370 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-31 15:43:45 +00:00
rboren
eef22d1091 Tweak some markup.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1364 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-26 15:00:42 +00:00
rboren
86cf4e90d6 Change $tablecomments to $wpdb-comments. From Kitty.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-26 14:30:53 +00:00
michelvaldrighi
75a827bcb2 fixed small whoopsie with table names
git-svn-id: http://svn.automattic.com/wordpress/trunk@1357 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-24 18:10:32 +00:00
saxmatt
25ae03ee65 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: http://svn.automattic.com/wordpress/trunk@1355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-24 08:22:18 +00:00
rboren
94436bd401 Mark some overlooked strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1352 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-23 17:24:38 +00:00
saxmatt
a4d045fe5b Allow people to modify and add on to rewrite rules.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-23 16:27:59 +00:00
saxmatt
b6c44b22fe Updated hooks and a new Dolly plugin.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1340 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-22 08:45:36 +00:00
saxmatt
7f87f4c6d3 Typo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-21 07:02:46 +00:00
saxmatt
7083a9838a Tidier default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1325 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-20 11:44:05 +00:00
saxmatt
23e9576c66 Order categories alphabetically.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1324 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-20 11:41:54 +00:00
saxmatt
41380c81dc Don't try to show keys if there aren't any.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1323 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-20 11:32:14 +00:00
saxmatt
53fca4394c Post slug wasn't being set if manually set in advanced interface.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1322 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-19 22:43:15 +00:00
saxmatt
c05aa0053c Allow for longer URIs in comments.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-19 11:28:23 +00:00
saxmatt
68e14b88b0 Formatting fix for profile information.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1318 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-19 07:09:32 +00:00
saxmatt
a82011d952 Fix so you don't have to relogin when you update your password.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1317 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-19 07:05:40 +00:00
saxmatt
d4c2db17cb Fix for referrer check.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1316 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-19 06:44:55 +00:00
saxmatt
734b04d4a9 Renaming install-config.php to setup-config.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@1308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-18 20:05:40 +00:00
michelvaldrighi
d3100d05cb switching to htmlspecialchars fixes category description problem with double-bytes encodings ( http://wordpress.org/support/6/5555 )
git-svn-id: http://svn.automattic.com/wordpress/trunk@1306 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-18 15:24:23 +00:00
rboren
08a1579b0c Add missing semi-colons.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-18 03:58:05 +00:00
michelvaldrighi
f70ae04419 using check_admin_referer for moves/deletions
git-svn-id: http://svn.automattic.com/wordpress/trunk@1300 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-17 20:34:05 +00:00
michelvaldrighi
0dbe04e28e using check_admin_referer for plugin (de)activation
git-svn-id: http://svn.automattic.com/wordpress/trunk@1299 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-17 20:16:54 +00:00
michelvaldrighi
cc35b0c6bd using check_admin_referer for deletions
git-svn-id: http://svn.automattic.com/wordpress/trunk@1298 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-17 19:44:53 +00:00
michelvaldrighi
9af64b9a69 added check_admin_referer()
git-svn-id: http://svn.automattic.com/wordpress/trunk@1297 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-17 19:40:56 +00:00
michelvaldrighi
152c8ec224 minor fix to use intval
git-svn-id: http://svn.automattic.com/wordpress/trunk@1295 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-17 14:53:22 +00:00
michelvaldrighi
8c0d74ece9 check email
git-svn-id: http://svn.automattic.com/wordpress/trunk@1293 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-17 12:38:19 +00:00
rboren
25532a1681 Import date fixes from 2fargon.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1292 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-17 04:40:23 +00:00
michelvaldrighi
f6e35d2384 minor display fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@1288 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-16 20:54:03 +00:00
rboren
a51c15ea17 Change b2 and cafelog references to WordPress.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1285 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-16 05:04:09 +00:00
rboren
4d63c168e9 Default MTEXPORT to empty.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1284 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-15 17:44:58 +00:00
saxmatt
d2efd03e87 Change wording to fit with our two blog URI method better.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1275 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-14 08:54:40 +00:00
saxmatt
223c4628ce Some fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-14 08:38:34 +00:00
saxmatt
5c2eb8a666 Not highlighting on double update.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1272 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-14 06:21:24 +00:00
saxmatt
6743715cba Tweaking what shows by default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1271 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-14 06:19:46 +00:00
saxmatt
587f37157f 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: http://svn.automattic.com/wordpress/trunk@1270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-14 06:10:19 +00:00
saxmatt
890a74e755 GMT fix from Scott Merrill.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-12 07:58:01 +00:00
saxmatt
9b8b403535 Possible fix to pingback problem. Parse error in blog-header.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-12 07:55:37 +00:00
saxmatt
24c36b764b New RSS import functionality.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1264 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-12 07:42:42 +00:00
saxmatt
2f2b59cafe Upload menu item should respect minimum user setting.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-10 18:25:17 +00:00
saxmatt
3e2b2f37b2 Some tricks that in some cases speed up perceived posting time.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1259 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-10 08:33:03 +00:00
saxmatt
d8ab98d7b8 Maybe some pinging fixes?
git-svn-id: http://svn.automattic.com/wordpress/trunk@1256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-10 08:13:42 +00:00
michelvaldrighi
169764be37 fixed GMT upgrade issues, should fix showstopper bug?
git-svn-id: http://svn.automattic.com/wordpress/trunk@1251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-09 21:30:57 +00:00
saxmatt
cdc9a55ad9 Various fixes and cleanups, inspired and pointed out by Joseph Scott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-09 05:47:02 +00:00
saxmatt
4915acfefd Fixes for silly category_base stuff. Now lets it be blank and acts accordingly, more sane.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-09 02:52:27 +00:00
saxmatt
eaf940400c More sane default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1242 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-08 02:10:02 +00:00
saxmatt
c49ada1340 Hot buttons!
git-svn-id: http://svn.automattic.com/wordpress/trunk@1240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-08 01:15:03 +00:00
saxmatt
ba407ff5b3 E_ALL fixes and cleanups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-07 23:56:33 +00:00
saxmatt
a23fd4c52f Some fixes for E_ALL.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-07 21:05:02 +00:00
saxmatt
d2a76674e1 Default for new option.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-05 21:28:39 +00:00
saxmatt
dba08c74de Some consistancy errors.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-05 08:27:43 +00:00
saxmatt
0ef9bfe6db Unquoted SQL.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1232 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-05 08:18:30 +00:00
saxmatt
a1e41e6978 New MT import from Carthik.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1230 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-05 08:04:12 +00:00
saxmatt
1a94aef746 Upgrades should run faster now.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1229 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-05 08:00:13 +00:00
saxmatt
5a391b5bc8 Some style cleanup. Category base and additional URI options from Jay McCarthy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1227 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-05 07:34:41 +00:00
emc3
95d854b4f5 Fix rendering problem in Safari
git-svn-id: http://svn.automattic.com/wordpress/trunk@1222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-04 20:11:11 +00:00
emc3
178f656465 Removed useless date() call.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-05-03 21:45:34 +00:00
saxmatt
9eff118f7c Fixes for post screen.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-30 08:56:49 +00:00
saxmatt
a72400c1f8 i29n
git-svn-id: http://svn.automattic.com/wordpress/trunk@1213 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-30 07:37:51 +00:00
saxmatt
f34bcfca6c Fixing menu error.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1212 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-30 07:26:17 +00:00
saxmatt
4f501b1bd6 Actually delete user.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1211 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-30 04:41:47 +00:00
saxmatt
546ca665d5 Take out allowed users stuff since we're not using it.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1210 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-30 04:32:48 +00:00
saxmatt
dcd2a0a22a Whoops.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1208 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-29 01:18:35 +00:00
saxmatt
b93876eb46 Don't delete everything if there are no posts.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 20:36:31 +00:00
saxmatt
cf06e8e7f6 Gremlins in the options machine.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 20:31:41 +00:00
saxmatt
e9e2ba1ee1 Cosmetic fixes from forums.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 19:49:27 +00:00
saxmatt
c4bcfc02f1 Bug fixes and version bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 08:57:11 +00:00
saxmatt
4e4cb4e004 Allow WordPress installation URI and blog URI to be different.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 07:27:03 +00:00
saxmatt
0a76831fc7 Category cleanups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 05:48:31 +00:00
saxmatt
4ee0207292 Fix up tab index.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 05:37:11 +00:00
saxmatt
16782edd03 Only put javascript on pages that need it.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 05:34:50 +00:00
saxmatt
0b14400644 Not check email on admin creation of users.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 04:59:54 +00:00
saxmatt
a77e7172dc Style the submit button on options group and add updated message to permalink page.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 04:56:29 +00:00
saxmatt
95a1e1d28f New custom field functionality.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1197 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 04:49:16 +00:00
saxmatt
9616224dd1 How the custom fields should look.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1195 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 02:23:46 +00:00
saxmatt
b75393f51c More padding on legends.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1194 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 00:27:38 +00:00
saxmatt
e0afc4abcb Wrong highlighting.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-28 00:12:59 +00:00
saxmatt
9dc65ab2db Cleaning up some includes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-27 23:17:16 +00:00
emc3
f535954c3e 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: http://svn.automattic.com/wordpress/trunk@1189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-27 17:11:05 +00:00
emc3
a408aaca5d Moved post_parent add into function
git-svn-id: http://svn.automattic.com/wordpress/trunk@1188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-27 14:43:10 +00:00
saxmatt
80121a74d2 Fixes from forum thread: http://wordpress.org/support/6/4615.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1187 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-27 13:24:47 +00:00
saxmatt
51335f97bb Reducing queries and forward thinking database fields.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-26 23:54:52 +00:00
rboren
bd369e3899 Fix grammar and markup errors. Thanks eke.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-26 15:45:42 +00:00
rboren
bbd61f92a5 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1176 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 23:57:43 +00:00
rboren
12d0266b0b Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 23:49:45 +00:00
rboren
ce2a3fa178 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 23:25:31 +00:00
rboren
3c2b90823d Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 23:10:07 +00:00
rboren
ad1eb53de0 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 20:20:23 +00:00
rboren
b09cc8bd90 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 20:04:40 +00:00
rboren
518f418a8b Fix some grammatical and markup errors. From eke.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 17:35:13 +00:00
saxmatt
73b23e1568 Casting new line as literal rather than interpreted.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 08:11:05 +00:00
rboren
726b92ffe3 menu.php no longer needs menu.txt.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1166 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 06:42:45 +00:00
rboren
fea0df34e3 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 04:24:06 +00:00
rboren
162414332f Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 03:59:12 +00:00
rboren
51ee7548bc Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 02:19:31 +00:00
rboren
1890dffb57 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 02:03:32 +00:00
rboren
357b0f1e65 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1161 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 01:25:41 +00:00
rboren
122806f923 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1160 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 01:09:47 +00:00
rboren
f3a08e729d Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1159 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-25 01:02:52 +00:00
saxmatt
d077815c7a Moved geo-settings into Misc.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-24 23:25:53 +00:00
rboren
a1c174ce81 Mark strings for translation. Partial.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1155 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-24 23:07:51 +00:00
saxmatt
9945a746ec Timezone fixes, I hope.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-24 21:52:24 +00:00
saxmatt
c226bd74b0 Cleaned up unused options.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-24 21:21:19 +00:00
saxmatt
530307015a Linked to wrong file.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1147 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-24 20:53:16 +00:00
saxmatt
277e4b627e More l10n stuff.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-24 19:46:11 +00:00
saxmatt
1b44e09005 Show category ID.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1143 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-24 19:32:31 +00:00
rboren
c9ed8bbd43 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-24 04:47:27 +00:00
rboren
5d510f9221 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-24 04:26:11 +00:00
rboren
c31ad8dc06 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-24 03:40:04 +00:00
rboren
5a7df4bc27 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-24 00:16:27 +00:00
saxmatt
f04f67cadd No categories.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-23 07:51:52 +00:00
saxmatt
45c30fe929 Bug where currently select category wasn't being selected.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-23 07:17:01 +00:00
rboren
9dfb6f67f8 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1135 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-23 06:46:53 +00:00
saxmatt
793a9be777 Importer updates.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1134 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-23 04:47:17 +00:00
rboren
6da74edda9 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-23 03:23:05 +00:00
rboren
1561dc5231 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-22 23:32:34 +00:00
saxmatt
6f66293c21 Various cleanups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1128 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-22 20:58:15 +00:00
saxmatt
ed915a5aab Min level wasn't updating.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1127 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-22 19:49:55 +00:00
saxmatt
f572d08855 IE padding problems.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1126 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-22 16:00:00 +00:00
saxmatt
614fb6c3a1 Wrong time in time format examples and posts_per_rss not updating.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-22 15:20:03 +00:00
saxmatt
be3d8eefa2 Linking to the wrong options file.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1122 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-22 07:49:09 +00:00
saxmatt
5c5423dbb6 A touch of blue.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-22 07:08:48 +00:00
saxmatt
35a3cb83c8 New RSS importer.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1119 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-22 06:57:24 +00:00
saxmatt
26323cbc21 Typos.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-22 00:40:38 +00:00
saxmatt
76606da17d Added missing pingback checkbox.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1116 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-21 22:55:47 +00:00
saxmatt
ebc2155ac7 Put password fields on separate lines.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-21 22:49:11 +00:00
saxmatt
7372630aee Two bug fixes from Josh - elsewhere.org.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-21 22:24:08 +00:00
saxmatt
dfc9cecfd2 Typo fixes sent in by Nick Romney.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1113 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-21 21:38:38 +00:00
saxmatt
0fc3d11f7c Added new template function, the_permalink(). echoes get_permalink. We are now consistent in the templates.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-21 04:12:55 +00:00
rboren
a2974cd48f Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-21 03:00:44 +00:00
rboren
1c38f23ad9 Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-21 02:28:22 +00:00
saxmatt
10c6b7ea9c Changed to superglobals, and eliminated $use_cache (since we always do).
git-svn-id: http://svn.automattic.com/wordpress/trunk@1108 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-20 22:56:47 +00:00
mikelittle
e27e90a7b6 Import more OPML formats.
Fixed bug capturing rss feed.


git-svn-id: http://svn.automattic.com/wordpress/trunk@1107 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-20 22:01:15 +00:00
rboren
af562386ed Mark strings for translation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1106 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-20 04:15:18 +00:00
saxmatt
5cc3f8d3e1 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: http://svn.automattic.com/wordpress/trunk@1100 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-19 08:09:27 +00:00
saxmatt
8546d782a6 Might fix some OPML imports but I'm pretty sure I just broke others.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1099 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-19 06:13:26 +00:00
saxmatt
ce32eb01ba Remove some calls to the old ping functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-18 19:10:16 +00:00
saxmatt
b087596102 Bug fix from David P. Hansen.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1093 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-18 16:37:13 +00:00
saxmatt
2c08a37756 CHMOD uploaded files to make sure they're writable.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1091 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-18 07:10:44 +00:00
saxmatt
cf39553b79 Admin revamp.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1089 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-17 18:44:10 +00:00
saxmatt
74c2872215 Plugin enhancements.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-16 02:24:37 +00:00
saxmatt
2ba9184e20 Interface improvements.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1076 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-15 09:15:56 +00:00
saxmatt
c954c9ee4a Moderation is cleaner, returns feedback, and correct feedback.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-15 08:28:53 +00:00
saxmatt
4f909d4cc5 The great option REMIX.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-15 07:53:45 +00:00
saxmatt
bb47a88b57 quote -1 value in SQL.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-15 05:53:54 +00:00
saxmatt
3877acb7e3 More options improvements.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1072 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-14 21:23:52 +00:00
saxmatt
8ff85a7293 Only include .php files.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1071 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-14 19:04:14 +00:00
saxmatt
3cd2ef14b4 When I say delete, I really mean it.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1070 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-14 18:00:16 +00:00
emc3
c9d60045bb Oh yeah. Should also set 'color' since we're setting 'background-color'.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-14 17:12:52 +00:00
emc3
3fad967900 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: http://svn.automattic.com/wordpress/trunk@1068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-14 17:10:12 +00:00
saxmatt
09e44a17ea Take the add new gmt fields out of the conditional.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-12 18:45:02 +00:00
emc3
064d6633b0 Corrected checking for empty vals in postmeta
git-svn-id: http://svn.automattic.com/wordpress/trunk@1061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-12 17:31:37 +00:00
saxmatt
28b7da1c4f File type matching should be case-insensitive.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1060 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-12 17:25:59 +00:00
saxmatt
8b076eb5ee Turn magic quotes runtime off, fix english, normalize newlines going in.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-11 17:36:45 +00:00
saxmatt
5a49a4d411 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: http://svn.automattic.com/wordpress/trunk@1058 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-11 08:15:10 +00:00
alex_t_king
ce9a20e9e7 more fixes for post_status
git-svn-id: http://svn.automattic.com/wordpress/trunk@1051 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-04 15:36:20 +00:00
alex_t_king
3fd1adb07f oops, we were setting post_status when we should have been setting ping_status
git-svn-id: http://svn.automattic.com/wordpress/trunk@1050 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-04 01:44:34 +00:00
michelvaldrighi
1eebb0b327 upgraded requirements to PHP 4.1.0, added comment_date_gmt field
git-svn-id: http://svn.automattic.com/wordpress/trunk@1048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-02 01:21:29 +00:00
alex_t_king
c23b50d0da added a check to see if the post exists, it it doesn't show the edit button
git-svn-id: http://svn.automattic.com/wordpress/trunk@1038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-31 06:17:14 +00:00
alex_t_king
f70d37fdde don't show publish button on posts that are already published, task 153
git-svn-id: http://svn.automattic.com/wordpress/trunk@1033 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-30 06:54:41 +00:00
michelvaldrighi
5253f877d5 updated install.php to keep up with changes in wp_posts
git-svn-id: http://svn.automattic.com/wordpress/trunk@1031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-30 01:44:21 +00:00
michelvaldrighi
97fb8bc303 now stores post_modified as creation date when we create a post
git-svn-id: http://svn.automattic.com/wordpress/trunk@1029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-30 01:12:51 +00:00
rboren
ae6e2ca205 Fix security bug in the template editor. http://wordpress.org/support/3/3667
git-svn-id: http://svn.automattic.com/wordpress/trunk@1028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-29 22:43:07 +00:00
saxmatt
6589bd70fd Strip ../ in reading.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1020 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-27 17:05:16 +00:00
alex_t_king
a8b8667730 making the post meta accept 0 as a value
git-svn-id: http://svn.automattic.com/wordpress/trunk@1019 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-26 22:16:00 +00:00
saxmatt
a40e500efd Show version and header bugfix.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1015 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 21:04:36 +00:00
saxmatt
80ea451b18 Added missing API hooks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1013 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 20:28:09 +00:00
saxmatt
0c1e3856b6 Additional plugin API hooks, extending moderation scheme to more fully cover trackbacks and pingbacks, cleanup of XML-RPC file.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1012 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 20:18:20 +00:00
saxmatt
8a79d5712a If more than X links in a comment, moderate that sucker.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 10:11:58 +00:00
saxmatt
e733249e69 Functional plugin implementation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1010 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 08:10:26 +00:00
saxmatt
790f6e50eb Initial plugin funcitonality checkin. Not done yet.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1008 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 07:05:52 +00:00
saxmatt
b2e9f46408 Quicktag and CSS cleanups. Awesome insert code from Mark.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 05:38:59 +00:00
michelvaldrighi
a2d8fcf716 oops, typo
git-svn-id: http://svn.automattic.com/wordpress/trunk@1005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 03:56:13 +00:00
michelvaldrighi
897087e509 now posts and edits in localtime+gmt
git-svn-id: http://svn.automattic.com/wordpress/trunk@995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 01:43:47 +00:00
michelvaldrighi
48416cdbb6 the big GMT/local changes, part 1: adding _gmt fields
git-svn-id: http://svn.automattic.com/wordpress/trunk@994 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-24 22:53:30 +00:00
emc3
4361dc3e65 Fixed require_name_email option.
git-svn-id: http://svn.automattic.com/wordpress/trunk@993 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-24 15:13:22 +00:00
emc3
867f87f41b Fixed 'add custom' button
git-svn-id: http://svn.automattic.com/wordpress/trunk@990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-23 22:06:23 +00:00
emc3
1e6933cb2e post-meta styles
git-svn-id: http://svn.automattic.com/wordpress/trunk@989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-23 18:59:25 +00:00
emc3
4a8f41e640 Initial add of post-meta functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-23 18:02:05 +00:00
emc3
2458274082 Set a default background color (one of my pet peeves ;) )
git-svn-id: http://svn.automattic.com/wordpress/trunk@986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-22 17:15:13 +00:00
saxmatt
adbca5d4fc New comment moderation code, for trackbacks and comments.
git-svn-id: http://svn.automattic.com/wordpress/trunk@984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-21 08:31:33 +00:00
saxmatt
a7cdf5c0d4 Generic update pinging. Needs review.
git-svn-id: http://svn.automattic.com/wordpress/trunk@982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-21 07:36:07 +00:00
saxmatt
277179d9a4 Improved wording on preview.
git-svn-id: http://svn.automattic.com/wordpress/trunk@981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-21 07:16:18 +00:00
emc3
16e6fd76ea Fixed bug that caused empty string options to receive a '0' value on update. This was breaking fileupload_allowedusers, for example.
git-svn-id: http://svn.automattic.com/wordpress/trunk@978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-16 17:36:56 +00:00
emc3
d71f97bb20 Fixed to use get_settings(). Via mindtrap: gbergling@0xfce3.net http://www.bsd-network.org/
git-svn-id: http://svn.automattic.com/wordpress/trunk@977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-16 14:41:39 +00:00
saxmatt
a1c7db8a54 Forgot label, formatting.
git-svn-id: http://svn.automattic.com/wordpress/trunk@970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-11 08:53:05 +00:00
saxmatt
75c8c3a72e More options improvements.
git-svn-id: http://svn.automattic.com/wordpress/trunk@969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-11 08:51:50 +00:00
emc3
74638831a4 Need to explicitly set the $cat var, in case globals are turned off.
git-svn-id: http://svn.automattic.com/wordpress/trunk@968 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-10 19:46:48 +00:00
saxmatt
684cb32ce0 cat parent not quoted in SQL.
git-svn-id: http://svn.automattic.com/wordpress/trunk@967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-10 15:40:55 +00:00
rboren
87c74b9c6e More rewrite fixes. s/[0-9a-z_-]/[_0-9a-z-]/
git-svn-id: http://svn.automattic.com/wordpress/trunk@965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-09 03:55:01 +00:00
saxmatt
06fa93c297 Typo fixes from Cena.
git-svn-id: http://svn.automattic.com/wordpress/trunk@964 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-08 08:49:21 +00:00
rboren
6f2c205b0b rewrite_rules() tweaks. Use rewrite_rules() in options-permalink.php.
git-svn-id: http://svn.automattic.com/wordpress/trunk@963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-08 05:12:11 +00:00
saxmatt
3762000999 Allow underscores in post_name
git-svn-id: http://svn.automattic.com/wordpress/trunk@961 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-06 17:14:24 +00:00
rboren
9c711968c3 Remove spurious $
git-svn-id: http://svn.automattic.com/wordpress/trunk@959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-05 07:26:38 +00:00
emc3
363afe64cd Fixed posting problems when 'advanced controls' is the default writing option.
git-svn-id: http://svn.automattic.com/wordpress/trunk@958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-04 15:56:02 +00:00
saxmatt
a0867db6ed Migration to get_settings and away from globals.
git-svn-id: http://svn.automattic.com/wordpress/trunk@957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-01 19:55:45 +00:00
saxmatt
b6aa1f6807 Migration to get_settings
git-svn-id: http://svn.automattic.com/wordpress/trunk@956 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-01 06:13:32 +00:00
saxmatt
9e718aff7a Migrating more of the global options to get_settings().
git-svn-id: http://svn.automattic.com/wordpress/trunk@955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-29 08:43:36 +00:00
saxmatt
9fc821da98 More options updates, not done, not entirely functional.
git-svn-id: http://svn.automattic.com/wordpress/trunk@954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-29 08:30:56 +00:00
saxmatt
87655b156e Some new options and an option cleanup.
git-svn-id: http://svn.automattic.com/wordpress/trunk@949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-27 05:48:00 +00:00
emc3
a678815689 Added per-post custom metadata support.
git-svn-id: http://svn.automattic.com/wordpress/trunk@947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-26 22:21:33 +00:00
emc3
6df1e26f2c Added per-post custom metadata support.
git-svn-id: http://svn.automattic.com/wordpress/trunk@946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-26 21:42:47 +00:00
saxmatt
8927968849 Removed global $siteurl and $blogfilename, use get_settings. Syntax fix for wp-db.
git-svn-id: http://svn.automattic.com/wordpress/trunk@945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-26 16:15:48 +00:00
michelvaldrighi
59da7f3f13 using gmt_offset option instead of time_difference from now on
git-svn-id: http://svn.automattic.com/wordpress/trunk@944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-26 16:14:52 +00:00
michelvaldrighi
9012cd8a44 rewrote upgrade for GMT, now checks for the option gmt_offset before changing anything
git-svn-id: http://svn.automattic.com/wordpress/trunk@942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-26 16:13:05 +00:00
saxmatt
0174984f7f Option fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@939 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-26 14:37:15 +00:00
saxmatt
179d7538d9 New options screens.
git-svn-id: http://svn.automattic.com/wordpress/trunk@936 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-25 19:03:49 +00:00
michelvaldrighi
0e243c3510 use GMT as reference in the options screen
git-svn-id: http://svn.automattic.com/wordpress/trunk@929 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-24 03:12:43 +00:00
michelvaldrighi
823986b932 quotes fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@927 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-23 16:08:28 +00:00
michelvaldrighi
aa48c05179 store users' registration time as GMT
git-svn-id: http://svn.automattic.com/wordpress/trunk@925 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-02-23 14:29:55 +00:00