diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_admin/sql/updates/mysql/2.5.7.sql /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_admin/sql/updates/mysql/2.5.7.sql *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_admin/sql/updates/mysql/2.5.7.sql 2012-10-29 13:28:54.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_admin/sql/updates/mysql/2.5.7.sql 2012-11-07 11:23:40.000000000 -0600 *************** *** 1,2 **** INSERT INTO `#__update_sites` (`name`, `type`, `location`, `enabled`, `last_check_timestamp`) VALUES('Accredited Joomla! Translations','collection','http://update.joomla.org/language/translationlist.xml',1,0); ! INSERT INTO `#__update_sites_extensions` (`update_site_id`, `extension_id`) VALUES(LAST_INSERT_ID(),600); \ No newline at end of file --- 1,4 ---- INSERT INTO `#__update_sites` (`name`, `type`, `location`, `enabled`, `last_check_timestamp`) VALUES('Accredited Joomla! Translations','collection','http://update.joomla.org/language/translationlist.xml',1,0); ! INSERT INTO `#__update_sites_extensions` (`update_site_id`, `extension_id`) VALUES(LAST_INSERT_ID(),600); ! UPDATE `#__assets` SET name=REPLACE( name, 'com_user.notes.category','com_users.category' ); ! UPDATE `#__categories` SET extension=REPLACE( extension, 'com_user.notes.category','com_users.category' ); diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_admin/sql/updates/mysql/2.5.8.sql /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_admin/sql/updates/mysql/2.5.8.sql *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_admin/sql/updates/mysql/2.5.8.sql 1969-12-31 17:00:00.000000000 -0700 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_admin/sql/updates/mysql/2.5.8.sql 2012-11-07 11:23:40.000000000 -0600 *************** *** 0 **** --- 1 ---- + # Placeholder file for database changes for version 2.5.8 \ No newline at end of file diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_admin/sql/updates/sqlazure/2.5.7.sql /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_admin/sql/updates/sqlazure/2.5.7.sql *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_admin/sql/updates/sqlazure/2.5.7.sql 2012-10-29 13:28:54.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_admin/sql/updates/sqlazure/2.5.7.sql 2012-11-07 11:23:40.000000000 -0600 *************** *** 1,2 **** INSERT INTO #__update_sites (name, type, location, enabled, last_check_timestamp) VALUES ('Accredited Joomla! Translations', 'collection', 'http://update.joomla.org/language/translationlist.xml', 1, 0); ! INSERT INTO #__update_sites_extensions (update_site_id, extension_id) VALUES (SCOPE_IDENTITY(), 600); \ No newline at end of file --- 1,4 ---- INSERT INTO #__update_sites (name, type, location, enabled, last_check_timestamp) VALUES ('Accredited Joomla! Translations', 'collection', 'http://update.joomla.org/language/translationlist.xml', 1, 0); ! INSERT INTO #__update_sites_extensions (update_site_id, extension_id) VALUES (SCOPE_IDENTITY(), 600); ! UPDATE [#__assets] SET name=REPLACE( name, 'com_user.notes.category','com_users.category' ); ! UPDATE [#__assets] SET name=REPLACE( name, 'com_user.notes.category','com_users.category' ); diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_admin/sql/updates/sqlazure/2.5.8.sql /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_admin/sql/updates/sqlazure/2.5.8.sql *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_admin/sql/updates/sqlazure/2.5.8.sql 1969-12-31 17:00:00.000000000 -0700 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_admin/sql/updates/sqlazure/2.5.8.sql 2012-11-07 11:23:40.000000000 -0600 *************** *** 0 **** --- 1 ---- + # Placeholder file for database changes for version 2.5.8 \ No newline at end of file diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_banners/models/clients.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_banners/models/clients.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_banners/models/clients.php 2012-10-29 13:28:52.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_banners/models/clients.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 132,140 **** } elseif ($published === '') { $query->where('(a.state IN (0, 1))'); } ! ! $query->group('a.id, b.id,a.name, a.contact, a.checked_out, a.checked_out_time, a.state, a.metakey, a.purchase_type, uc.name, b.cid, uc.id'); ! // Filter by search in title $search = $this->getState('filter.search'); if (!empty($search)) { --- 132,140 ---- } elseif ($published === '') { $query->where('(a.state IN (0, 1))'); } ! ! $query->group('a.id, a.name, a.contact, a.checked_out, a.checked_out_time, a.state, a.metakey, a.purchase_type, editor'); ! // Filter by search in title $search = $this->getState('filter.search'); if (!empty($search)) { diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_content/models/articles.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_content/models/articles.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_content/models/articles.php 2012-10-29 13:28:51.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_content/models/articles.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 40,45 **** --- 40,46 ---- 'access', 'a.access', 'access_level', 'created', 'a.created', 'created_by', 'a.created_by', + 'created_by_alias', 'a.created_by_alias', 'ordering', 'a.ordering', 'featured', 'a.featured', 'language', 'a.language', *************** *** 140,146 **** $this->getState( 'list.select', 'a.id, a.title, a.alias, a.checked_out, a.checked_out_time, a.catid' . ! ', a.state, a.access, a.created, a.created_by, a.ordering, a.featured, a.language, a.hits' . ', a.publish_up, a.publish_down' ) ); --- 141,147 ---- $this->getState( 'list.select', 'a.id, a.title, a.alias, a.checked_out, a.checked_out_time, a.catid' . ! ', a.state, a.access, a.created, a.created_by, a.created_by_alias, a.ordering, a.featured, a.language, a.hits' . ', a.publish_up, a.publish_down' ) ); diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_content/models/featured.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_content/models/featured.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_content/models/featured.php 2012-10-29 13:28:51.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_content/models/featured.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 38,43 **** --- 38,44 ---- 'access', 'a.access', 'access_level', 'created', 'a.created', 'created_by', 'a.created_by', + 'created_by_alias', 'a.created_by_alias', 'ordering', 'a.ordering', 'featured', 'a.featured', 'language', 'a.language', *************** *** 66,72 **** $query->select( $this->getState( 'list.select', ! 'a.id, a.title, a.alias, a.checked_out, a.checked_out_time, a.catid, a.state, a.access, a.created, a.hits,' . 'a.language, a.publish_up, a.publish_down' ) ); --- 67,73 ---- $query->select( $this->getState( 'list.select', ! 'a.id, a.title, a.alias, a.checked_out, a.checked_out_time, a.catid, a.state, a.access, a.created, a.created_by_alias, a.hits,' . 'a.language, a.publish_up, a.publish_down' ) ); diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_content/views/articles/tmpl/default.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_content/views/articles/tmpl/default.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_content/views/articles/tmpl/default.php 2012-10-29 13:28:51.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_content/views/articles/tmpl/default.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 89,95 **** ! --- 89,95 ---- ! *************** *** 170,176 **** escape($item->access_level); ?> ! escape($item->author_name); ?> created, JText::_('DATE_FORMAT_LC4')); ?> --- 170,181 ---- escape($item->access_level); ?> ! created_by_alias) : ?> ! escape($item->author_name); ?> !

