Skip to content

Commit

Permalink
Merge refactoring into Trunk. Use TRUNK, not Refactoring branch for c…
Browse files Browse the repository at this point in the history
…ontinued development

git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@11140 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
  • Loading branch information
ircmaxell committed Oct 16, 2008
1 parent 7f47d50 commit 186d630
Show file tree
Hide file tree
Showing 2,421 changed files with 101,878 additions and 106,940 deletions.
136 changes: 131 additions & 5 deletions CHANGELOG.php
Expand Up @@ -23,11 +23,10 @@
2. Changelog 2. Changelog
------------ ------------
This is a non-exhaustive (but still near complete) changelog for This is a non-exhaustive (but still near complete) changelog for
Joomla! 1.5, including beta and release candidate versions. Joomla! 1.6, including beta and release candidate versions.
Our thanks to all those people who've contributed bug reports and Our thanks to all those people who've contributed bug reports and
code fixes. code fixes.



Legend: Legend:


* -> Security Fix * -> Security Fix
Expand All @@ -36,13 +35,140 @@
+ -> Addition + -> Addition
^ -> Change ^ -> Change
- -> Removed - -> Removed
! -> Note ! -> Note


COMMITERS

Do not forget to update this page on the wiki when making changes relevant to developers:
http://docs.joomla.org/index.php?title=Version_1.6_Developer_Notes

14-Oct-2008 Alan Langford
+ Added JLanguage::getLanguageIdentifier() plus much rework of class (with supporting unit tests)

14-Oct-2008 Andrew Eddie
! SCHEMA CHANGE - REINSTALL REQUIRED
^ Broke ACLs into 3 types
+ Added abstract JTableAxoMap table

13-Oct-2008 Andrew Eddie
+ Added support to edit access levels

13-Oct-2008 Toby Patterson
# Added access methods to JToolBar
# Removed most references of keyword global from the framework
# Fixed bug with rendering cpanel modules
^ Moved some routing logic out of index.php into JAdministrator::dispatch()

11-Oct-2008 Alan Langford
+ Added ability to specify module appearance in "exclude from list" mode.

11-Oct-2008 Andrew Eddie
- Merge System-Debug plugin from 1.5
- Added com_acl (finally! they all say)
- Moved user group management from com_users to com_acl

10-Oct-2008 Sam Moffatt
- Commented out useless lines in JDatabaseMySQL and JDatabaseMySQLi

10-Oct-2008 Andrew Eddie
- Dropped joomla_backward.sql
^ Changed installation error_reporting to 2047 while under development
+ Added new ACL tables
^ Update queries using jos_groups to jos_core_acl_axo_groups
- Removed JAuthorization::_mos_add_acl
+ Added JAuthorization::getUserAccessLevels

04-Oct-2008 Toby Patterson
# Fixed final step of installation, completed removal of patTemplates from Installer
- Removed global $mainframe from the framework files, except where other extensions will be loaded

02-Oct-2008 Toby Patterson
- Fixed bug with JFTP and check for connection
# [#12699] Refactor installation application
- Most patTemplate code removed
- Migrator currently broken, may be redesigned, discussion pending


29-Sep-2008 Chantal Bisson
- Removed duplicates of the language files for com_contactdirectory
# Fixed notice about $this->type not initialized on line 199 /administrator/components/com_categories/models/categories.php
# Fixed notice about $filter not initialized on line 23 /administrator/components/com_categories/views/tmpl/default.php
^ Changed check() contactdirectory/tables/contact.php posible to add contacts with the same name
^ Changed view for category and categories in com_contactdirectory
# Fixed redirect with router after sending mail in com_contactdirectory

22-Sep-2008 Chantal Bisson
^ Changed the column 'name' in the #__contactdirectory_fields table to 'alias'
^ Changed the fields admin view to show the alias in the list and changed the edit field view to be able to modify the alias
+ Added sample date for contact in com_contactdirectory
# Fixed right psition for image in com_contactdirectory contact view
# Fixed notice about $email->data in /components/com_contactdirectory/views/contact/view.html.php on line 203
# Fixed changing access level in com_contactdirectory from link in contact manager

