Changeset 3329379
- Timestamp:
- 07/17/2025 05:39:58 AM (9 months ago)
- Location:
- dashi
- Files:
-
- 1 deleted
- 7 edited
- 26 copied
-
tags/3.2.7 (copied) (copied from dashi/trunk)
-
tags/3.2.7/classes/Alias.php (copied) (copied from dashi/trunk/classes/Alias.php)
-
tags/3.2.7/classes/Field.php (copied) (copied from dashi/trunk/classes/Field.php)
-
tags/3.2.7/classes/Posttype/Another.php (copied) (copied from dashi/trunk/classes/Posttype/Another.php)
-
tags/3.2.7/classes/Posttype/Base.php (copied) (copied from dashi/trunk/classes/Posttype/Base.php)
-
tags/3.2.7/classes/Posttype/Copy.php (copied) (copied from dashi/trunk/classes/Posttype/Copy.php)
-
tags/3.2.7/classes/Posttype/Csv.php (copied) (copied from dashi/trunk/classes/Posttype/Csv.php)
-
tags/3.2.7/classes/Posttype/CustomFields.php (copied) (copied from dashi/trunk/classes/Posttype/CustomFields.php)
-
tags/3.2.7/classes/Posttype/CustomFieldsCategories.php (copied) (copied from dashi/trunk/classes/Posttype/CustomFieldsCategories.php)
-
tags/3.2.7/classes/Posttype/CustomFieldsGoogleMap.php (copied) (copied from dashi/trunk/classes/Posttype/CustomFieldsGoogleMap.php)
-
tags/3.2.7/classes/Posttype/Index.php (copied) (copied from dashi/trunk/classes/Posttype/Index.php)
-
tags/3.2.7/classes/Posttype/Posttype.php (copied) (copied from dashi/trunk/classes/Posttype/Posttype.php) (1 diff)
-
tags/3.2.7/classes/Posttype/PublicForm.php (copied) (copied from dashi/trunk/classes/Posttype/PublicForm.php)
-
tags/3.2.7/classes/Posttype/Redirect.php (copied) (copied from dashi/trunk/classes/Posttype/Redirect.php)
-
tags/3.2.7/classes/Posttype/Save.php (copied) (copied from dashi/trunk/classes/Posttype/Save.php)
-
tags/3.2.7/classes/Posttype/Search.php (copied) (copied from dashi/trunk/classes/Posttype/Search.php)
-
tags/3.2.7/classes/Posttype/Virtual.php (copied) (copied from dashi/trunk/classes/Posttype/Virtual.php)
-
tags/3.2.7/classes/Save.php (deleted)
-
tags/3.2.7/classes/Security.php (copied) (copied from dashi/trunk/classes/Security.php)
-
tags/3.2.7/dashi.php (copied) (copied from dashi/trunk/dashi.php) (1 diff)
-
tags/3.2.7/file.php (copied) (copied from dashi/trunk/file.php)
-
tags/3.2.7/languages/dashi-ja.mo (modified) (previous)
-
tags/3.2.7/languages/dashi-ja.po (modified) (1 diff)
-
tags/3.2.7/posttype/Crawlsearch.php (copied) (copied from dashi/trunk/posttype/Crawlsearch.php)
-
tags/3.2.7/posttype/Editablehelp.php (copied) (copied from dashi/trunk/posttype/Editablehelp.php)
-
tags/3.2.7/posttype/Pagepart.php (copied) (copied from dashi/trunk/posttype/Pagepart.php)
-
tags/3.2.7/readme.txt (copied) (copied from dashi/trunk/readme.txt) (2 diffs)
-
tags/3.2.7/templates/base.php (copied) (copied from dashi/trunk/templates/base.php)
-
tags/3.2.7/templates/search.php (copied) (copied from dashi/trunk/templates/search.php)
-
trunk/classes/Posttype/Posttype.php (modified) (1 diff)
-
trunk/dashi.php (modified) (1 diff)
-
trunk/languages/dashi-ja.mo (modified) (previous)
-
trunk/languages/dashi-ja.po (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dashi/tags/3.2.7/classes/Posttype/Posttype.php
r3263809 r3329379 789 789 790 790 $name = __($posttype::get('name'), 'dashi'); 791 $singular_name = $posttype::get('singular_name') ?: $name; 791 792 792 793 $labels = array( 793 794 'name' => $name, 794 'singular_name' => $ posttype::get('singular_name') ?: $name,795 'singular_name' => $singular_name, 795 796 'menu_name' => $posttype::get('menu_name') ?: $name, 796 'add_new' => sprintf(__('add %s', 'dashi'), $ name),797 'add_new_item' => sprintf(__('add %s', 'dashi'), $ name),798 'edit_item' => sprintf(__('edit %s', 'dashi'), $ name),799 'new_item' => sprintf(__('new %s', 'dashi'), $ name),800 'view_item' => sprintf(__('view %s', 'dashi'), $ name),797 'add_new' => sprintf(__('add %s', 'dashi'), $singular_name), 798 'add_new_item' => sprintf(__('add %s', 'dashi'), $singular_name), 799 'edit_item' => sprintf(__('edit %s', 'dashi'), $singular_name), 800 'new_item' => sprintf(__('new %s', 'dashi'), $singular_name), 801 'view_item' => sprintf(__('view %s', 'dashi'), $singular_name), 801 802 'parent_item_colon' => '', 802 803 ); -
dashi/tags/3.2.7/dashi.php
r3304628 r3329379 7 7 Text Domain: dashi 8 8 Domain Path: /languages/ 9 Version: 3.2. 69 Version: 3.2.7 10 10 Author URI: http://www.jidaikobo.com/ 11 11 thx: https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src 12 12 License: GPL2 13 13 14 Copyright 2025 jidaikobo (email : support@jidaikobo.com)14 Copyright 2025 jidaikobo (email: support@jidaikobo.com) 15 15 16 16 This program is free software; you can redistribute it and/or modify -
dashi/tags/3.2.7/languages/dashi-ja.po
r1904281 r3329379 580 580 581 581 msgid "latitude" 582 msgstr "緯度" 583 584 msgid "longitude" 582 585 msgstr "経度" 583 584 msgid "longitude"585 msgstr "緯度"586 586 587 587 msgid "zoom (1-21)" -
dashi/tags/3.2.7/readme.txt
r3304628 r3329379 4 4 Tags: custom field, custom post type 5 5 Tested up to: 6.8.1 6 Stable tag: 3.2. 66 Stable tag: 3.2.7 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.7 = 46 fix lat and lng 47 45 48 = 3.2.6 = 46 49 fix array key -
dashi/trunk/classes/Posttype/Posttype.php
r3263809 r3329379 789 789 790 790 $name = __($posttype::get('name'), 'dashi'); 791 $singular_name = $posttype::get('singular_name') ?: $name; 791 792 792 793 $labels = array( 793 794 'name' => $name, 794 'singular_name' => $ posttype::get('singular_name') ?: $name,795 'singular_name' => $singular_name, 795 796 'menu_name' => $posttype::get('menu_name') ?: $name, 796 'add_new' => sprintf(__('add %s', 'dashi'), $ name),797 'add_new_item' => sprintf(__('add %s', 'dashi'), $ name),798 'edit_item' => sprintf(__('edit %s', 'dashi'), $ name),799 'new_item' => sprintf(__('new %s', 'dashi'), $ name),800 'view_item' => sprintf(__('view %s', 'dashi'), $ name),797 'add_new' => sprintf(__('add %s', 'dashi'), $singular_name), 798 'add_new_item' => sprintf(__('add %s', 'dashi'), $singular_name), 799 'edit_item' => sprintf(__('edit %s', 'dashi'), $singular_name), 800 'new_item' => sprintf(__('new %s', 'dashi'), $singular_name), 801 'view_item' => sprintf(__('view %s', 'dashi'), $singular_name), 801 802 'parent_item_colon' => '', 802 803 ); -
dashi/trunk/dashi.php
r3304628 r3329379 7 7 Text Domain: dashi 8 8 Domain Path: /languages/ 9 Version: 3.2. 69 Version: 3.2.7 10 10 Author URI: http://www.jidaikobo.com/ 11 11 thx: https://github.com/trentrichardson/jQuery-Timepicker-Addon/tree/master/src 12 12 License: GPL2 13 13 14 Copyright 2025 jidaikobo (email : support@jidaikobo.com)14 Copyright 2025 jidaikobo (email: support@jidaikobo.com) 15 15 16 16 This program is free software; you can redistribute it and/or modify -
dashi/trunk/languages/dashi-ja.po
r1904281 r3329379 580 580 581 581 msgid "latitude" 582 msgstr "緯度" 583 584 msgid "longitude" 582 585 msgstr "経度" 583 584 msgid "longitude"585 msgstr "緯度"586 586 587 587 msgid "zoom (1-21)" -
dashi/trunk/readme.txt
r3304628 r3329379 4 4 Tags: custom field, custom post type 5 5 Tested up to: 6.8.1 6 Stable tag: 3.2. 66 Stable tag: 3.2.7 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.7 = 46 fix lat and lng 47 45 48 = 3.2.6 = 46 49 fix array key
Note: See TracChangeset
for help on using the changeset viewer.