escape($item->created_by_alias)); ?>

! ! escape($item->author_name); ?> ! created, JText::_('DATE_FORMAT_LC4')); ?> diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_content/views/featured/tmpl/default.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_content/views/featured/tmpl/default.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_content/views/featured/tmpl/default.php 2012-10-29 13:28:51.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_content/views/featured/tmpl/default.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 34,40 **** state->get('filter.published'), true);?> ! --- 34,40 ---- state->get('filter.published'), true);?> ! *************** *** 70,76 **** ! --- 70,76 ---- ! *************** *** 149,155 **** escape($item->access_level); ?> ! escape($item->author_name); ?> created, JText::_('DATE_FORMAT_LC4')); ?> --- 149,160 ---- escape($item->access_level); ?> ! created_by_alias) : ?> ! escape($item->author_name); ?> !

escape($item->created_by_alias)); ?>

! ! escape($item->author_name); ?> ! created, JText::_('DATE_FORMAT_LC4')); ?> diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_installer/views/languages/tmpl/default.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_installer/views/languages/tmpl/default.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_installer/views/languages/tmpl/default.php 2012-10-29 13:28:49.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_installer/views/languages/tmpl/default.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 70,76 **** version; ?> ! type; ?> detailsurl; ?> --- 70,76 ---- version; ?> ! type)); ?> detailsurl; ?> diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_languages/views/installed/tmpl/default_ftp.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_languages/views/installed/tmpl/default_ftp.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_languages/views/installed/tmpl/default_ftp.php 2012-10-29 13:28:47.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_languages/views/installed/tmpl/default_ftp.php 1969-12-31 17:00:00.000000000 -0700 *************** *** 1,40 **** - -
- - - - - -