15-Sep-2008 Chantal Bisson
+ Added com_contactdirectory and language files
+ Added sql create table queries for com_contactdirectory in the installation
+ Added sql sample data for com_contactdirectory


14-Sep-2008 Johan Janssens
^ Changed __autoload to spl_autoload_register() and refactored JLoader to adhere to E_STRICT

11-Sep-2008 Sam Moffatt
^ Changed behaviour of JFile::write and JFTP::write to use references for the second param

25-Aug-2008 Andrew Eddie
+ Added JQuery class
+ Added .invalid styles to admin template for form validation
+ Added new filters to com_users list
+ Added support to manage groups in com_users

23-Aug-2008 Andrew Eddie
! Partial merge with 10701 (around 1.5.6)
- Remove old 1.5 RC sql diffs
^ JModel::getState will now take an optional second argument to set a default
^ JDatbase::setQuery cast the sql variable to a string allowing for the __toString interface to be used if an object is passed

25-Jun-2008 Johan Janssens
- Removed libraries/bitfolge/vcard
+ Added JDocumentVCARD format
+ Implemented new Vcard format in contact component

09-Jun-2008 Johan Janssens
- Removed backlink system plugin
- Removed legacy from mod_mainmenu

08-Jun-2008 Johan Janssens
- Removed deprecated functions from JApplication

19-May-2008 Johan Janssens
- Removed phpinputfilter library
- Removed phputf8, moved mbstring and iconv implementation into JString
- Removed administrator/includes/js/ThemeOffice
- Removed includes/js/ThemeOffice
- Removed includes/js/calendar
- Removed includes/js/jscalendar-1.0
- Removed includes/js/tabs
- Removed includes/js/dtree
- Removed includes/js/wz_tooltip.js
- Removed includes/js/overlib
- Removed includes/js/mambojavascript.js
- Removed includes/js/JSCookMenu
^ Renamed joomla.javascript.js to legacy.js and moved to media/system/js

15-May-2008 Johan Janssens
- Removed administrator/includes/pcl
- Removed folder and file placeholders from application includes directories
- Removed libraries/bitfolge/feedcreator
- Cleaned up legacy plugin for 1.6
- Removed 1.0 legacy code
- Updated version information to reflect 1.6
- Removed hack to support PHP5 style constructors in PHP4
- Removed hack to support PHP5 style destructors in PHP4
- Removed _parseURL function from JURI, replaced by parse_url
- Removed index2.php and index3.php entry files

19-Apr-2008 Andrew Eddie 19-Apr-2008 Andrew Eddie
! Trailing white-space cleanup ! Trailing white-space cleanup


18-Apr-2008 Ian MacLennan 18-Apr-2008 Ian MacLennan
# [#10732] Help screen updates for Menu Manager # [#10732] Help screen updates for Menu Manager


Expand Down
47 changes: 38 additions & 9 deletions CREDITS.php
Expand Up @@ -68,7 +68,7 @@
Bengali (bn-IN) - IndicJoomla! Team - Romit Chatterjee Bengali (bn-IN) - IndicJoomla! Team - Romit Chatterjee
Bosnian (bs-BA) - Bosnian Joomla! Community (joomla.ba) - Emir Sakic Bosnian (bs-BA) - Bosnian Joomla! Community (joomla.ba) - Emir Sakic
Bulgarian (bg-BG) - Joomla! Bulgaria - Ivo Apostolov Bulgarian (bg-BG) - Joomla! Bulgaria - Ivo Apostolov
Catalan (ca-ES) - Damià Verger Catalan (ca-ES) - Joomla! Catalan Countries (joomla.cat) - Damià Verger
Chinese-Traditional (zh-TW) - Traditional Chinese Translation Team - Eddy Chang Chinese-Traditional (zh-TW) - Traditional Chinese Translation Team - Eddy Chang
Croatian (hr-HR) - Croatian Translation Team - Klaudia B. Croatian (hr-HR) - Croatian Translation Team - Klaudia B.
Czech (cs-CZ) - Czech Translation Team - Svatopluk Vit Czech (cs-CZ) - Czech Translation Team - Svatopluk Vit
Expand Down Expand Up @@ -108,6 +108,35 @@
Ukrainian (uk-UA) - Ukrainian Translation Team - Denys Nosov Ukrainian (uk-UA) - Ukrainian Translation Team - Denys Nosov
Vietnamese (vi-VN) - Việt Nam Translation Team - Viet Vu Hoang Vietnamese (vi-VN) - Việt Nam Translation Team - Viet Vu Hoang


