Changeset 1425727
- Timestamp:
- 05/27/2016 06:15:50 PM (10 years ago)
- Location:
- geodigs
- Files:
-
- 19 deleted
- 1 edited
- 38 copied
-
tags/3.0 (copied) (copied from geodigs/trunk)
-
tags/3.0/API.php (deleted)
-
tags/3.0/Calendars.php (deleted)
-
tags/3.0/DocumentStore.php (deleted)
-
tags/3.0/FeaturedListings.php (deleted)
-
tags/3.0/Router.php (deleted)
-
tags/3.0/Templates.php (deleted)
-
tags/3.0/User.php (deleted)
-
tags/3.0/admin/Page.php (deleted)
-
tags/3.0/admin/assets/css/bootstrap (copied) (copied from geodigs/trunk/admin/assets/css/bootstrap)
-
tags/3.0/admin/assets/css/styles.css (copied) (copied from geodigs/trunk/admin/assets/css/styles.css)
-
tags/3.0/admin/assets/images (copied) (copied from geodigs/trunk/admin/assets/images)
-
tags/3.0/admin/assets/js/custom-search-form.js (copied) (copied from geodigs/trunk/admin/assets/js/custom-search-form.js)
-
tags/3.0/admin/assets/js/featured-listings.js (deleted)
-
tags/3.0/admin/includes/calendars-table.php (copied) (copied from geodigs/trunk/admin/includes/calendars-table.php)
-
tags/3.0/admin/includes/custom-search-form.php (copied) (copied from geodigs/trunk/admin/includes/custom-search-form.php)
-
tags/3.0/admin/includes/custom-searches-table.php (copied) (copied from geodigs/trunk/admin/includes/custom-searches-table.php)
-
tags/3.0/admin/includes/document-store-table.php (copied) (copied from geodigs/trunk/admin/includes/document-store-table.php)
-
tags/3.0/admin/includes/featured-listings-search.php (deleted)
-
tags/3.0/admin/includes/featured-listings-table.php (deleted)
-
tags/3.0/admin/includes/users-table.php (copied) (copied from geodigs/trunk/admin/includes/users-table.php)
-
tags/3.0/admin/index.php (copied) (copied from geodigs/trunk/admin/index.php)
-
tags/3.0/admin/options (deleted)
-
tags/3.0/admin/pages (deleted)
-
tags/3.0/admin/settings (copied) (copied from geodigs/trunk/admin/settings)
-
tags/3.0/assets/css/depricated.css (copied) (copied from geodigs/trunk/assets/css/depricated.css)
-
tags/3.0/assets/css/styles.css (copied) (copied from geodigs/trunk/assets/css/styles.css)
-
tags/3.0/assets/js/main.js (copied) (copied from geodigs/trunk/assets/js/main.js)
-
tags/3.0/classes (copied) (copied from geodigs/trunk/classes)
-
tags/3.0/functions/core.php (copied) (copied from geodigs/trunk/functions/core.php)
-
tags/3.0/functions/dequeue-scripts-and-styles.php (copied) (copied from geodigs/trunk/functions/dequeue-scripts-and-styles.php)
-
tags/3.0/functions/enqueue-scripts.php (copied) (copied from geodigs/trunk/functions/enqueue-scripts.php)
-
tags/3.0/functions/enqueue-styles.php (copied) (copied from geodigs/trunk/functions/enqueue-styles.php)
-
tags/3.0/functions/helper.php (copied) (copied from geodigs/trunk/functions/helper.php)
-
tags/3.0/functions/login.php (copied) (copied from geodigs/trunk/functions/login.php)
-
tags/3.0/functions/urls.php (copied) (copied from geodigs/trunk/functions/urls.php)
-
tags/3.0/geodigs.php (copied) (copied from geodigs/trunk/geodigs.php)
-
tags/3.0/includes/listings-pagination.php (copied) (copied from geodigs/trunk/includes/listings-pagination.php)
-
tags/3.0/includes/listings-results.php (copied) (copied from geodigs/trunk/includes/listings-results.php)
-
tags/3.0/readme.txt (copied) (copied from geodigs/trunk/readme.txt) (1 diff)
-
tags/3.0/shortcodes/AdvancedSearch.php (copied) (copied from geodigs/trunk/shortcodes/AdvancedSearch.php)
-
tags/3.0/shortcodes/CustomSearch.php (copied) (copied from geodigs/trunk/shortcodes/CustomSearch.php)
-
tags/3.0/shortcodes/MortgageCalculator.php (copied) (copied from geodigs/trunk/shortcodes/MortgageCalculator.php)
-
tags/3.0/shortcodes/OurListings.php (copied) (copied from geodigs/trunk/shortcodes/OurListings.php)
-
tags/3.0/shortcodes/QuickSearch.php (copied) (copied from geodigs/trunk/shortcodes/QuickSearch.php)
-
tags/3.0/shortcodes/Shortcode.php (copied) (copied from geodigs/trunk/shortcodes/Shortcode.php)
-
tags/3.0/shortcodes/_init.php (copied) (copied from geodigs/trunk/shortcodes/_init.php)
-
tags/3.0/shortcodes/advanced-search.php (deleted)
-
tags/3.0/shortcodes/featured-group.php (deleted)
-
tags/3.0/shortcodes/mortgage-calculator.php (deleted)
-
tags/3.0/shortcodes/our-listings.php (deleted)
-
tags/3.0/shortcodes/quick-search.php (deleted)
-
tags/3.0/shortcodes/solds.php (deleted)
-
tags/3.0/templates/listings/columns-2.php (copied) (copied from geodigs/trunk/templates/listings/columns-2.php)
-
tags/3.0/templates/listings/featured.php (copied) (copied from geodigs/trunk/templates/listings/featured.php)
-
tags/3.0/templates/listings/grid.php (copied) (copied from geodigs/trunk/templates/listings/grid.php)
-
tags/3.0/templates/listings/row.php (copied) (copied from geodigs/trunk/templates/listings/row.php)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
geodigs/tags/3.0/readme.txt
r1425698 r1425727 92 92 * Deprecates template `columns-2` 93 93 * Bug fixes 94 * ```For Developers```Adds new way to format listing detail groups. Call `gd_create_table_str( $array, $col = 2, $separate_cells = false )` with `$separate_cells = true` to split the key value pairs into separate cells94 * **For Developers** Adds new way to format listing detail groups. Call `gd_create_table_str( $array, $col = 2, $separate_cells = false )` with `$separate_cells = true` to split the key value pairs into separate cells 95 95 96 96 = 2.4.2 = -
geodigs/trunk/readme.txt
r1425698 r1425727 92 92 * Deprecates template `columns-2` 93 93 * Bug fixes 94 * ```For Developers```Adds new way to format listing detail groups. Call `gd_create_table_str( $array, $col = 2, $separate_cells = false )` with `$separate_cells = true` to split the key value pairs into separate cells94 * **For Developers** Adds new way to format listing detail groups. Call `gd_create_table_str( $array, $col = 2, $separate_cells = false )` with `$separate_cells = true` to split the key value pairs into separate cells 95 95 96 96 = 2.4.2 =
Note: See TracChangeset
for help on using the changeset viewer.