message); ?>

- - - - - - - - - - - - - -
- - - -
- - - -
-
--- 0 ---- diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_languages/views/installed/tmpl/default.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_languages/views/installed/tmpl/default.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_languages/views/installed/tmpl/default.php 2012-10-29 13:28:47.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_languages/views/installed/tmpl/default.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 17,26 **** ?>
- ftp): ?> - loadTemplate('ftp');?> - - --- 17,22 ---- diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_languages/views/languages/tmpl/default.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_languages/views/languages/tmpl/default.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_languages/views/languages/tmpl/default.php 2012-10-29 13:28:47.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_languages/views/languages/tmpl/default.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 92,98 **** ! --- 92,98 ---- ! diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_menus/models/item.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_menus/models/item.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_menus/models/item.php 2012-10-29 13:28:50.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_menus/models/item.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 1373,1379 **** $table = $this->getTable(); while ($table->load(array('alias' => $alias, 'parent_id' => $parent_id))) { ! $title = JString::increment($title); $alias = JString::increment($alias, 'dash'); } --- 1373,1382 ---- $table = $this->getTable(); while ($table->load(array('alias' => $alias, 'parent_id' => $parent_id))) { ! if ($title == $table->title) ! { ! $title = JString::increment($title); ! } $alias = JString::increment($alias, 'dash'); } diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_users/access.xml /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_users/access.xml *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_users/access.xml 2012-10-29 13:28:50.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_users/access.xml 2012-11-07 11:23:40.000000000 -0600 *************** *** 8,11 **** --- 8,18 ---- +
+ + + + + +
diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_users/controller.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_users/controller.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_users/controller.php 2012-10-29 13:28:50.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_users/controller.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 96,102 **** // Somehow the person just went to the form - we don't allow that. $this->setError(JText::sprintf('JLIB_APPLICATION_ERROR_UNHELD_ID', $id)); $this->setMessage($this->getError(), 'error'); ! $this->setRedirect(JRoute::_('index.php?option=com_users&view=groups', false)); return false; } --- 96,102 ---- // Somehow the person just went to the form - we don't allow that. $this->setError(JText::sprintf('JLIB_APPLICATION_ERROR_UNHELD_ID', $id)); $this->setMessage($this->getError(), 'error'); ! $this->setRedirect(JRoute::_('index.php?option=com_users&view=notes', false)); return false; } diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_users/helpers/users.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_users/helpers/users.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_users/helpers/users.php 2012-10-29 13:28:50.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_users/helpers/users.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 66,73 **** $extension = JRequest::getString('extension'); JSubMenuHelper::addEntry( JText::_('COM_USERS_SUBMENU_NOTE_CATEGORIES'), ! 'index.php?option=com_categories&extension=com_users.notes', ! $vName == 'categories' || $extension == 'com_users.notes' ); } } --- 66,73 ---- $extension = JRequest::getString('extension'); JSubMenuHelper::addEntry( JText::_('COM_USERS_SUBMENU_NOTE_CATEGORIES'), ! 'index.php?option=com_categories&extension=com_users', ! $vName == 'categories' || $extension == 'com_users' ); } } diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_users/models/forms/note.xml /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_users/models/forms/note.xml *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/components/com_users/models/forms/note.xml 2012-10-29 13:28:50.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/components/com_users/models/forms/note.xml 2012-11-07 11:23:40.000000000 -0600 *************** *** 24,30 **** name="catid" type="category" class="inputbox" ! extension="com_users.notes" label="COM_USERS_FIELD_CATEGORY_ID_LABEL" description="JFIELD_CATEGORY_DESC" > --- 24,30 ---- name="catid" type="category" class="inputbox" ! extension="com_users" label="COM_USERS_FIELD_CATEGORY_ID_LABEL" description="JFIELD_CATEGORY_DESC" > *************** *** 123,126 **** class="inputbox" format="%Y-%m-%d %H:%M:%S" size="22" filter="user_utc" /> ! \ No newline at end of file --- 123,126 ---- class="inputbox" format="%Y-%m-%d %H:%M:%S" size="22" filter="user_utc" /> ! diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/manifests/files/joomla.xml /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/manifests/files/joomla.xml *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/manifests/files/joomla.xml 2012-10-29 13:28:46.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/manifests/files/joomla.xml 2012-11-07 11:23:40.000000000 -0600 *************** *** 6,13 **** www.joomla.org (C) 2005 - 2012 Open Source Matters. All rights reserved GNU General Public License version 2 or later; see LICENSE.txt ! 2.5.7 ! September 2012 FILES_JOOMLA_XML_DESCRIPTION administrator/components/com_admin/script.php --- 6,13 ---- www.joomla.org (C) 2005 - 2012 Open Source Matters. All rights reserved GNU General Public License version 2 or later; see LICENSE.txt ! 2.5.8 ! November 2012 FILES_JOOMLA_XML_DESCRIPTION administrator/components/com_admin/script.php diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/modules/mod_menu/tmpl/default_enabled.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/modules/mod_menu/tmpl/default_enabled.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/modules/mod_menu/tmpl/default_enabled.php 2012-10-29 13:28:56.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/modules/mod_menu/tmpl/default_enabled.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 140,153 **** } $menu->addChild( ! new JMenuNode(JText::_('MOD_MENU_COM_USERS_NOTE_CATEGORIES'), 'index.php?option=com_categories&view=categories&extension=com_users.notes', 'class:category'), $createUser ); if ($createUser) { $menu->addChild( ! new JMenuNode(JText::_('MOD_MENU_COM_CONTENT_NEW_CATEGORY'), 'index.php?option=com_categories&task=category.add&extension=com_users.notes', 'class:newarticle') ); $menu->getParent(); } --- 140,153 ---- } $menu->addChild( ! new JMenuNode(JText::_('MOD_MENU_COM_USERS_NOTE_CATEGORIES'), 'index.php?option=com_categories&view=categories&extension=com_users', 'class:category'), $createUser ); if ($createUser) { $menu->addChild( ! new JMenuNode(JText::_('MOD_MENU_COM_CONTENT_NEW_CATEGORY'), 'index.php?option=com_categories&task=category.add&extension=com_users', 'class:newarticle') ); $menu->getParent(); } diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/templates/hathor/css/template.css /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/templates/hathor/css/template.css *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/templates/hathor/css/template.css 2012-10-29 13:28:43.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/templates/hathor/css/template.css 2012-11-07 11:23:40.000000000 -0600 *************** *** 1239,1245 **** } th.created-by-col { ! width: 5%; } th.date-col { --- 1239,1245 ---- } th.created-by-col { ! width: 10%; } th.date-col { diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/templates/hathor/html/com_content/articles/default.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/templates/hathor/html/com_content/articles/default.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/templates/hathor/html/com_content/articles/default.php 2012-10-29 13:28:45.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/templates/hathor/html/com_content/articles/default.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 176,182 **** escape($item->access_level); ?>
pagination->getListFooter(); ?>
pagination->getListFooter(); ?>
! escape($item->author_name); ?> created, JText::_('DATE_FORMAT_LC4')); ?> --- 176,187 ---- escape($item->access_level); ?> ! created_by_alias) : ?> ! escape($item->author_name); ?> !

