Ryan Boren
|
85aa38df9b
|
Make random_seed a transient
git-svn-id: https://develop.svn.wordpress.org/trunk@10838 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-25 20:03:57 +00:00 |
|
Andrew Ozz
|
e57d0ac693
|
Add toggle all button to the Gallery tab in the uploader
git-svn-id: https://develop.svn.wordpress.org/trunk@10837 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-25 17:20:03 +00:00 |
|
Ryan Boren
|
a1037e9954
|
Show template files in subdirs. Props DD32. fixes #4131
git-svn-id: https://develop.svn.wordpress.org/trunk@10835 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-25 16:51:08 +00:00 |
|
Andrew Ozz
|
759fde9021
|
jQuery 1.3.2 and UI 1.7.1, may still have some regressions, add screen columns setting to the write/edit post/page screen options, fixes #8867
git-svn-id: https://develop.svn.wordpress.org/trunk@10834 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-25 14:29:22 +00:00 |
|
Ryan Boren
|
7dacf5fd96
|
Validation fixes. Props Viper007Bond. fixes #9387
git-svn-id: https://develop.svn.wordpress.org/trunk@10832 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-24 15:27:17 +00:00 |
|
Peter Westwood
|
9fdd1163b5
|
Set a short timeout for the SSL discovery support so that we don't block requests until the attempt timesout. Fixes #9380 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10830 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-23 22:05:04 +00:00 |
|
Andrew Ozz
|
28db896510
|
Fix notice in wp-includes/theme.php, props filosofo, fixes #9336
git-svn-id: https://develop.svn.wordpress.org/trunk@10825 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-20 00:52:42 +00:00 |
|
Andrew Ozz
|
f5942a0a73
|
Less confusing regex, props filosofo, fixes #9244
git-svn-id: https://develop.svn.wordpress.org/trunk@10824 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-20 00:30:32 +00:00 |
|
Andrew Ozz
|
a779b2e002
|
More theme install styling, see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10823 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-20 00:14:57 +00:00 |
|
Ryan Boren
|
9b39471cc0
|
Move WP_Widget to the top
git-svn-id: https://develop.svn.wordpress.org/trunk@10822 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-19 22:10:18 +00:00 |
|
Andrew Ozz
|
4fa9b6b1b2
|
Fix alignment and blockquote when multiple paragraphs are selected in TinyMCE, fixes #9361
git-svn-id: https://develop.svn.wordpress.org/trunk@10817 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-19 08:52:45 +00:00 |
|
Peter Westwood
|
6963c9d1b9
|
Add relational links to next/prev/parent posts. See #8703 props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@10815 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-18 21:56:03 +00:00 |
|
Peter Westwood
|
88600c7fdb
|
Allow a plugin to filter the classes applied in wp_list_pages. Fixes #9304 props willnorris.
git-svn-id: https://develop.svn.wordpress.org/trunk@10814 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-18 21:43:51 +00:00 |
|
Peter Westwood
|
c8d46a6a36
|
Allow wp_delete_term users to force all objects to have a new term applied. Allow for category merging use-case. Fixes #9355.
git-svn-id: https://develop.svn.wordpress.org/trunk@10813 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-18 21:06:49 +00:00 |
|
Ryan Boren
|
f6273323c0
|
Add some phpdoc to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10812 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-18 07:20:58 +00:00 |
|
Ryan Boren
|
8d00b5d37d
|
Trim trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10810 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-18 02:43:45 +00:00 |
|
Ryan Boren
|
1290b81a4f
|
Move categories widget to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10809 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-18 01:50:20 +00:00 |
|
Ryan Boren
|
0b25a700cb
|
Introduce singleton widget factory
git-svn-id: https://develop.svn.wordpress.org/trunk@10808 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 23:44:36 +00:00 |
|
Ryan Boren
|
184e5b69e8
|
Echo submit field from base class so widgets don't have to do it.
git-svn-id: https://develop.svn.wordpress.org/trunk@10807 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 21:20:19 +00:00 |
|
Ryan Boren
|
6f6ef8709a
|
Pass the unprocessed title to the sanitize_title filter. Props chineseleper. fixes #8981 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10804 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 17:42:54 +00:00 |
|
Ryan Boren
|
fc7b52bb1a
|
Check if error. Props simonwheatley. fixes #9345
git-svn-id: https://develop.svn.wordpress.org/trunk@10803 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 16:42:21 +00:00 |
|
Ryan Boren
|
dce7bff2eb
|
Move text widget to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10802 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 15:39:36 +00:00 |
|
Ryan Boren
|
ea91a8791a
|
Move submit check into WP_Widget
git-svn-id: https://develop.svn.wordpress.org/trunk@10801 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 02:58:15 +00:00 |
|
Ryan Boren
|
88cc08d193
|
Move calendar widget to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10800 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 02:41:28 +00:00 |
|
Ryan Boren
|
a9414a120c
|
Move calendar widget to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10799 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 02:33:08 +00:00 |
|
Ryan Boren
|
b05ffb1229
|
Separate widget form and update callbacks.
git-svn-id: https://develop.svn.wordpress.org/trunk@10798 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 00:59:42 +00:00 |
|
Ryan Boren
|
2f2d20a037
|
Move meta widget to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10797 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-16 22:45:16 +00:00 |
|
Ryan Boren
|
0da2613a2c
|
Move meta widget to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10796 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-16 22:44:30 +00:00 |
|
Ryan Boren
|
90931b60f0
|
Separate default widgets from widgets API. Always load API. fixes #9349
git-svn-id: https://develop.svn.wordpress.org/trunk@10795 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-16 22:02:40 +00:00 |
|
Ryan Boren
|
cf340322af
|
Move archives widget to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10794 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-16 21:44:36 +00:00 |
|
Andrew Ozz
|
09961ff3ac
|
Add sort order for the gallery in the uploader
git-svn-id: https://develop.svn.wordpress.org/trunk@10793 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-16 13:05:09 +00:00 |
|
Andrew Ozz
|
d3d2d3ba28
|
TinyMCE 3.2.2
git-svn-id: https://develop.svn.wordpress.org/trunk@10791 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-15 16:55:49 +00:00 |
|
Andrew Ozz
|
7efda16c61
|
Fix php warning in widgets.php, props zeronex, fixes #9330
git-svn-id: https://develop.svn.wordpress.org/trunk@10789 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-15 11:18:09 +00:00 |
|
Andrew Ozz
|
2327dd41c7
|
Theme install style tweaks, see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10788 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-15 11:04:34 +00:00 |
|
Ryan Boren
|
5685b381a9
|
Prune. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10786 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-14 17:25:59 +00:00 |
|
Ryan Boren
|
5ec8505579
|
Convert pages to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10785 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-14 17:24:11 +00:00 |
|
Ryan Boren
|
d20a34c176
|
Convert search to WP_Widget. Handle upgrade of widgets without settings. Make form and update override optional. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10784 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-14 16:34:08 +00:00 |
|
Andrew Ozz
|
a23fda87b3
|
Fix regex in sanitize_email(), props sambauers, see #9316
git-svn-id: https://develop.svn.wordpress.org/trunk@10783 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-14 01:35:47 +00:00 |
|
Ryan Boren
|
b114706bcb
|
s/WP_Widgets/WP_Widget/ and move class to widgets.php
git-svn-id: https://develop.svn.wordpress.org/trunk@10782 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-13 23:18:57 +00:00 |
|
Andrew Ozz
|
3689f64ee3
|
WP_Widgets: make save_settings() and get_settings() separate methods, convert defined single widgets settings to multi-widget format, small fixes for the Links widget, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10781 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-13 22:27:38 +00:00 |
|
Ryan Boren
|
a8f8d9bdad
|
Remove category ordering. Props filosofo. fixes #9228
git-svn-id: https://develop.svn.wordpress.org/trunk@10779 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-13 22:01:33 +00:00 |
|
Ryan Boren
|
bcdc0c5021
|
get_comment_link filter. Props Viper007Bond. fixes #9327
git-svn-id: https://develop.svn.wordpress.org/trunk@10778 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-13 21:58:18 +00:00 |
|
Andrew Ozz
|
297703490b
|
Fix regex function in sanitize_email(), see #9316
git-svn-id: https://develop.svn.wordpress.org/trunk@10777 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-13 19:04:39 +00:00 |
|
Ryan Boren
|
5d8651d6f3
|
gettext comments. Props nbachiyski. see #9112
git-svn-id: https://develop.svn.wordpress.org/trunk@10774 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-13 03:53:39 +00:00 |
|
Ryan Boren
|
6882d8299f
|
Add core_version_check_locale filter. Props nbachiyski. see #8729
git-svn-id: https://develop.svn.wordpress.org/trunk@10772 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-11 23:37:33 +00:00 |
|
Ryan Boren
|
89c67a8b40
|
Improved is_email() and sanitize_email(). Props sambauers. fixes #9316 #4616
git-svn-id: https://develop.svn.wordpress.org/trunk@10769 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-11 15:26:34 +00:00 |
|
Ryan Boren
|
459a1abca8
|
Set autoload in populate options query
git-svn-id: https://develop.svn.wordpress.org/trunk@10768 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-11 01:07:12 +00:00 |
|
Ryan Boren
|
1952e923f8
|
gettext contexts. Props nbachiyski. see #9112
git-svn-id: https://develop.svn.wordpress.org/trunk@10767 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-10 23:02:29 +00:00 |
|
Mark Jaquith
|
842a28e67c
|
Introducing plugin_dir_path(__FILE__) and plugin_dir_url(__FILE__) ... simple API functions for determining the directory path/url of the current plugin file
git-svn-id: https://develop.svn.wordpress.org/trunk@10765 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-10 19:50:55 +00:00 |
|
Andrew Ozz
|
bcb764b964
|
Add WP_Widget class, first run - only the Links widget is using it at the moment, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10764 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-10 19:42:22 +00:00 |
|