diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-05-04 01:28:00 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-05-04 01:28:00 +0000 |
commit | 1f7fc6a4069b04ed9d955a29954af1eef32ddb99 (patch) | |
tree | c75a93bc149f52bab084f46ba81a899669ee4e31 /www/php-concrete5 | |
parent | 21d3ebce5be3677ad202005e7fb6d4112d872072 (diff) | |
download | pkgsrc-1f7fc6a4069b04ed9d955a29954af1eef32ddb99.tar.gz |
Update to 5.5.2.1
Changelog:
5.5.2.1
Behavioral Improvements
* Better update checking for new versions of concrete5.
* Attribute types have friendlier names (Checkbox instead of Boolean, etc...)
* When a fixed footprint isn't set, the image cropper in the file manager now defaults to the full size of the image.
* Improved performance of intelligent search
* Fixed http://www.concrete5.org/developers/bugs/5-5-2/login-and-error-pages-dont-use-the-menu-logo-settings/
And bugfixes
5.5.2
Feature Updates
* Replaced Picnik with built-in crop, rotate and zoom functionality. Crop+Zoom provided by jQuery Cropzoom by Gaston Robledo (http://www.cropzoom.com.ar/)
* Added ability to specify a file set on a form block for files uploaded through form. (Thanks danklassen!)
* Prettier edit/add experience for image block.
* Image block can now automatically resize thumbnails (previous default) or accept a fixed size, which can be passed to the image editor directly as a fixed width/height
* Ability to receive an email when new users register (Thanks Mnkras.)
Behavioral Improvements
* Made better use of space on dashboard home and system & settings
* Newsflow arrows are more prominent
* Moved sessions into filers/tmp/ on each site for better security.
* Download File script now redirects to files instead of forcing all files to download (to allow PDFs, images to display in browser)
* Fixed: http://www.concrete5.org/developers/bugs/5-5-1/cant-open-sitemap-visit-links-in-new-tab-5.5/
* Improved installation will remove user-created configuration files if something goes wrong in installation, removing an infinite installation loop unless the files were removed by hand.
* More robust UI handling when concrete5 is used with themes with greedy center styles.
* Adding wmode=transparent to youtube videos for better display
* File blocks now are searchable through the site-wide search block.
And bugfixes
5.5.1
Feature Updates
* New Interface Settings page in Systems & Settings that lets you control your dashboard background image, and the behavior of the quick nav.
* Newsflow One is now located at /dashboard/news. /dashboard now houses a table of contents for the dashboard. You can navigate to this by clicking the dashboard button.
* Page attributes that are setup to be viewed by default will now show when adding pages of that type. Better add page experience (more page types, etc...)
* Improved the marketplace browsing experience by simplifying and increasing the number of results in a given request. Now able to filter by compatible marketplace packages.
Behavioral Improvements
* Better Edit Bar Interaction
* ccm.app.js is now minified
* Content Importer library now reindexes pages after content is imported.
* Move the content down when edit bar appears (this used to work so just figure out what got lost and bring it back)
* Add multiple files window now closes after using multiple file uploader
* The language name should always be displayed in that language when editing a user's record in the dashboard on a multilingual site.
* Brought back enter key event when adding values to select attribute
And bugfixes
5.5.0
Feature Updates
* Completely revampled, overhauled and refined interface in the front-end and in the dashboard. Too many improvements to list here.
* No more scrapbook! Simpler, streamlined, faster clipboard for copy and paste, and "Stacks" for managing global areas, with support for version control and block reordering.
* Improved Installation that lets you specify your admin password, an installation language, gives you more access to sample content.
* Comprehensive white-labeling support, including the ability to specify alternate install packages, an alternate logo.
* Deleted pages now go into the trash for easy restore or bulk deletion.
* Better Page Attributes, including the ability to define attribute sets for page attributes, including reordering. Attributes can also be used with page defaults. Much better interface for choosing page attributes.
* Better marketplace integration, including the ability to read full descriptions, better search, a more attractive and fully informative informative, and the ability to purchase items directly from your website.
* Beautiful new "Greek Yogurt" Theme, installed with the sample content.
* New bulk commands in page search, including bulk delete, bulk move/copy, bulk design, and bulk speed settings
* Page Search and User Search now have fully customizable columns
* Better Anti-Spam Controls. Easy installation of new captcha libraries like reCAPTCHA (available for free download from concrete5.org) and anti-spam libraries like Akismet.
Performance Improvements
* Extensive CSS and JavaScript Minification and Combination. Far fewer files and code loaded.
* UI now uses sprites for better performance.
* Much JavaScript is now loaded in the footer to prevent blocking.
* Make Config values use one database query at startup to load, or one cache call. (Integrated and modified pull request from christiaan)
* More optimized dynamic PHP function calls (thanks christiaan)
* Page List is lighter weight with system pages no longer cached or calculated on the fly.
* Included an optimization job that can remove all but the most recent 10 versions of pages.
* Page reindexing no longer happens every time we set attribute or exit edit mode. Now instead it happens when running the index search job, or when visiting a page you have edit access to (through a silent, non-blocked reindex AJAX request.) (Note: this behavior can be modified by defining ENABLE_PROGRESSIVE_PAGE_REINDEX to false.)
* Much improved performance on the better designed Form Results page.
* Removed the Database class. Instead just go directly to ADODB and add our functions as stubs
Additional Features and behavioral Improvements
* Updated TinyMCE to 3.4.6, fixing bugs, improving stability, and enabling editing on iOS devices.
* Dialog windows should no longer be larger than the container browser window.
* Cleaner page list block template (thanks jordanlev)
* Departments of France are now included when checking France as an active country (thanks marcandre)
* Default mod_rewrite rules now make it so that pages like "jobs" that match directory names can be created (thanks christiaan)
* Included iPhone home screen thumbnail in the site icons dashboard page.
and bugfixes and Developer Updates
Diffstat (limited to 'www/php-concrete5')
-rw-r--r-- | www/php-concrete5/Makefile | 4 | ||||
-rw-r--r-- | www/php-concrete5/PLIST | 543 | ||||
-rw-r--r-- | www/php-concrete5/distinfo | 8 |
3 files changed, 448 insertions, 107 deletions
diff --git a/www/php-concrete5/Makefile b/www/php-concrete5/Makefile index 2db80d33c45..03ee1af2ff6 100644 --- a/www/php-concrete5/Makefile +++ b/www/php-concrete5/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/12/14 20:51:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2012/05/04 01:28:00 ryoon Exp $ # -DISTNAME= concrete5.4.2.2 +DISTNAME= concrete5.5.2.1 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/concrete5/concrete5-5/} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=concretecms/} diff --git a/www/php-concrete5/PLIST b/www/php-concrete5/PLIST index 001b7d788a1..7567dacbcae 100644 --- a/www/php-concrete5/PLIST +++ b/www/php-concrete5/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/14 20:51:50 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/05/04 01:28:00 ryoon Exp $ share/concrete5/INSTALL share/concrete5/LICENSE.TXT share/concrete5/concrete/blocks/autonav/add.php @@ -22,6 +22,33 @@ share/concrete5/concrete/blocks/content/editor_init.php share/concrete5/concrete/blocks/content/icon.png share/concrete5/concrete/blocks/content/scrapbook.php share/concrete5/concrete/blocks/content/view.php +share/concrete5/concrete/blocks/core_scrapbook_display/controller.php +share/concrete5/concrete/blocks/core_scrapbook_display/db.xml +share/concrete5/concrete/blocks/core_scrapbook_display/edit.php +share/concrete5/concrete/blocks/core_scrapbook_display/view.php +share/concrete5/concrete/blocks/core_stack_display/controller.php +share/concrete5/concrete/blocks/core_stack_display/db.xml +share/concrete5/concrete/blocks/core_stack_display/view.php +share/concrete5/concrete/blocks/dashboard_app_status/controller.php +share/concrete5/concrete/blocks/dashboard_app_status/view.php +share/concrete5/concrete/blocks/dashboard_featured_addon/controller.php +share/concrete5/concrete/blocks/dashboard_featured_addon/view.php +share/concrete5/concrete/blocks/dashboard_featured_theme/controller.php +share/concrete5/concrete/blocks/dashboard_featured_theme/view.php +share/concrete5/concrete/blocks/dashboard_newsflow_latest/add.php +share/concrete5/concrete/blocks/dashboard_newsflow_latest/controller.php +share/concrete5/concrete/blocks/dashboard_newsflow_latest/db.xml +share/concrete5/concrete/blocks/dashboard_newsflow_latest/edit.php +share/concrete5/concrete/blocks/dashboard_newsflow_latest/view.php +share/concrete5/concrete/blocks/dashboard_site_activity/controller.php +share/concrete5/concrete/blocks/dashboard_site_activity/view.php +share/concrete5/concrete/blocks/date_archive/add.php +share/concrete5/concrete/blocks/date_archive/auto.js +share/concrete5/concrete/blocks/date_archive/controller.php +share/concrete5/concrete/blocks/date_archive/db.xml +share/concrete5/concrete/blocks/date_archive/edit.php +share/concrete5/concrete/blocks/date_archive/form.php +share/concrete5/concrete/blocks/date_archive/view.php share/concrete5/concrete/blocks/date_nav/add.php share/concrete5/concrete/blocks/date_nav/auto.js share/concrete5/concrete/blocks/date_nav/controller.php @@ -108,10 +135,15 @@ share/concrete5/concrete/blocks/html/scrapbook.php share/concrete5/concrete/blocks/html/view.php share/concrete5/concrete/blocks/image/add.php share/concrete5/concrete/blocks/image/auto.js +share/concrete5/concrete/blocks/image/composer/header.php +share/concrete5/concrete/blocks/image/composer/thumbnail.php share/concrete5/concrete/blocks/image/controller.php share/concrete5/concrete/blocks/image/db.xml share/concrete5/concrete/blocks/image/edit.php +share/concrete5/concrete/blocks/image/form.php share/concrete5/concrete/blocks/image/icon.png +share/concrete5/concrete/blocks/image/tools/composer_save.php +share/concrete5/concrete/blocks/image/tools/crop_image.php share/concrete5/concrete/blocks/image/view.php share/concrete5/concrete/blocks/library_file/controller.php share/concrete5/concrete/blocks/library_file/db.xml @@ -134,6 +166,7 @@ share/concrete5/concrete/blocks/page_list/icon.png share/concrete5/concrete/blocks/page_list/page_list_form.php share/concrete5/concrete/blocks/page_list/rss.png share/concrete5/concrete/blocks/page_list/templates/blog_index.php +share/concrete5/concrete/blocks/page_list/templates/blog_index_thumbnail.php share/concrete5/concrete/blocks/page_list/tools/blog_rss.php share/concrete5/concrete/blocks/page_list/tools/preview_pane.php share/concrete5/concrete/blocks/page_list/tools/rss.php @@ -146,6 +179,7 @@ share/concrete5/concrete/blocks/rss_displayer/db.xml share/concrete5/concrete/blocks/rss_displayer/edit.php share/concrete5/concrete/blocks/rss_displayer/form_setup_html.php share/concrete5/concrete/blocks/rss_displayer/icon.png +share/concrete5/concrete/blocks/rss_displayer/templates/read_more.php share/concrete5/concrete/blocks/rss_displayer/view.css share/concrete5/concrete/blocks/rss_displayer/view.php share/concrete5/concrete/blocks/search/add.php @@ -227,77 +261,142 @@ share/concrete5/concrete/config/base.php share/concrete5/concrete/config/base_pre.php share/concrete5/concrete/config/db.xml share/concrete5/concrete/config/file_types.php -share/concrete5/concrete/config/install/files/3712/8536/9023/inneroptics_dot_net_aspens.jpg -share/concrete5/concrete/config/install/files/7012/8536/9026/inneroptics_dot_net_starfish.jpg -share/concrete5/concrete/config/install/files/7112/8536/9026/inneroptics_dot_net_portland.jpg -share/concrete5/concrete/config/install/files/8512/8536/9025/inneroptics_dot_net_new_zealand_sheep.jpg -share/concrete5/concrete/config/install/files/9112/8536/9025/inneroptics_dot_net_canyonlands.jpg -share/concrete5/concrete/config/install/files/thumbnails/3712/8536/9023/inneroptics_dot_net_aspens.jpg -share/concrete5/concrete/config/install/files/thumbnails/7012/8536/9026/inneroptics_dot_net_starfish.jpg -share/concrete5/concrete/config/install/files/thumbnails/7112/8536/9026/inneroptics_dot_net_portland.jpg -share/concrete5/concrete/config/install/files/thumbnails/8512/8536/9025/inneroptics_dot_net_new_zealand_sheep.jpg -share/concrete5/concrete/config/install/files/thumbnails/9112/8536/9025/inneroptics_dot_net_canyonlands.jpg -share/concrete5/concrete/config/install/files/thumbnails/level2/3712/8536/9023/inneroptics_dot_net_aspens.jpg -share/concrete5/concrete/config/install/files/thumbnails/level2/7012/8536/9026/inneroptics_dot_net_starfish.jpg -share/concrete5/concrete/config/install/files/thumbnails/level2/7112/8536/9026/inneroptics_dot_net_portland.jpg -share/concrete5/concrete/config/install/files/thumbnails/level2/8512/8536/9025/inneroptics_dot_net_new_zealand_sheep.jpg -share/concrete5/concrete/config/install/files/thumbnails/level2/9112/8536/9025/inneroptics_dot_net_canyonlands.jpg -share/concrete5/concrete/config/install/no_sample_content.sql -share/concrete5/concrete/config/install/sample_content.sql -share/concrete5/concrete/config/install/schema.sql +share/concrete5/concrete/config/install/base/attributes.xml +share/concrete5/concrete/config/install/base/blocktypes.xml +share/concrete5/concrete/config/install/base/config.xml +share/concrete5/concrete/config/install/base/dashboard.xml +share/concrete5/concrete/config/install/base/jobs.xml +share/concrete5/concrete/config/install/base/login_registration.xml +share/concrete5/concrete/config/install/base/permissions.xml +share/concrete5/concrete/config/install/base/themes.xml +share/concrete5/concrete/config/install/disabled/blank/content.xml +share/concrete5/concrete/config/install/disabled/blank/controller.php +share/concrete5/concrete/config/install/disabled/blank/icon.png +share/concrete5/concrete/config/install/disabled/blank/install_blocks_attributes_permissions_jobs.xml +share/concrete5/concrete/config/install/disabled/blog/controller.php +share/concrete5/concrete/config/install/disabled/blog/icon.png +share/concrete5/concrete/config/install/disabled/blog/install_blocks_attributes_permissions_jobs.xml +share/concrete5/concrete/config/install/disabled/standard/content.xml +share/concrete5/concrete/config/install/disabled/standard/controller.php +share/concrete5/concrete/config/install/disabled/standard/files/inneroptics_dot_net_aspens.jpg +share/concrete5/concrete/config/install/disabled/standard/files/inneroptics_dot_net_canyonlands.jpg +share/concrete5/concrete/config/install/disabled/standard/files/inneroptics_dot_net_new_zealand_sheep.jpg +share/concrete5/concrete/config/install/disabled/standard/files/inneroptics_dot_net_portland.jpg +share/concrete5/concrete/config/install/disabled/standard/files/inneroptics_dot_net_starfish.jpg +share/concrete5/concrete/config/install/disabled/standard/icon.png +share/concrete5/concrete/config/install/disabled/standard/install_blocks_attributes_permissions_jobs.xml +share/concrete5/concrete/config/install/packages/blank/content.xml +share/concrete5/concrete/config/install/packages/blank/controller.php +share/concrete5/concrete/config/install/packages/blank/icon.png +share/concrete5/concrete/config/install/packages/standard/content.xml +share/concrete5/concrete/config/install/packages/standard/controller.php +share/concrete5/concrete/config/install/packages/standard/files/england_village.jpg +share/concrete5/concrete/config/install/packages/standard/files/europe_england_stonehenge.jpg +share/concrete5/concrete/config/install/packages/standard/files/europe_germany_munich_arch.jpg +share/concrete5/concrete/config/install/packages/standard/files/europe_rotterdam_port.jpg +share/concrete5/concrete/config/install/packages/standard/files/europe_spain_grenada_alhambra.jpg +share/concrete5/concrete/config/install/packages/standard/files/europe_valencia_hemispheric.jpg +share/concrete5/concrete/config/install/packages/standard/files/northern_az_lake_powell_house_boats.jpg +share/concrete5/concrete/config/install/packages/standard/files/sh_thumbnail.jpg share/concrete5/concrete/config/localization.php share/concrete5/concrete/config/theme_paths.php share/concrete5/concrete/config/version.php share/concrete5/concrete/controllers/access.xml share/concrete5/concrete/controllers/dashboard/access.xml share/concrete5/concrete/controllers/dashboard/base.php -share/concrete5/concrete/controllers/dashboard/block_types.php +share/concrete5/concrete/controllers/dashboard/blocks/controller.php +share/concrete5/concrete/controllers/dashboard/blocks/stacks/controller.php +share/concrete5/concrete/controllers/dashboard/blocks/stacks/list/access.xml +share/concrete5/concrete/controllers/dashboard/blocks/stacks/list/controller.php +share/concrete5/concrete/controllers/dashboard/blocks/types/controller.php share/concrete5/concrete/controllers/dashboard/composer/controller.php share/concrete5/concrete/controllers/dashboard/composer/drafts.php share/concrete5/concrete/controllers/dashboard/composer/write.php share/concrete5/concrete/controllers/dashboard/controller.php -share/concrete5/concrete/controllers/dashboard/files/access.php +share/concrete5/concrete/controllers/dashboard/extend/add-ons.php +share/concrete5/concrete/controllers/dashboard/extend/connect.php +share/concrete5/concrete/controllers/dashboard/extend/controller.php +share/concrete5/concrete/controllers/dashboard/extend/install.php +share/concrete5/concrete/controllers/dashboard/extend/themes.php +share/concrete5/concrete/controllers/dashboard/extend/update.php +share/concrete5/concrete/controllers/dashboard/files/add_set.php share/concrete5/concrete/controllers/dashboard/files/attributes.php share/concrete5/concrete/controllers/dashboard/files/controller.php share/concrete5/concrete/controllers/dashboard/files/search.php share/concrete5/concrete/controllers/dashboard/files/sets.php -share/concrete5/concrete/controllers/dashboard/install.php -share/concrete5/concrete/controllers/dashboard/modules/activity.php -share/concrete5/concrete/controllers/dashboard/modules/help.php -share/concrete5/concrete/controllers/dashboard/modules/news.php -share/concrete5/concrete/controllers/dashboard/modules/notes.php -share/concrete5/concrete/controllers/dashboard/modules/reports.php +share/concrete5/concrete/controllers/dashboard/news.php share/concrete5/concrete/controllers/dashboard/page.php share/concrete5/concrete/controllers/dashboard/pages/attributes.php share/concrete5/concrete/controllers/dashboard/pages/controller.php +share/concrete5/concrete/controllers/dashboard/pages/single.php share/concrete5/concrete/controllers/dashboard/pages/themes/add.php share/concrete5/concrete/controllers/dashboard/pages/themes/controller.php share/concrete5/concrete/controllers/dashboard/pages/themes/customize.php share/concrete5/concrete/controllers/dashboard/pages/themes/inspect.php +share/concrete5/concrete/controllers/dashboard/pages/types/add.php share/concrete5/concrete/controllers/dashboard/pages/types/composer.php share/concrete5/concrete/controllers/dashboard/pages/types/controller.php share/concrete5/concrete/controllers/dashboard/reports.php share/concrete5/concrete/controllers/dashboard/reports/forms.php share/concrete5/concrete/controllers/dashboard/reports/logs.php +share/concrete5/concrete/controllers/dashboard/reports/statistics.php share/concrete5/concrete/controllers/dashboard/reports/surveys.php share/concrete5/concrete/controllers/dashboard/scrapbook/controller.php -share/concrete5/concrete/controllers/dashboard/settings/controller.php -share/concrete5/concrete/controllers/dashboard/settings/mail/controller.php -share/concrete5/concrete/controllers/dashboard/settings/marketplace.php -share/concrete5/concrete/controllers/dashboard/settings/multilingual/controller.php -share/concrete5/concrete/controllers/dashboard/sitemap/access.php share/concrete5/concrete/controllers/dashboard/sitemap/controller.php share/concrete5/concrete/controllers/dashboard/sitemap/explore.php +share/concrete5/concrete/controllers/dashboard/sitemap/full.php share/concrete5/concrete/controllers/dashboard/sitemap/search.php -share/concrete5/concrete/controllers/dashboard/system/backup.php +share/concrete5/concrete/controllers/dashboard/system/attributes/controller.php +share/concrete5/concrete/controllers/dashboard/system/attributes/sets.php +share/concrete5/concrete/controllers/dashboard/system/attributes/types.php +share/concrete5/concrete/controllers/dashboard/system/backup_restore/backup.php +share/concrete5/concrete/controllers/dashboard/system/backup_restore/controller.php +share/concrete5/concrete/controllers/dashboard/system/backup_restore/database.php +share/concrete5/concrete/controllers/dashboard/system/backup_restore/update.php +share/concrete5/concrete/controllers/dashboard/system/basics/controller.php +share/concrete5/concrete/controllers/dashboard/system/basics/editor/controller.php +share/concrete5/concrete/controllers/dashboard/system/basics/icons.php +share/concrete5/concrete/controllers/dashboard/system/basics/interface.php +share/concrete5/concrete/controllers/dashboard/system/basics/multilingual/controller.php +share/concrete5/concrete/controllers/dashboard/system/basics/site_name.php +share/concrete5/concrete/controllers/dashboard/system/basics/timezone.php share/concrete5/concrete/controllers/dashboard/system/controller.php -share/concrete5/concrete/controllers/dashboard/system/jobs.php +share/concrete5/concrete/controllers/dashboard/system/environment/controller.php +share/concrete5/concrete/controllers/dashboard/system/environment/debug.php +share/concrete5/concrete/controllers/dashboard/system/environment/file_storage_locations.php +share/concrete5/concrete/controllers/dashboard/system/environment/info.php +share/concrete5/concrete/controllers/dashboard/system/environment/logging.php +share/concrete5/concrete/controllers/dashboard/system/mail/controller.php +share/concrete5/concrete/controllers/dashboard/system/mail/importers.php +share/concrete5/concrete/controllers/dashboard/system/mail/method.php share/concrete5/concrete/controllers/dashboard/system/notifications.php -share/concrete5/concrete/controllers/dashboard/system/update.php +share/concrete5/concrete/controllers/dashboard/system/optimization/cache.php +share/concrete5/concrete/controllers/dashboard/system/optimization/clear_cache.php +share/concrete5/concrete/controllers/dashboard/system/optimization/controller.php +share/concrete5/concrete/controllers/dashboard/system/optimization/jobs.php +share/concrete5/concrete/controllers/dashboard/system/permissions/antispam.php +share/concrete5/concrete/controllers/dashboard/system/permissions/captcha.php +share/concrete5/concrete/controllers/dashboard/system/permissions/controller.php +share/concrete5/concrete/controllers/dashboard/system/permissions/file_types.php +share/concrete5/concrete/controllers/dashboard/system/permissions/files.php +share/concrete5/concrete/controllers/dashboard/system/permissions/ip_blacklist.php +share/concrete5/concrete/controllers/dashboard/system/permissions/maintenance_mode.php +share/concrete5/concrete/controllers/dashboard/system/permissions/site.php +share/concrete5/concrete/controllers/dashboard/system/permissions/tasks.php +share/concrete5/concrete/controllers/dashboard/system/registration/controller.php +share/concrete5/concrete/controllers/dashboard/system/registration/postlogin/controller.php +share/concrete5/concrete/controllers/dashboard/system/registration/profiles/controller.php +share/concrete5/concrete/controllers/dashboard/system/registration/public_registration/controller.php +share/concrete5/concrete/controllers/dashboard/system/seo/controller.php +share/concrete5/concrete/controllers/dashboard/system/seo/search_index.php +share/concrete5/concrete/controllers/dashboard/system/seo/statistics.php +share/concrete5/concrete/controllers/dashboard/system/seo/tracking_codes/controller.php +share/concrete5/concrete/controllers/dashboard/system/seo/urls.php +share/concrete5/concrete/controllers/dashboard/users/add.php +share/concrete5/concrete/controllers/dashboard/users/add_group.php share/concrete5/concrete/controllers/dashboard/users/attributes.php share/concrete5/concrete/controllers/dashboard/users/controller.php share/concrete5/concrete/controllers/dashboard/users/groups.php -share/concrete5/concrete/controllers/dashboard/users/registration.php share/concrete5/concrete/controllers/dashboard/users/search.php share/concrete5/concrete/controllers/download_file.php share/concrete5/concrete/controllers/install.php @@ -306,6 +405,7 @@ share/concrete5/concrete/controllers/members.php share/concrete5/concrete/controllers/page_forbidden.php share/concrete5/concrete/controllers/page_not_found.php share/concrete5/concrete/controllers/page_types/blog_entry.php +share/concrete5/concrete/controllers/page_types/core_stack.php share/concrete5/concrete/controllers/profile/avatar.php share/concrete5/concrete/controllers/profile/controller.php share/concrete5/concrete/controllers/profile/edit.php @@ -313,36 +413,63 @@ share/concrete5/concrete/controllers/profile/friends.php share/concrete5/concrete/controllers/profile/messages.php share/concrete5/concrete/controllers/register.php share/concrete5/concrete/controllers/upgrade.php +share/concrete5/concrete/css/ccm.app.css share/concrete5/concrete/css/ccm.base.css -share/concrete5/concrete/css/ccm.calendar.css share/concrete5/concrete/css/ccm.colorpicker.css share/concrete5/concrete/css/ccm.compare.css share/concrete5/concrete/css/ccm.dashboard.css share/concrete5/concrete/css/ccm.default.theme.css -share/concrete5/concrete/css/ccm.dialog.css -share/concrete5/concrete/css/ccm.filemanager.css -share/concrete5/concrete/css/ccm.forms.css -share/concrete5/concrete/css/ccm.menus.css +share/concrete5/concrete/css/ccm.install.css share/concrete5/concrete/css/ccm.profile.css -share/concrete5/concrete/css/ccm.search.css -share/concrete5/concrete/css/ccm.sitemap.css share/concrete5/concrete/css/ccm.spellchecker.css -share/concrete5/concrete/css/ccm.ui.css -share/concrete5/concrete/css/images/ui-bg_flat_0_aaaaaa_40x100.png -share/concrete5/concrete/css/images/ui-bg_flat_75_ffffff_40x100.png -share/concrete5/concrete/css/images/ui-bg_glass_55_fbf9ee_1x400.png -share/concrete5/concrete/css/images/ui-bg_glass_65_ffffff_1x400.png -share/concrete5/concrete/css/images/ui-bg_glass_75_dadada_1x400.png -share/concrete5/concrete/css/images/ui-bg_glass_75_e6e6e6_1x400.png -share/concrete5/concrete/css/images/ui-bg_glass_95_fef1ec_1x400.png -share/concrete5/concrete/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png +share/concrete5/concrete/css/ccm.tinymce.css +share/concrete5/concrete/css/ccm_app/build/ccm.app.less +share/concrete5/concrete/css/ccm_app/build/ccm.colorpicker.less +share/concrete5/concrete/css/ccm_app/build/ccm.dashboard.less +share/concrete5/concrete/css/ccm_app/build/jquery.rating.less +share/concrete5/concrete/css/ccm_app/build/jquery.ui.less +share/concrete5/concrete/css/ccm_app/chosen.less +share/concrete5/concrete/css/ccm_app/components.less +share/concrete5/concrete/css/ccm_app/dashboard.less +share/concrete5/concrete/css/ccm_app/editing_dialogs.less +share/concrete5/concrete/css/ccm_app/filemanager.less +share/concrete5/concrete/css/ccm_app/header.less +share/concrete5/concrete/css/ccm_app/icons.less +share/concrete5/concrete/css/ccm_app/jquery.nivo.slider.less +share/concrete5/concrete/css/ccm_app/jquery.nivo/default.less +share/concrete5/concrete/css/ccm_app/jquery.ui.less +share/concrete5/concrete/css/ccm_app/layouts.less +share/concrete5/concrete/css/ccm_app/legacy.less +share/concrete5/concrete/css/ccm_app/marketplace.less +share/concrete5/concrete/css/ccm_app/menus.less +share/concrete5/concrete/css/ccm_app/page_areas.less +share/concrete5/concrete/css/ccm_app/search.less +share/concrete5/concrete/css/ccm_app/sitemap.less +share/concrete5/concrete/css/ccm_app/twitter_bootstrap/bootstrap.less +share/concrete5/concrete/css/ccm_app/twitter_bootstrap/forms.less +share/concrete5/concrete/css/ccm_app/twitter_bootstrap/mixins.less +share/concrete5/concrete/css/ccm_app/twitter_bootstrap/patterns.less +share/concrete5/concrete/css/ccm_app/twitter_bootstrap/reset.less +share/concrete5/concrete/css/ccm_app/twitter_bootstrap/scaffolding.less +share/concrete5/concrete/css/ccm_app/twitter_bootstrap/tables.less +share/concrete5/concrete/css/ccm_app/twitter_bootstrap/type.less +share/concrete5/concrete/css/ccm_app/twitter_bootstrap/variables.less +share/concrete5/concrete/css/images/bg_fallback.png +share/concrete5/concrete/css/images/chosen-sprite.png +share/concrete5/concrete/css/images/icon_sprite.png +share/concrete5/concrete/css/images/progress_bar.png +share/concrete5/concrete/css/images/slider_handles.png share/concrete5/concrete/css/images/ui-icons_222222_256x240.png -share/concrete5/concrete/css/images/ui-icons_2e83ff_256x240.png share/concrete5/concrete/css/images/ui-icons_454545_256x240.png -share/concrete5/concrete/css/images/ui-icons_888888_256x240.png -share/concrete5/concrete/css/images/ui-icons_cd0a0a_256x240.png share/concrete5/concrete/css/jquery.rating.css share/concrete5/concrete/css/jquery.ui.css +share/concrete5/concrete/css/jquery.visualize.css +share/concrete5/concrete/css/legacy/ccm.calendar.css +share/concrete5/concrete/css/legacy/ccm.dashboard copy.css +share/concrete5/concrete/css/legacy/ccm.dialog.css +share/concrete5/concrete/css/legacy/ccm.forms.css +share/concrete5/concrete/css/legacy/ccm.menus.css +share/concrete5/concrete/css/legacy/ccm.ui copy.css share/concrete5/concrete/dispatcher.php share/concrete5/concrete/elements/attribute/categories/user.php share/concrete5/concrete/elements/attribute/search_footer.php @@ -350,6 +477,7 @@ share/concrete5/concrete/elements/attribute/search_header.php share/concrete5/concrete/elements/attribute/type_form_required.php share/concrete5/concrete/elements/block_area_add_new.php share/concrete5/concrete/elements/block_area_add_scrapbook.php +share/concrete5/concrete/elements/block_area_add_stack.php share/concrete5/concrete/elements/block_area_footer.php share/concrete5/concrete/elements/block_area_footer_view.php share/concrete5/concrete/elements/block_area_groups.php @@ -377,21 +505,24 @@ share/concrete5/concrete/elements/block_master_collection_composer.php share/concrete5/concrete/elements/collection_add.php share/concrete5/concrete/elements/collection_add_external.php share/concrete5/concrete/elements/collection_attribute_values.php +share/concrete5/concrete/elements/collection_delete.php +share/concrete5/concrete/elements/collection_delete_external.php share/concrete5/concrete/elements/collection_edit_external.php share/concrete5/concrete/elements/collection_mcd.php share/concrete5/concrete/elements/collection_metadata.php share/concrete5/concrete/elements/collection_metadata_fields.php share/concrete5/concrete/elements/collection_permissions.php share/concrete5/concrete/elements/collection_permissions_simple.php +share/concrete5/concrete/elements/collection_speed_settings.php share/concrete5/concrete/elements/collection_theme.php share/concrete5/concrete/elements/custom_style.php +share/concrete5/concrete/elements/custom_style/background.php +share/concrete5/concrete/elements/custom_style/border.php +share/concrete5/concrete/elements/custom_style/css.php +share/concrete5/concrete/elements/custom_style/fonts.php +share/concrete5/concrete/elements/custom_style/spacing.php share/concrete5/concrete/elements/dashboard/attributes_table.php share/concrete5/concrete/elements/dashboard/marketplace_connect_failed.php -share/concrete5/concrete/elements/dashboard/modules/activity.php -share/concrete5/concrete/elements/dashboard/modules/help.php -share/concrete5/concrete/elements/dashboard/modules/news.php -share/concrete5/concrete/elements/dashboard/modules/notes.php -share/concrete5/concrete/elements/dashboard/modules/reports.php share/concrete5/concrete/elements/dashboard/notification_list.php share/concrete5/concrete/elements/dashboard/notification_update.php share/concrete5/concrete/elements/dashboard/sitemap.php @@ -422,9 +553,12 @@ share/concrete5/concrete/elements/header_menu/sitemap/icon_header_sitemap.png share/concrete5/concrete/elements/header_menu/sitemap/view.css share/concrete5/concrete/elements/header_menu/sitemap/view.js share/concrete5/concrete/elements/header_required.php +share/concrete5/concrete/elements/marketplace/results.php +share/concrete5/concrete/elements/marketplace/search_form.php share/concrete5/concrete/elements/page_controls_header.php share/concrete5/concrete/elements/pages/search_form_advanced.php share/concrete5/concrete/elements/pages/search_results.php +share/concrete5/concrete/elements/pane_footer.php share/concrete5/concrete/elements/pane_header.php share/concrete5/concrete/elements/profile/sidebar.php share/concrete5/concrete/elements/scrapbook_lists.php @@ -454,13 +588,16 @@ share/concrete5/concrete/flash/uploader/images/file_ppt.png share/concrete5/concrete/flash/uploader/images/file_xls.png share/concrete5/concrete/flash/uploader/images/file_zip.png share/concrete5/concrete/flash/uploader/uploader.swf +share/concrete5/concrete/helpers/array.php share/concrete5/concrete/helpers/concrete/asset_library.php share/concrete5/concrete/helpers/concrete/avatar.php share/concrete5/concrete/helpers/concrete/dashboard.php share/concrete5/concrete/helpers/concrete/dashboard/sitemap.php share/concrete5/concrete/helpers/concrete/dashboard/task_permissions.php share/concrete5/concrete/helpers/concrete/file.php +share/concrete5/concrete/helpers/concrete/image.php share/concrete5/concrete/helpers/concrete/interface.php +share/concrete5/concrete/helpers/concrete/interface/help.php share/concrete5/concrete/helpers/concrete/interface/menu.php share/concrete5/concrete/helpers/concrete/scrapbook.php share/concrete5/concrete/helpers/concrete/upgrade/db/version_5331.xml @@ -468,6 +605,7 @@ share/concrete5/concrete/helpers/concrete/upgrade/db/version_540.xml share/concrete5/concrete/helpers/concrete/upgrade/db/version_5406.xml share/concrete5/concrete/helpers/concrete/upgrade/db/version_541.xml share/concrete5/concrete/helpers/concrete/upgrade/db/version_542.xml +share/concrete5/concrete/helpers/concrete/upgrade/db/version_550.xml share/concrete5/concrete/helpers/concrete/upgrade/version_500.php share/concrete5/concrete/helpers/concrete/upgrade/version_500a1.php share/concrete5/concrete/helpers/concrete/upgrade/version_500b1.php @@ -484,6 +622,9 @@ share/concrete5/concrete/helpers/concrete/upgrade/version_541.php share/concrete5/concrete/helpers/concrete/upgrade/version_5411.php share/concrete5/concrete/helpers/concrete/upgrade/version_542.php share/concrete5/concrete/helpers/concrete/upgrade/version_5421.php +share/concrete5/concrete/helpers/concrete/upgrade/version_550.php +share/concrete5/concrete/helpers/concrete/upgrade/version_551.php +share/concrete5/concrete/helpers/concrete/upgrade/version_552.php share/concrete5/concrete/helpers/concrete/urls.php share/concrete5/concrete/helpers/concrete/user.php share/concrete5/concrete/helpers/concrete/validation.php @@ -513,6 +654,7 @@ share/concrete5/concrete/helpers/rating.php share/concrete5/concrete/helpers/spellchecker.php share/concrete5/concrete/helpers/text.php share/concrete5/concrete/helpers/url.php +share/concrete5/concrete/helpers/validation/antispam.php share/concrete5/concrete/helpers/validation/banned_words.php share/concrete5/concrete/helpers/validation/captcha.php share/concrete5/concrete/helpers/validation/error.php @@ -544,7 +686,11 @@ share/concrete5/concrete/images/bg_editor_controls_middle.png share/concrete5/concrete/images/bg_header.png share/concrete5/concrete/images/bg_header_active.png share/concrete5/concrete/images/bg_header_active_over.png +share/concrete5/concrete/images/bg_header_editing_active.png share/concrete5/concrete/images/bg_header_rib.png +share/concrete5/concrete/images/bg_intelligent_search.png +share/concrete5/concrete/images/bg_marketplace_detail_bottom.png +share/concrete5/concrete/images/bg_marketplace_detail_left.png share/concrete5/concrete/images/bg_menu_active.png share/concrete5/concrete/images/bg_menu_b.png share/concrete5/concrete/images/bg_menu_l.png @@ -554,6 +700,8 @@ share/concrete5/concrete/images/bg_menu_r.png share/concrete5/concrete/images/bg_menu_rb.png share/concrete5/concrete/images/bg_menu_rt.png share/concrete5/concrete/images/bg_menu_t.png +share/concrete5/concrete/images/bg_newsflow_next.png +share/concrete5/concrete/images/bg_newsflow_previous.png share/concrete5/concrete/images/bg_pane_b.png share/concrete5/concrete/images/bg_pane_l.png share/concrete5/concrete/images/bg_pane_lb.png @@ -572,10 +720,12 @@ share/concrete5/concrete/images/button_scroller_r_active.png share/concrete5/concrete/images/checkbox_state_0.png share/concrete5/concrete/images/checkbox_state_1.png share/concrete5/concrete/images/checkbox_state_2.png -share/concrete5/concrete/images/dashboard/bg.png +share/concrete5/concrete/images/dashboard/bg.jpg share/concrete5/concrete/images/dashboard/bg_header.png +share/concrete5/concrete/images/dashboard/bg_header_active.png share/concrete5/concrete/images/dashboard/bg_nav.png share/concrete5/concrete/images/dashboard/bg_nav_active.png +share/concrete5/concrete/images/dashboard/chartbg-vanilla.png share/concrete5/concrete/images/dashboard/handle.gif share/concrete5/concrete/images/dashboard/handle_alias.gif share/concrete5/concrete/images/dashboard/handle_pending.gif @@ -583,7 +733,6 @@ share/concrete5/concrete/images/dashboard/handle_pending_delete.gif share/concrete5/concrete/images/dashboard/header_l.png share/concrete5/concrete/images/dashboard/header_r.png share/concrete5/concrete/images/dashboard/icon_logout.png -share/concrete5/concrete/images/dashboard/icon_return_to_website.png share/concrete5/concrete/images/dashboard/logo.png share/concrete5/concrete/images/dashboard/minus.jpg share/concrete5/concrete/images/dashboard/nochild.png @@ -602,6 +751,7 @@ share/concrete5/concrete/images/dashboard/sitemap/document_add.png share/concrete5/concrete/images/dashboard/sitemap/document_exchange.png share/concrete5/concrete/images/dashboard/sitemap/document_lock.png share/concrete5/concrete/images/dashboard/sitemap/document_new.png +share/concrete5/concrete/images/dashboard/sitemap/dropzone_active.png share/concrete5/concrete/images/dashboard/sitemap/folder.png share/concrete5/concrete/images/dashboard/sitemap/folder_add.png share/concrete5/concrete/images/dashboard/sitemap/folder_into.png @@ -615,13 +765,19 @@ share/concrete5/concrete/images/dashboard/uat-RADIO.gif share/concrete5/concrete/images/dashboard/uat-TEXTAREA.gif share/concrete5/concrete/images/dashboard/unknown.gif share/concrete5/concrete/images/delete_rating.gif +share/concrete5/concrete/images/editor_advanced.png +share/concrete5/concrete/images/editor_office.png +share/concrete5/concrete/images/editor_simple.png share/concrete5/concrete/images/generic_button_left_l.png share/concrete5/concrete/images/generic_button_left_r.png share/concrete5/concrete/images/generic_button_right.png +share/concrete5/concrete/images/icon_dashboard.png +share/concrete5/concrete/images/icon_intelligent_search_mag.png share/concrete5/concrete/images/icons/add.png share/concrete5/concrete/images/icons/add_file.png share/concrete5/concrete/images/icons/add_file_swfupload.png share/concrete5/concrete/images/icons/add_small.png +share/concrete5/concrete/images/icons/advanced_search_add_field.png share/concrete5/concrete/images/icons/alias.png share/concrete5/concrete/images/icons/alias_external.png share/concrete5/concrete/images/icons/arrow_down.png @@ -723,6 +879,7 @@ share/concrete5/concrete/images/icons/icon_header_versions.png share/concrete5/concrete/images/icons/icon_main_generic.gif share/concrete5/concrete/images/icons/icon_move_down.png share/concrete5/concrete/images/icons/icon_move_up.png +share/concrete5/concrete/images/icons/icon_package_generic.png share/concrete5/concrete/images/icons/icon_scrapbook_delete.png share/concrete5/concrete/images/icons/icon_scrapbook_paste.png share/concrete5/concrete/images/icons/icon_scrapbook_paste_all.png @@ -731,6 +888,7 @@ share/concrete5/concrete/images/icons/layout_small.png share/concrete5/concrete/images/icons/magnifying.png share/concrete5/concrete/images/icons/openid.gif share/concrete5/concrete/images/icons/page_types/main.png +share/concrete5/concrete/images/icons/page_types/right_sidebar.png share/concrete5/concrete/images/icons/page_types/template1.png share/concrete5/concrete/images/icons/page_types/template2.png share/concrete5/concrete/images/icons/page_types/template3.png @@ -742,6 +900,7 @@ share/concrete5/concrete/images/icons/save_search.png share/concrete5/concrete/images/icons/search.png share/concrete5/concrete/images/icons/sitemap_down.png share/concrete5/concrete/images/icons/sitemap_up.png +share/concrete5/concrete/images/icons/stack.png share/concrete5/concrete/images/icons/star_grey.png share/concrete5/concrete/images/icons/star_yellow.png share/concrete5/concrete/images/icons/success.png @@ -752,8 +911,19 @@ share/concrete5/concrete/images/icons/versions_small.png share/concrete5/concrete/images/icons/warning.png share/concrete5/concrete/images/icons/window_new.png share/concrete5/concrete/images/icons/wrench.png +share/concrete5/concrete/images/icons_sprite.png +share/concrete5/concrete/images/icons_sprite_up_down.png +share/concrete5/concrete/images/loader_intelligent_search.gif share/concrete5/concrete/images/logo.png share/concrete5/concrete/images/logo_menu.png +share/concrete5/concrete/images/marketplace_more_fade.png +share/concrete5/concrete/images/marketplace_review_quote.png +share/concrete5/concrete/images/newsflow_logo_welcome_back.png +share/concrete5/concrete/images/newsflow_logo_welcome_first_run.png +share/concrete5/concrete/images/newsflow_next.png +share/concrete5/concrete/images/newsflow_next_white.png +share/concrete5/concrete/images/newsflow_previous.png +share/concrete5/concrete/images/newsflow_previous_white.png share/concrete5/concrete/images/popcal/close.gif share/concrete5/concrete/images/popcal/divider.gif share/concrete5/concrete/images/popcal/drop1.gif @@ -830,16 +1000,38 @@ share/concrete5/concrete/images/widgets/font/text_rich.png share/concrete5/concrete/jobs/generate_sitemap.php share/concrete5/concrete/jobs/index_search.php share/concrete5/concrete/jobs/process_email.php +share/concrete5/concrete/jobs/remove_old_page_versions.php +share/concrete5/concrete/js/bootstrap.popover.js +share/concrete5/concrete/js/bootstrap.twipsy.js +share/concrete5/concrete/js/build.sh +share/concrete5/concrete/js/buildmin.sh +share/concrete5/concrete/js/ccm.app.js share/concrete5/concrete/js/ccm.base.js share/concrete5/concrete/js/ccm.dashboard.permissions.js -share/concrete5/concrete/js/ccm.dialog.js -share/concrete5/concrete/js/ccm.filemanager.js -share/concrete5/concrete/js/ccm.layout.js -share/concrete5/concrete/js/ccm.search.js -share/concrete5/concrete/js/ccm.sitemap.js share/concrete5/concrete/js/ccm.spellchecker.js -share/concrete5/concrete/js/ccm.themes.js -share/concrete5/concrete/js/ccm.ui.js +share/concrete5/concrete/js/ccm_app/__bootstrap.twipsy.js +share/concrete5/concrete/js/ccm_app/_bootstrap.popover.js +share/concrete5/concrete/js/ccm_app/_jquery.colorpicker.js +share/concrete5/concrete/js/ccm_app/_jquery.hoverIntent.js +share/concrete5/concrete/js/ccm_app/_jquery.liveupdate.js +share/concrete5/concrete/js/ccm_app/_jquery.metadata.js +share/concrete5/concrete/js/ccm_app/_jquery.nivo.slider.js +share/concrete5/concrete/js/ccm_app/chosen.jquery.js +share/concrete5/concrete/js/ccm_app/dashboard.js +share/concrete5/concrete/js/ccm_app/filemanager.js +share/concrete5/concrete/js/ccm_app/jquery.cropzoom.js +share/concrete5/concrete/js/ccm_app/layouts.js +share/concrete5/concrete/js/ccm_app/legacy_dialog.js +share/concrete5/concrete/js/ccm_app/newsflow.js +share/concrete5/concrete/js/ccm_app/page_reindexing.js +share/concrete5/concrete/js/ccm_app/quicksilver.js +share/concrete5/concrete/js/ccm_app/remote_marketplace.js +share/concrete5/concrete/js/ccm_app/search.js +share/concrete5/concrete/js/ccm_app/sitemap.js +share/concrete5/concrete/js/ccm_app/themes.js +share/concrete5/concrete/js/ccm_app/tinymce_integration.js +share/concrete5/concrete/js/ccm_app/toolbar.js +share/concrete5/concrete/js/ccm_app/ui.js share/concrete5/concrete/js/i18n/ui.datepicker-ar.js share/concrete5/concrete/js/i18n/ui.datepicker-bg.js share/concrete5/concrete/js/i18n/ui.datepicker-ca.js @@ -873,18 +1065,17 @@ share/concrete5/concrete/js/i18n/ui.datepicker-tr.js share/concrete5/concrete/js/i18n/ui.datepicker-uk.js share/concrete5/concrete/js/i18n/ui.datepicker-zh-CN.js share/concrete5/concrete/js/i18n/ui.datepicker-zh-TW.js -share/concrete5/concrete/js/jquery.colorpicker.js +share/concrete5/concrete/js/jquery.backstretch.js share/concrete5/concrete/js/jquery.cookie.js share/concrete5/concrete/js/jquery.form.js share/concrete5/concrete/js/jquery.js -share/concrete5/concrete/js/jquery.liveupdate.js -share/concrete5/concrete/js/jquery.metadata.js +share/concrete5/concrete/js/jquery.postmessage.js share/concrete5/concrete/js/jquery.rating.js share/concrete5/concrete/js/jquery.scrollTo.js share/concrete5/concrete/js/jquery.ui.js +share/concrete5/concrete/js/jquery.visualize.js share/concrete5/concrete/js/old/jquery.132.js share/concrete5/concrete/js/old/jquery.ui.171.js -share/concrete5/concrete/js/quicksilver.js share/concrete5/concrete/js/swfobject.js share/concrete5/concrete/js/swfupload/swfupload.cookies.js share/concrete5/concrete/js/swfupload/swfupload.fileprogress.js @@ -914,6 +1105,8 @@ share/concrete5/concrete/js/tiny_mce/plugins/advlink/langs/en_dlg.js share/concrete5/concrete/js/tiny_mce/plugins/advlink/link.htm share/concrete5/concrete/js/tiny_mce/plugins/advlist/editor_plugin.js share/concrete5/concrete/js/tiny_mce/plugins/advlist/editor_plugin_src.js +share/concrete5/concrete/js/tiny_mce/plugins/autolink/editor_plugin.js +share/concrete5/concrete/js/tiny_mce/plugins/autolink/editor_plugin_src.js share/concrete5/concrete/js/tiny_mce/plugins/autoresize/editor_plugin.js share/concrete5/concrete/js/tiny_mce/plugins/autoresize/editor_plugin_src.js share/concrete5/concrete/js/tiny_mce/plugins/autosave/editor_plugin.js @@ -953,6 +1146,8 @@ share/concrete5/concrete/js/tiny_mce/plugins/example/img/example.gif share/concrete5/concrete/js/tiny_mce/plugins/example/js/dialog.js share/concrete5/concrete/js/tiny_mce/plugins/example/langs/en.js share/concrete5/concrete/js/tiny_mce/plugins/example/langs/en_dlg.js +share/concrete5/concrete/js/tiny_mce/plugins/example_dependency/editor_plugin.js +share/concrete5/concrete/js/tiny_mce/plugins/example_dependency/editor_plugin_src.js share/concrete5/concrete/js/tiny_mce/plugins/fullpage/css/fullpage.css share/concrete5/concrete/js/tiny_mce/plugins/fullpage/editor_plugin.js share/concrete5/concrete/js/tiny_mce/plugins/fullpage/editor_plugin_src.js @@ -990,30 +1185,22 @@ share/concrete5/concrete/js/tiny_mce/plugins/layer/editor_plugin.js share/concrete5/concrete/js/tiny_mce/plugins/layer/editor_plugin_src.js share/concrete5/concrete/js/tiny_mce/plugins/legacyoutput/editor_plugin.js share/concrete5/concrete/js/tiny_mce/plugins/legacyoutput/editor_plugin_src.js -share/concrete5/concrete/js/tiny_mce/plugins/media/css/content.css +share/concrete5/concrete/js/tiny_mce/plugins/lists/editor_plugin.js +share/concrete5/concrete/js/tiny_mce/plugins/lists/editor_plugin_src.js share/concrete5/concrete/js/tiny_mce/plugins/media/css/media.css share/concrete5/concrete/js/tiny_mce/plugins/media/editor_plugin.js share/concrete5/concrete/js/tiny_mce/plugins/media/editor_plugin_src.js -share/concrete5/concrete/js/tiny_mce/plugins/media/img/flash.gif -share/concrete5/concrete/js/tiny_mce/plugins/media/img/flv_player.swf -share/concrete5/concrete/js/tiny_mce/plugins/media/img/quicktime.gif -share/concrete5/concrete/js/tiny_mce/plugins/media/img/realmedia.gif -share/concrete5/concrete/js/tiny_mce/plugins/media/img/shockwave.gif -share/concrete5/concrete/js/tiny_mce/plugins/media/img/trans.gif -share/concrete5/concrete/js/tiny_mce/plugins/media/img/windowsmedia.gif share/concrete5/concrete/js/tiny_mce/plugins/media/js/embed.js share/concrete5/concrete/js/tiny_mce/plugins/media/js/media.js share/concrete5/concrete/js/tiny_mce/plugins/media/langs/en_dlg.js share/concrete5/concrete/js/tiny_mce/plugins/media/media.htm +share/concrete5/concrete/js/tiny_mce/plugins/media/moxieplayer.swf share/concrete5/concrete/js/tiny_mce/plugins/nonbreaking/editor_plugin.js share/concrete5/concrete/js/tiny_mce/plugins/nonbreaking/editor_plugin_src.js share/concrete5/concrete/js/tiny_mce/plugins/noneditable/editor_plugin.js share/concrete5/concrete/js/tiny_mce/plugins/noneditable/editor_plugin_src.js -share/concrete5/concrete/js/tiny_mce/plugins/pagebreak/css/content.css share/concrete5/concrete/js/tiny_mce/plugins/pagebreak/editor_plugin.js share/concrete5/concrete/js/tiny_mce/plugins/pagebreak/editor_plugin_src.js -share/concrete5/concrete/js/tiny_mce/plugins/pagebreak/img/pagebreak.gif -share/concrete5/concrete/js/tiny_mce/plugins/pagebreak/img/trans.gif share/concrete5/concrete/js/tiny_mce/plugins/paste/editor_plugin.js share/concrete5/concrete/js/tiny_mce/plugins/paste/editor_plugin_src.js share/concrete5/concrete/js/tiny_mce/plugins/paste/js/pastetext.js @@ -1102,6 +1289,34 @@ share/concrete5/concrete/js/tiny_mce/plugins/xhtmlxtras/js/del.js share/concrete5/concrete/js/tiny_mce/plugins/xhtmlxtras/js/element_common.js share/concrete5/concrete/js/tiny_mce/plugins/xhtmlxtras/js/ins.js share/concrete5/concrete/js/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js +share/concrete5/concrete/js/tiny_mce/plugins_bak/advimage/css/advimage.css +share/concrete5/concrete/js/tiny_mce/plugins_bak/advimage/editor_plugin.js +share/concrete5/concrete/js/tiny_mce/plugins_bak/advimage/editor_plugin_src.js +share/concrete5/concrete/js/tiny_mce/plugins_bak/advimage/image.htm +share/concrete5/concrete/js/tiny_mce/plugins_bak/advimage/img/sample.gif +share/concrete5/concrete/js/tiny_mce/plugins_bak/advimage/js/image.js +share/concrete5/concrete/js/tiny_mce/plugins_bak/advimage/langs/en_dlg.js +share/concrete5/concrete/js/tiny_mce/plugins_bak/advlink/css/advlink.css +share/concrete5/concrete/js/tiny_mce/plugins_bak/advlink/editor_plugin.js +share/concrete5/concrete/js/tiny_mce/plugins_bak/advlink/editor_plugin_src.js +share/concrete5/concrete/js/tiny_mce/plugins_bak/advlink/js/advlink.js +share/concrete5/concrete/js/tiny_mce/plugins_bak/advlink/langs/en_dlg.js +share/concrete5/concrete/js/tiny_mce/plugins_bak/advlink/link.htm +share/concrete5/concrete/js/tiny_mce/plugins_bak/inlinepopups/editor_plugin.js +share/concrete5/concrete/js/tiny_mce/plugins_bak/inlinepopups/editor_plugin_src.js +share/concrete5/concrete/js/tiny_mce/plugins_bak/inlinepopups/skins/clearlooks2/img/alert.gif +share/concrete5/concrete/js/tiny_mce/plugins_bak/inlinepopups/skins/clearlooks2/img/button.gif +share/concrete5/concrete/js/tiny_mce/plugins_bak/inlinepopups/skins/clearlooks2/img/buttons.gif +share/concrete5/concrete/js/tiny_mce/plugins_bak/inlinepopups/skins/clearlooks2/img/confirm.gif +share/concrete5/concrete/js/tiny_mce/plugins_bak/inlinepopups/skins/clearlooks2/img/corners.gif +share/concrete5/concrete/js/tiny_mce/plugins_bak/inlinepopups/skins/clearlooks2/img/horizontal.gif +share/concrete5/concrete/js/tiny_mce/plugins_bak/inlinepopups/skins/clearlooks2/img/vertical.gif +share/concrete5/concrete/js/tiny_mce/plugins_bak/inlinepopups/skins/clearlooks2/window.css +share/concrete5/concrete/js/tiny_mce/plugins_bak/inlinepopups/template.htm +share/concrete5/concrete/js/tiny_mce/plugins_bak/spellchecker/css/content.css +share/concrete5/concrete/js/tiny_mce/plugins_bak/spellchecker/editor_plugin.js +share/concrete5/concrete/js/tiny_mce/plugins_bak/spellchecker/editor_plugin_src.js +share/concrete5/concrete/js/tiny_mce/plugins_bak/spellchecker/img/wline.gif share/concrete5/concrete/js/tiny_mce/themes/advanced/about.htm share/concrete5/concrete/js/tiny_mce/themes/advanced/anchor.htm share/concrete5/concrete/js/tiny_mce/themes/advanced/charmap.htm @@ -1110,7 +1325,16 @@ share/concrete5/concrete/js/tiny_mce/themes/advanced/editor_template.js share/concrete5/concrete/js/tiny_mce/themes/advanced/editor_template_src.js share/concrete5/concrete/js/tiny_mce/themes/advanced/image.htm share/concrete5/concrete/js/tiny_mce/themes/advanced/img/colorpicker.jpg +share/concrete5/concrete/js/tiny_mce/themes/advanced/img/flash.gif share/concrete5/concrete/js/tiny_mce/themes/advanced/img/icons.gif +share/concrete5/concrete/js/tiny_mce/themes/advanced/img/iframe.gif +share/concrete5/concrete/js/tiny_mce/themes/advanced/img/pagebreak.gif +share/concrete5/concrete/js/tiny_mce/themes/advanced/img/quicktime.gif +share/concrete5/concrete/js/tiny_mce/themes/advanced/img/realmedia.gif +share/concrete5/concrete/js/tiny_mce/themes/advanced/img/shockwave.gif +share/concrete5/concrete/js/tiny_mce/themes/advanced/img/trans.gif +share/concrete5/concrete/js/tiny_mce/themes/advanced/img/video.gif +share/concrete5/concrete/js/tiny_mce/themes/advanced/img/windowsmedia.gif share/concrete5/concrete/js/tiny_mce/themes/advanced/js/about.js share/concrete5/concrete/js/tiny_mce/themes/advanced/js/anchor.js share/concrete5/concrete/js/tiny_mce/themes/advanced/js/charmap.js @@ -1121,6 +1345,7 @@ share/concrete5/concrete/js/tiny_mce/themes/advanced/js/source_editor.js share/concrete5/concrete/js/tiny_mce/themes/advanced/langs/en.js share/concrete5/concrete/js/tiny_mce/themes/advanced/langs/en_dlg.js share/concrete5/concrete/js/tiny_mce/themes/advanced/link.htm +share/concrete5/concrete/js/tiny_mce/themes/advanced/shortcuts.htm share/concrete5/concrete/js/tiny_mce/themes/advanced/skins/default/content.css share/concrete5/concrete/js/tiny_mce/themes/advanced/skins/default/dialog.css share/concrete5/concrete/js/tiny_mce/themes/advanced/skins/default/img/buttons.png @@ -1130,6 +1355,9 @@ share/concrete5/concrete/js/tiny_mce/themes/advanced/skins/default/img/menu_chec share/concrete5/concrete/js/tiny_mce/themes/advanced/skins/default/img/progress.gif share/concrete5/concrete/js/tiny_mce/themes/advanced/skins/default/img/tabs.gif share/concrete5/concrete/js/tiny_mce/themes/advanced/skins/default/ui.css +share/concrete5/concrete/js/tiny_mce/themes/advanced/skins/highcontrast/content.css +share/concrete5/concrete/js/tiny_mce/themes/advanced/skins/highcontrast/dialog.css +share/concrete5/concrete/js/tiny_mce/themes/advanced/skins/highcontrast/ui.css share/concrete5/concrete/js/tiny_mce/themes/advanced/skins/o2k7/content.css share/concrete5/concrete/js/tiny_mce/themes/advanced/skins/o2k7/dialog.css share/concrete5/concrete/js/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png @@ -1298,6 +1526,9 @@ share/concrete5/concrete/libraries/3rdparty/Zend/Cache/Frontend/Function.php share/concrete5/concrete/libraries/3rdparty/Zend/Cache/Frontend/Output.php share/concrete5/concrete/libraries/3rdparty/Zend/Cache/Frontend/Page.php share/concrete5/concrete/libraries/3rdparty/Zend/Cache/Manager.php +share/concrete5/concrete/libraries/3rdparty/Zend/Currency.php +share/concrete5/concrete/libraries/3rdparty/Zend/Currency/CurrencyInterface.php +share/concrete5/concrete/libraries/3rdparty/Zend/Currency/Exception.php share/concrete5/concrete/libraries/3rdparty/Zend/Exception.php share/concrete5/concrete/libraries/3rdparty/Zend/Http/Client.php share/concrete5/concrete/libraries/3rdparty/Zend/Http/Client/Adapter/Curl.php @@ -2338,6 +2569,8 @@ share/concrete5/concrete/libraries/block_controller.php share/concrete5/concrete/libraries/block_view.php share/concrete5/concrete/libraries/block_view_template.php share/concrete5/concrete/libraries/cache.php +share/concrete5/concrete/libraries/content/exporter.php +share/concrete5/concrete/libraries/content/importer.php share/concrete5/concrete/libraries/controller.php share/concrete5/concrete/libraries/database.php share/concrete5/concrete/libraries/database_indexed_search.php @@ -2359,6 +2592,7 @@ share/concrete5/concrete/libraries/mail/importer.php share/concrete5/concrete/libraries/mail/importers/private_message.php share/concrete5/concrete/libraries/marketplace.php share/concrete5/concrete/libraries/model.php +share/concrete5/concrete/libraries/newsflow.php share/concrete5/concrete/libraries/object.php share/concrete5/concrete/libraries/request.php share/concrete5/concrete/libraries/search.php @@ -2367,9 +2601,11 @@ share/concrete5/concrete/libraries/view.php share/concrete5/concrete/mail/block_form_submission.php share/concrete5/concrete/mail/block_guestbook_notification.php share/concrete5/concrete/mail/forgot_password.php +share/concrete5/concrete/mail/mail_importer_error.php share/concrete5/concrete/mail/private_message.php share/concrete5/concrete/mail/private_message_admin_warning.php share/concrete5/concrete/mail/private_message_response_enabled.php +share/concrete5/concrete/mail/spam_detected.php share/concrete5/concrete/mail/user_register.php share/concrete5/concrete/mail/user_register_approval_required.php share/concrete5/concrete/mail/validate_user_email.php @@ -2423,17 +2659,18 @@ share/concrete5/concrete/models/collection_version.php share/concrete5/concrete/models/composer_page.php share/concrete5/concrete/models/config.php share/concrete5/concrete/models/custom_style.php -share/concrete5/concrete/models/dashboard/homepage.php share/concrete5/concrete/models/file.php share/concrete5/concrete/models/file_list.php share/concrete5/concrete/models/file_set.php share/concrete5/concrete/models/file_storage_location.php share/concrete5/concrete/models/file_version.php +share/concrete5/concrete/models/global_area.php share/concrete5/concrete/models/groups.php share/concrete5/concrete/models/job.php share/concrete5/concrete/models/layout.php share/concrete5/concrete/models/marketplace_remote_item.php share/concrete5/concrete/models/package.php +share/concrete5/concrete/models/package/starting_point.php share/concrete5/concrete/models/package_archive.php share/concrete5/concrete/models/page.php share/concrete5/concrete/models/page_list.php @@ -2445,6 +2682,12 @@ share/concrete5/concrete/models/pile.php share/concrete5/concrete/models/search/group.php share/concrete5/concrete/models/signup_request.php share/concrete5/concrete/models/single_page.php +share/concrete5/concrete/models/stack/list.php +share/concrete5/concrete/models/stack/model.php +share/concrete5/concrete/models/system/antispam/library.php +share/concrete5/concrete/models/system/captcha/controller.php +share/concrete5/concrete/models/system/captcha/library.php +share/concrete5/concrete/models/system/captcha/types/securimage/controller.php share/concrete5/concrete/models/system_notification.php share/concrete5/concrete/models/task_permission.php share/concrete5/concrete/models/user.php @@ -2455,49 +2698,104 @@ share/concrete5/concrete/models/user_statistics.php share/concrete5/concrete/models/userinfo.php share/concrete5/concrete/models/users_friends.php share/concrete5/concrete/page_types/blog_entry.php +share/concrete5/concrete/single_pages/!drafts/icon.png +share/concrete5/concrete/single_pages/!drafts/view.php +share/concrete5/concrete/single_pages/!stacks/icon.png +share/concrete5/concrete/single_pages/!stacks/view.php +share/concrete5/concrete/single_pages/!trash/icon.png +share/concrete5/concrete/single_pages/!trash/view.php +share/concrete5/concrete/single_pages/dashboard/blocks/stacks/detail.php +share/concrete5/concrete/single_pages/dashboard/blocks/stacks/list/view.php +share/concrete5/concrete/single_pages/dashboard/blocks/stacks/view.php +share/concrete5/concrete/single_pages/dashboard/blocks/types/view.php +share/concrete5/concrete/single_pages/dashboard/blocks/view.php share/concrete5/concrete/single_pages/dashboard/composer/drafts.php share/concrete5/concrete/single_pages/dashboard/composer/view.php share/concrete5/concrete/single_pages/dashboard/composer/write.php -share/concrete5/concrete/single_pages/dashboard/files/access.php +share/concrete5/concrete/single_pages/dashboard/extend/add-ons.php +share/concrete5/concrete/single_pages/dashboard/extend/connect.php +share/concrete5/concrete/single_pages/dashboard/extend/install.php +share/concrete5/concrete/single_pages/dashboard/extend/themes.php +share/concrete5/concrete/single_pages/dashboard/extend/update.php +share/concrete5/concrete/single_pages/dashboard/extend/view.php +share/concrete5/concrete/single_pages/dashboard/files/add_set.php share/concrete5/concrete/single_pages/dashboard/files/attributes.php share/concrete5/concrete/single_pages/dashboard/files/search.php share/concrete5/concrete/single_pages/dashboard/files/sets.php share/concrete5/concrete/single_pages/dashboard/files/view.php share/concrete5/concrete/single_pages/dashboard/icon.png -share/concrete5/concrete/single_pages/dashboard/install.php -share/concrete5/concrete/single_pages/dashboard/mediabrowser.php +share/concrete5/concrete/single_pages/dashboard/news.php share/concrete5/concrete/single_pages/dashboard/pages/attributes.php share/concrete5/concrete/single_pages/dashboard/pages/single.php share/concrete5/concrete/single_pages/dashboard/pages/themes/add.php share/concrete5/concrete/single_pages/dashboard/pages/themes/customize.php share/concrete5/concrete/single_pages/dashboard/pages/themes/inspect.php share/concrete5/concrete/single_pages/dashboard/pages/themes/view.php +share/concrete5/concrete/single_pages/dashboard/pages/types/add.php share/concrete5/concrete/single_pages/dashboard/pages/types/composer.php share/concrete5/concrete/single_pages/dashboard/pages/types/view.php share/concrete5/concrete/single_pages/dashboard/pages/view.php share/concrete5/concrete/single_pages/dashboard/reports.php share/concrete5/concrete/single_pages/dashboard/reports/forms.php share/concrete5/concrete/single_pages/dashboard/reports/logs.php +share/concrete5/concrete/single_pages/dashboard/reports/statistics.php share/concrete5/concrete/single_pages/dashboard/reports/surveys.php share/concrete5/concrete/single_pages/dashboard/scrapbook/view.php -share/concrete5/concrete/single_pages/dashboard/settings/mail/view.php -share/concrete5/concrete/single_pages/dashboard/settings/marketplace.php -share/concrete5/concrete/single_pages/dashboard/settings/multilingual/view.php -share/concrete5/concrete/single_pages/dashboard/settings/view.php -share/concrete5/concrete/single_pages/dashboard/sitemap/access.php share/concrete5/concrete/single_pages/dashboard/sitemap/explore.php share/concrete5/concrete/single_pages/dashboard/sitemap/full.php share/concrete5/concrete/single_pages/dashboard/sitemap/search.php share/concrete5/concrete/single_pages/dashboard/sitemap/view.php -share/concrete5/concrete/single_pages/dashboard/system/backup.php -share/concrete5/concrete/single_pages/dashboard/system/jobs.php -share/concrete5/concrete/single_pages/dashboard/system/notifications.php -share/concrete5/concrete/single_pages/dashboard/system/update.php +share/concrete5/concrete/single_pages/dashboard/system/attributes/sets.php +share/concrete5/concrete/single_pages/dashboard/system/attributes/types.php +share/concrete5/concrete/single_pages/dashboard/system/attributes/view.php +share/concrete5/concrete/single_pages/dashboard/system/backup_restore/backup.php +share/concrete5/concrete/single_pages/dashboard/system/backup_restore/database.php +share/concrete5/concrete/single_pages/dashboard/system/backup_restore/update.php +share/concrete5/concrete/single_pages/dashboard/system/backup_restore/view.php +share/concrete5/concrete/single_pages/dashboard/system/basics/editor.php +share/concrete5/concrete/single_pages/dashboard/system/basics/icons.php +share/concrete5/concrete/single_pages/dashboard/system/basics/interface.php +share/concrete5/concrete/single_pages/dashboard/system/basics/multilingual/view.php +share/concrete5/concrete/single_pages/dashboard/system/basics/site_name.php +share/concrete5/concrete/single_pages/dashboard/system/basics/timezone.php +share/concrete5/concrete/single_pages/dashboard/system/basics/view.php +share/concrete5/concrete/single_pages/dashboard/system/developer/view.php +share/concrete5/concrete/single_pages/dashboard/system/environment/debug.php +share/concrete5/concrete/single_pages/dashboard/system/environment/file_storage_locations.php +share/concrete5/concrete/single_pages/dashboard/system/environment/info.php +share/concrete5/concrete/single_pages/dashboard/system/environment/logging.php +share/concrete5/concrete/single_pages/dashboard/system/environment/view.php +share/concrete5/concrete/single_pages/dashboard/system/mail/importers.php +share/concrete5/concrete/single_pages/dashboard/system/mail/method.php +share/concrete5/concrete/single_pages/dashboard/system/mail/view.php +share/concrete5/concrete/single_pages/dashboard/system/optimization/cache.php +share/concrete5/concrete/single_pages/dashboard/system/optimization/clear_cache.php +share/concrete5/concrete/single_pages/dashboard/system/optimization/jobs.php +share/concrete5/concrete/single_pages/dashboard/system/optimization/notifications.php +share/concrete5/concrete/single_pages/dashboard/system/optimization/view.php +share/concrete5/concrete/single_pages/dashboard/system/permissions/antispam.php +share/concrete5/concrete/single_pages/dashboard/system/permissions/captcha.php +share/concrete5/concrete/single_pages/dashboard/system/permissions/file_types.php +share/concrete5/concrete/single_pages/dashboard/system/permissions/files.php +share/concrete5/concrete/single_pages/dashboard/system/permissions/ip_blacklist.php +share/concrete5/concrete/single_pages/dashboard/system/permissions/maintenance_mode.php +share/concrete5/concrete/single_pages/dashboard/system/permissions/site.php +share/concrete5/concrete/single_pages/dashboard/system/permissions/tasks.php +share/concrete5/concrete/single_pages/dashboard/system/permissions/view.php +share/concrete5/concrete/single_pages/dashboard/system/registration/postlogin.php +share/concrete5/concrete/single_pages/dashboard/system/registration/profiles.php +share/concrete5/concrete/single_pages/dashboard/system/registration/public_registration.php +share/concrete5/concrete/single_pages/dashboard/system/registration/view.php +share/concrete5/concrete/single_pages/dashboard/system/seo/search_index.php +share/concrete5/concrete/single_pages/dashboard/system/seo/statistics.php +share/concrete5/concrete/single_pages/dashboard/system/seo/tracking_codes.php +share/concrete5/concrete/single_pages/dashboard/system/seo/urls.php +share/concrete5/concrete/single_pages/dashboard/system/seo/view.php share/concrete5/concrete/single_pages/dashboard/system/view.php share/concrete5/concrete/single_pages/dashboard/users/add.php +share/concrete5/concrete/single_pages/dashboard/users/add_group.php share/concrete5/concrete/single_pages/dashboard/users/attributes.php share/concrete5/concrete/single_pages/dashboard/users/groups.php -share/concrete5/concrete/single_pages/dashboard/users/registration.php share/concrete5/concrete/single_pages/dashboard/users/search.php share/concrete5/concrete/single_pages/dashboard/users/view.php share/concrete5/concrete/single_pages/dashboard/view.php @@ -2523,6 +2821,7 @@ share/concrete5/concrete/startup/debug_logging.php share/concrete5/concrete/startup/encoding_check.php share/concrete5/concrete/startup/external_link.php share/concrete5/concrete/startup/file_access_check.php +share/concrete5/concrete/startup/file_permission_config.php share/concrete5/concrete/startup/magic_quotes_gpc_check.php share/concrete5/concrete/startup/maintenance_mode_check.php share/concrete5/concrete/startup/optional_menu_buttons.php @@ -2537,7 +2836,6 @@ share/concrete5/concrete/startup/updated_core_check.php share/concrete5/concrete/startup/url_check.php share/concrete5/concrete/startup/user.php share/concrete5/concrete/themes/core/concrete.php -share/concrete5/concrete/themes/core/dashboard.php share/concrete5/concrete/themes/core/error.php share/concrete5/concrete/themes/core/none.php share/concrete5/concrete/themes/dark_chocolate/blog_entry.php @@ -2555,6 +2853,13 @@ share/concrete5/concrete/themes/dark_chocolate/main.css share/concrete5/concrete/themes/dark_chocolate/thumbnail.png share/concrete5/concrete/themes/dark_chocolate/typography.css share/concrete5/concrete/themes/dark_chocolate/view.php +share/concrete5/concrete/themes/dashboard/core_stack.php +share/concrete5/concrete/themes/dashboard/dashboard_header_four_col.php +share/concrete5/concrete/themes/dashboard/dashboard_primary_five.php +share/concrete5/concrete/themes/dashboard/elements/footer.php +share/concrete5/concrete/themes/dashboard/elements/header.php +share/concrete5/concrete/themes/dashboard/elements/header_newsflow.php +share/concrete5/concrete/themes/dashboard/view.php share/concrete5/concrete/themes/default/blog_entry.php share/concrete5/concrete/themes/default/default.php share/concrete5/concrete/themes/default/description.txt @@ -2574,6 +2879,25 @@ share/concrete5/concrete/themes/default/main.css share/concrete5/concrete/themes/default/thumbnail.png share/concrete5/concrete/themes/default/typography.css share/concrete5/concrete/themes/default/view.php +share/concrete5/concrete/themes/greek_yogurt/blog_entry.php +share/concrete5/concrete/themes/greek_yogurt/css/960_24_col.css +share/concrete5/concrete/themes/greek_yogurt/css/reset.css +share/concrete5/concrete/themes/greek_yogurt/css/text.css +share/concrete5/concrete/themes/greek_yogurt/default.php +share/concrete5/concrete/themes/greek_yogurt/description.txt +share/concrete5/concrete/themes/greek_yogurt/elements/blog_header.php +share/concrete5/concrete/themes/greek_yogurt/elements/footer.php +share/concrete5/concrete/themes/greek_yogurt/elements/header.php +share/concrete5/concrete/themes/greek_yogurt/full.php +share/concrete5/concrete/themes/greek_yogurt/images/icon_email.png +share/concrete5/concrete/themes/greek_yogurt/images/icon_facebook.png +share/concrete5/concrete/themes/greek_yogurt/images/icon_twitter.png +share/concrete5/concrete/themes/greek_yogurt/index.html +share/concrete5/concrete/themes/greek_yogurt/left_sidebar.php +share/concrete5/concrete/themes/greek_yogurt/main.css +share/concrete5/concrete/themes/greek_yogurt/thumbnail.png +share/concrete5/concrete/themes/greek_yogurt/typography.css +share/concrete5/concrete/themes/greek_yogurt/view.php share/concrete5/concrete/themes/greensalad/default.php share/concrete5/concrete/themes/greensalad/description.txt share/concrete5/concrete/themes/greensalad/elements/footer.php @@ -2598,13 +2922,17 @@ share/concrete5/concrete/tools/captcha.php share/concrete5/concrete/tools/check_in.php share/concrete5/concrete/tools/composer_target.php share/concrete5/concrete/tools/css.php +share/concrete5/concrete/tools/dashboard/add_to_quick_nav.php +share/concrete5/concrete/tools/dashboard/attribute_set_order_update.php share/concrete5/concrete/tools/dashboard/attribute_sets_update.php share/concrete5/concrete/tools/dashboard/chart_handler.php -share/concrete5/concrete/tools/dashboard/get_remote_information.php +share/concrete5/concrete/tools/dashboard/get_image_data.php share/concrete5/concrete/tools/dashboard/scrapbook_services.php share/concrete5/concrete/tools/dashboard/sitemap_data.php -share/concrete5/concrete/tools/dashboard/sitemap_delete_request.php +share/concrete5/concrete/tools/dashboard/sitemap_delete_forever.php share/concrete5/concrete/tools/dashboard/sitemap_drag_request.php +share/concrete5/concrete/tools/dashboard/sitemap_empty_trash.php +share/concrete5/concrete/tools/dashboard/sitemap_restore_page.php share/concrete5/concrete/tools/dashboard/sitemap_update.php share/concrete5/concrete/tools/dashboard/user_attributes_update.php share/concrete5/concrete/tools/edit_area_popup.php @@ -2620,6 +2948,7 @@ share/concrete5/concrete/tools/files/download.php share/concrete5/concrete/tools/files/duplicate.php share/concrete5/concrete/tools/files/edit.php share/concrete5/concrete/tools/files/get_data.php +share/concrete5/concrete/tools/files/image/process.php share/concrete5/concrete/tools/files/import.php share/concrete5/concrete/tools/files/importers/incoming.php share/concrete5/concrete/tools/files/importers/multiple.php @@ -2636,22 +2965,34 @@ share/concrete5/concrete/tools/files/search_sets_reload.php share/concrete5/concrete/tools/files/selector_data.php share/concrete5/concrete/tools/files/star.php share/concrete5/concrete/tools/files/view.php +share/concrete5/concrete/tools/get_remote_help.php share/concrete5/concrete/tools/help.php share/concrete5/concrete/tools/i18n_js.php share/concrete5/concrete/tools/jobs.php share/concrete5/concrete/tools/layout_services.php +share/concrete5/concrete/tools/marketplace/add-ons.php +share/concrete5/concrete/tools/marketplace/checkout.php share/concrete5/concrete/tools/marketplace/connect.php +share/concrete5/concrete/tools/marketplace/details.php share/concrete5/concrete/tools/marketplace/download.php share/concrete5/concrete/tools/marketplace/frame.php +share/concrete5/concrete/tools/marketplace/intelligent_search.php share/concrete5/concrete/tools/marketplace/refresh_block.php share/concrete5/concrete/tools/marketplace/refresh_theme.php +share/concrete5/concrete/tools/marketplace/themes.php +share/concrete5/concrete/tools/newsflow.php share/concrete5/concrete/tools/page_controls_menu_js.php share/concrete5/concrete/tools/pages/autocomplete.php share/concrete5/concrete/tools/pages/bulk_metadata_update.php share/concrete5/concrete/tools/pages/customize_search_columns.php +share/concrete5/concrete/tools/pages/delete.php +share/concrete5/concrete/tools/pages/design.php +share/concrete5/concrete/tools/pages/intelligent_search.php share/concrete5/concrete/tools/pages/search_dialog.php share/concrete5/concrete/tools/pages/search_results.php +share/concrete5/concrete/tools/pages/speed_settings.php share/concrete5/concrete/tools/pile_manager.php +share/concrete5/concrete/tools/reindex_pending_pages.php share/concrete5/concrete/tools/select_group.php share/concrete5/concrete/tools/sitemap_overlay.php share/concrete5/concrete/tools/sitemap_search_selector.php diff --git a/www/php-concrete5/distinfo b/www/php-concrete5/distinfo index 31b62be95df..d33a6314123 100644 --- a/www/php-concrete5/distinfo +++ b/www/php-concrete5/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/12/14 20:51:50 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2012/05/04 01:28:00 ryoon Exp $ -SHA1 (concrete5.4.2.2.zip) = 03285a2abeaefdee469f0f6c788d8989aba07615 -RMD160 (concrete5.4.2.2.zip) = e3942d5a7b17a3d3bd3194ee777d38af4bce4043 -Size (concrete5.4.2.2.zip) = 11456382 bytes +SHA1 (concrete5.5.2.1.zip) = d3edf9a9098cad98bb3cbab58c52306fb69b1f0d +RMD160 (concrete5.5.2.1.zip) = 49241eaa4c8d3bc7361dccf583e031ddb8384410 +Size (concrete5.5.2.1.zip) = 13894863 bytes |