escape($item->created_by_alias)); ?>

! ! escape($item->author_name); ?> !
created, JText::_('DATE_FORMAT_LC4')); ?> diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/templates/hathor/html/com_content/featured/default.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/templates/hathor/html/com_content/featured/default.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/templates/hathor/html/com_content/featured/default.php 2012-10-29 13:28:45.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/templates/hathor/html/com_content/featured/default.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 39,45 **** state->get('filter.published'), true);?> ! ! ! escape($item->author_name); ?> created, JText::_('DATE_FORMAT_LC4')); ?> --- 154,165 ---- escape($item->access_level); ?> ! created_by_alias) : ?> ! escape($item->author_name); ?> !

escape($item->created_by_alias)); ?>

! ! escape($item->author_name); ?> !
created, JText::_('DATE_FORMAT_LC4')); ?> diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/templates/hathor/html/com_languages/installed/default_ftp.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/templates/hathor/html/com_languages/installed/default_ftp.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/templates/hathor/html/com_languages/installed/default_ftp.php 2012-10-29 13:28:44.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/templates/hathor/html/com_languages/installed/default_ftp.php 1969-12-31 17:00:00.000000000 -0700 *************** *** 1,29 **** - -
- - - - - -

message); ?>

- - -
- - -
-
- - -
-
--- 0 ---- diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/templates/hathor/html/com_languages/installed/default.php /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/templates/hathor/html/com_languages/installed/default.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/administrator/templates/hathor/html/com_languages/installed/default.php 2012-10-29 13:28:44.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/administrator/templates/hathor/html/com_languages/installed/default.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 18,27 **** ?>
- ftp): ?> - loadTemplate('ftp');?> - - --- 18,23 ---- diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/components/com_content/views/category/view.feed.php /home/packages/code/qi/SOURCES/joomla-2.5.8/components/com_content/views/category/view.feed.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/components/com_content/views/category/view.feed.php 2012-10-29 13:28:41.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/components/com_content/views/category/view.feed.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 51,57 **** // Get description, author and date $description = ($params->get('feed_summary', 0) ? $row->introtext.$row->fulltext : $row->introtext); $author = $row->created_by_alias ? $row->created_by_alias : $row->author; ! @$date = ($row->created ? date('r', strtotime($row->created)) : ''); // Load individual item creator class $item = new JFeedItem(); --- 51,57 ---- // Get description, author and date $description = ($params->get('feed_summary', 0) ? $row->introtext.$row->fulltext : $row->introtext); $author = $row->created_by_alias ? $row->created_by_alias : $row->author; ! @$date = ($row->publish_up ? date('r', strtotime($row->publish_up)) : ''); // Load individual item creator class $item = new JFeedItem(); diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/components/com_content/views/featured/view.feed.php /home/packages/code/qi/SOURCES/joomla-2.5.8/components/com_content/views/featured/view.feed.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/components/com_content/views/featured/view.feed.php 2012-10-29 13:28:41.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/components/com_content/views/featured/view.feed.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 55,61 **** $item = new JFeedItem(); $item->title = $title; $item->link = $link; ! $item->date = $row->created; $item_category = $categories->get($row->catid); $item->category = array(); $item->category[] = JText::_('JFEATURED'); // All featured articles are categorized as "Featured" --- 55,61 ---- $item = new JFeedItem(); $item->title = $title; $item->link = $link; ! $item->date = $row->publish_up; $item_category = $categories->get($row->catid); $item->category = array(); $item->category[] = JText::_('JFEATURED'); // All featured articles are categorized as "Featured" diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/components/com_users/views/login/tmpl/default_login.php /home/packages/code/qi/SOURCES/joomla-2.5.8/components/com_users/views/login/tmpl/default_login.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/components/com_users/views/login/tmpl/default_login.php 2012-10-29 13:28:40.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/components/com_users/views/login/tmpl/default_login.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 9,14 **** --- 9,15 ---- defined('_JEXEC') or die; JHtml::_('behavior.keepalive'); + JHtml::_('behavior.noframes'); ?>
params->get('show_page_heading')) : ?> diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/components/com_users/views/profile/tmpl/edit.php /home/packages/code/qi/SOURCES/joomla-2.5.8/components/com_users/views/profile/tmpl/edit.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/components/com_users/views/profile/tmpl/edit.php 2012-10-29 13:28:40.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/components/com_users/views/profile/tmpl/edit.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 12,17 **** --- 12,18 ---- JHtml::_('behavior.keepalive'); JHtml::_('behavior.tooltip'); JHtml::_('behavior.formvalidation'); + JHtml::_('behavior.noframes'); //load user_profile plugin language $lang = JFactory::getLanguage(); $lang->load( 'plg_user_profile', JPATH_ADMINISTRATOR ); diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/components/com_users/views/registration/tmpl/default.php /home/packages/code/qi/SOURCES/joomla-2.5.8/components/com_users/views/registration/tmpl/default.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/components/com_users/views/registration/tmpl/default.php 2012-10-29 13:28:40.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/components/com_users/views/registration/tmpl/default.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 12,17 **** --- 12,18 ---- JHtml::_('behavior.keepalive'); JHtml::_('behavior.tooltip'); JHtml::_('behavior.formvalidation'); + JHtml::_('behavior.noframes'); ?>
params->get('show_page_heading')) : ?> diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/components/com_users/views/reset/tmpl/complete.php /home/packages/code/qi/SOURCES/joomla-2.5.8/components/com_users/views/reset/tmpl/complete.php *** /home/packages/code/qi/SOURCES/joomla-2.5.7/components/com_users/views/reset/tmpl/complete.php 2012-10-29 13:28:40.000000000 -0500 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/components/com_users/views/reset/tmpl/complete.php 2012-11-07 11:23:40.000000000 -0600 *************** *** 11,16 **** --- 11,17 ---- JHtml::_('behavior.keepalive'); JHtml::_('behavior.formvalidation'); + JHtml::_('behavior.noframes'); ?>
params->get('show_page_heading')) : ?> diff -crBPN --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=configuration.php --exclude=joomla.sql --exclude=.htaccess-dist --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=joomla-2.5.8.pl /home/packages/code/qi/SOURCES/joomla-2.5.7/htaccess.txt /home/packages/code/qi/SOURCES/joomla-2.5.8/htaccess.txt *** /home/packages/code/qi/SOURCES/joomla-2.5.7/htaccess.txt 1969-12-31 17:00:00.000000000 -0700 --- /home/packages/code/qi/SOURCES/joomla-2.5.8/htaccess.txt 2012-11-07 11:23:40.000000000 -0600 *************** *** 0 **** --- 1,76 ---- + ## + # @package Joomla + # @copyright Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved. + # @license GNU General Public License version 2 or later; see LICENSE.txt + ## + + ## + # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE! + # + # The line just below this section: 'Options +FollowSymLinks' may cause problems + # with some server configurations. It is required for use of mod_rewrite, but may already + # be set by your server administrator in a way that dissallows changing it in + # your .htaccess file. If using it causes your server to error out, comment it out (add # to + # beginning of line), reload your site in your browser and test your sef url's. If they work, + # it has been set by your server administrator and you do not need it set here. + ## + + ## Can be commented out if causes errors, see notes above. + Options +FollowSymLinks + + ## Mod_rewrite in use. + + RewriteEngine On + + ## Begin - Rewrite rules to block out some common exploits. + # If you experience problems on your site block out the operations listed below + # This attempts to block the most common type of exploit `attempts` to Joomla! + # + # Block out any script trying to base64_encode data within the URL. + RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR] + # Block out any script that includes a