Pizaa Bug and fun Event
-----------------------
Chris Davenport
Kevin Devine
Anthony Ferrara
Jerry Hilburn
Louis Landry
Wilco Jansen
Jennifer Marriott
Rob Schley
Amy Stephen
Nereyda Valentin-Macias
Elin Waring
Michael Casha
Marcelo Eden
Matt Thomas
Ross Crawford
Mickael Maison
Ian MacLennan
Jaap Woltjes
Alan Langford
Michael Hamanaka
Joe LeBlanc
Shannon Quinn
Michelle Bisson
Airton Torres
Toni Marie Swats
Jon Giles
Matheus Mendes


Joomla! 1.5 includes or is derivative of works distributed under the licenses listed below. Joomla! 1.5 includes or is derivative of works distributed under the licenses listed below.
The full text for most of the licenses listed below can be found in the LICENSES.php file. The full text for most of the licenses listed below can be found in the LICENSES.php file.
Expand Down Expand Up @@ -144,13 +173,13 @@
----------- -----------
Author: Mihai Bazon Author: Mihai Bazon
Copyright: Copyright (C) Mihai Bazon, 2002 Copyright: Copyright (C) Mihai Bazon, 2002
License: GNU Lesser General Public License (LGPL) License: GNU Lesser General Public License (LGPL)


js-jscook-menu js-jscook-menu
-------------- --------------
Author: Heng Yuan Author: Heng Yuan
Copyright: Copyright (C) 2002-2005 by Heng Yuan Copyright: Copyright (C) 2002-2005 by Heng Yuan
License: MIT License License: MIT License


js-overlib js-overlib
---------- ----------
Expand Down Expand Up @@ -204,13 +233,13 @@
-------------- --------------
Author: Daniel Morris Author: Daniel Morris
Copyright: Copyright (C) Daniel Morris Copyright: Copyright (C) Daniel Morris
License: GNU General Public License (GPL) License: GNU General Public License (GPL)


PHPMailer PHPMailer
-------- --------
Author: Brent R. Matzelle Author: Brent R. Matzelle
Copyright: Copyright (C) 2001 - 2003 Brent R. Matzelle Copyright: Copyright (C) 2001 - 2003 Brent R. Matzelle
License: GNU General Public License (GPL) License: GNU General Public License (GPL)


PHPXMLRPC PHPXMLRPC
--------- ---------
Expand Down Expand Up @@ -316,13 +345,13 @@
----------- -----------
Author: Mihai Bazon Author: Mihai Bazon
Copyright: Copyright (C) Mihai Bazon, 2002 Copyright: Copyright (C) Mihai Bazon, 2002
License: GNU Lesser General Public License (LGPL) License: GNU Lesser General Public License (LGPL)


js-jscook-menu js-jscook-menu
-------------- --------------
Author: Heng Yuan Author: Heng Yuan
Copyright: Copyright (C) 2002-2005 by Heng Yuan Copyright: Copyright (C) 2002-2005 by Heng Yuan
License: MIT License License: MIT License


js-overlib js-overlib
---------- ----------
Expand Down Expand Up @@ -370,13 +399,13 @@
-------------- --------------
Author: Daniel Morris Author: Daniel Morris
Copyright: Copyright (C) Daniel Morris Copyright: Copyright (C) Daniel Morris
License: GNU General Public License (GPL) License: GNU General Public License (GPL)


PHPMailer PHPMailer
--------- ---------
Author: Brent R. Matzelle Author: Brent R. Matzelle
Copyright: Copyright (C) 2001 - 2003 Brent R. Matzelle Copyright: Copyright (C) 2001 - 2003 Brent R. Matzelle
License: GNU General Public License (GPL) License: GNU General Public License (GPL)


TinyMCE TinyMCE
------- -------
Expand Down

0 comments on commit 186d630

Please sign in to comment.