Changeset 3349137
- Timestamp:
- 08/24/2025 07:26:06 AM (7 months ago)
- Location:
- dashi
- Files:
-
- 1 deleted
- 3 edited
- 28 copied
-
tags/3.2.9 (copied) (copied from dashi/trunk)
-
tags/3.2.9/classes/Alias.php (copied) (copied from dashi/trunk/classes/Alias.php)
-
tags/3.2.9/classes/Field.php (copied) (copied from dashi/trunk/classes/Field.php)
-
tags/3.2.9/classes/Posttype/Another.php (copied) (copied from dashi/trunk/classes/Posttype/Another.php)
-
tags/3.2.9/classes/Posttype/Base.php (copied) (copied from dashi/trunk/classes/Posttype/Base.php)
-
tags/3.2.9/classes/Posttype/Copy.php (copied) (copied from dashi/trunk/classes/Posttype/Copy.php)
-
tags/3.2.9/classes/Posttype/Csv.php (copied) (copied from dashi/trunk/classes/Posttype/Csv.php)
-
tags/3.2.9/classes/Posttype/CustomFields.php (copied) (copied from dashi/trunk/classes/Posttype/CustomFields.php)
-
tags/3.2.9/classes/Posttype/CustomFieldsCategories.php (copied) (copied from dashi/trunk/classes/Posttype/CustomFieldsCategories.php)
-
tags/3.2.9/classes/Posttype/CustomFieldsGoogleMap.php (copied) (copied from dashi/trunk/classes/Posttype/CustomFieldsGoogleMap.php)
-
tags/3.2.9/classes/Posttype/Index.php (copied) (copied from dashi/trunk/classes/Posttype/Index.php)
-
tags/3.2.9/classes/Posttype/Posttype.php (copied) (copied from dashi/trunk/classes/Posttype/Posttype.php) (2 diffs)
-
tags/3.2.9/classes/Posttype/PublicForm.php (copied) (copied from dashi/trunk/classes/Posttype/PublicForm.php)
-
tags/3.2.9/classes/Posttype/Redirect.php (copied) (copied from dashi/trunk/classes/Posttype/Redirect.php)
-
tags/3.2.9/classes/Posttype/Save.php (copied) (copied from dashi/trunk/classes/Posttype/Save.php)
-
tags/3.2.9/classes/Posttype/Search.php (copied) (copied from dashi/trunk/classes/Posttype/Search.php)
-
tags/3.2.9/classes/Posttype/Virtual.php (copied) (copied from dashi/trunk/classes/Posttype/Virtual.php)
-
tags/3.2.9/classes/Save.php (deleted)
-
tags/3.2.9/classes/Security.php (copied) (copied from dashi/trunk/classes/Security.php)
-
tags/3.2.9/dashi.php (copied) (copied from dashi/trunk/dashi.php) (1 diff)
-
tags/3.2.9/file.php (copied) (copied from dashi/trunk/file.php)
-
tags/3.2.9/languages/dashi-ja.mo (copied) (copied from dashi/trunk/languages/dashi-ja.mo)
-
tags/3.2.9/languages/dashi-ja.po (copied) (copied from dashi/trunk/languages/dashi-ja.po)
-
tags/3.2.9/posttype/Crawlsearch.php (copied) (copied from dashi/trunk/posttype/Crawlsearch.php)
-
tags/3.2.9/posttype/Editablehelp.php (copied) (copied from dashi/trunk/posttype/Editablehelp.php)
-
tags/3.2.9/posttype/Pagepart.php (copied) (copied from dashi/trunk/posttype/Pagepart.php)
-
tags/3.2.9/readme.txt (copied) (copied from dashi/trunk/readme.txt) (2 diffs)
-
tags/3.2.9/templates/base.php (copied) (copied from dashi/trunk/templates/base.php)
-
tags/3.2.9/templates/search.php (copied) (copied from dashi/trunk/templates/search.php)
-
trunk/classes/Posttype/Posttype.php (modified) (2 diffs)
-
trunk/dashi.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dashi/tags/3.2.9/classes/Posttype/Posttype.php
r3343992 r3349137 53 53 array('\\Dashi\\Core\\Posttype\\Index', 'addColumn') 54 54 ); 55 /* 56 // おそらく不要 20250824 shibata@jidaikobo.com 55 57 add_action( 56 58 'manage_posts_custom_column', … … 59 61 2 60 62 ); 63 */ 61 64 foreach (static::instances() as $posttypeInstance) { 62 65 $posttypeName = static::class2posttype($posttypeInstance); -
dashi/tags/3.2.9/dashi.php
r3343992 r3349137 7 7 Text Domain: dashi 8 8 Domain Path: /languages/ 9 Version: 3.2. 89 Version: 3.2.9 10 10 Author URI: http://www.jidaikobo.com/ 11 11 thx: https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src -
dashi/tags/3.2.9/readme.txt
r3343992 r3349137 4 4 Tags: custom field, custom post type 5 5 Tested up to: 6.8.2 6 Stable tag: 3.2. 86 Stable tag: 3.2.9 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 43 43 == Changelog == 44 44 45 = 3.2.9 = 46 fix around addCustomColumn 47 45 48 = 3.2.8 = 46 49 fix manage_[custom post type]_posts_custom_column -
dashi/trunk/classes/Posttype/Posttype.php
r3343992 r3349137 53 53 array('\\Dashi\\Core\\Posttype\\Index', 'addColumn') 54 54 ); 55 /* 56 // おそらく不要 20250824 shibata@jidaikobo.com 55 57 add_action( 56 58 'manage_posts_custom_column', … … 59 61 2 60 62 ); 63 */ 61 64 foreach (static::instances() as $posttypeInstance) { 62 65 $posttypeName = static::class2posttype($posttypeInstance); -
dashi/trunk/dashi.php
r3343992 r3349137 7 7 Text Domain: dashi 8 8 Domain Path: /languages/ 9 Version: 3.2. 89 Version: 3.2.9 10 10 Author URI: http://www.jidaikobo.com/ 11 11 thx: https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src -
dashi/trunk/readme.txt
r3343992 r3349137 4 4 Tags: custom field, custom post type 5 5 Tested up to: 6.8.2 6 Stable tag: 3.2. 86 Stable tag: 3.2.9 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 43 43 == Changelog == 44 44 45 = 3.2.9 = 46 fix around addCustomColumn 47 45 48 = 3.2.8 = 46 49 fix manage_[custom post type]_posts_custom_column
Note: See TracChangeset
for help on using the changeset viewer.