| 13 |
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); |
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); |
| 14 |
?> |
?> |
| 15 |
|
|
| 16 |
1. Changelog |
Changelog: |
| 17 |
------------ |
------------ |
| 18 |
This is a non-exhaustive (but still near complete) changelog for |
This is a non-exhaustive (but still near complete) changelog for |
| 19 |
Mambo 4.5.x & 4.6, including beta and release candidate versions. |
Mambo 4.6, including beta and release candidate versions. |
| 20 |
Our thanks to all those people who've contributed bug reports and |
Our thanks to all those people who've contributed bug reports and |
| 21 |
code fixes. |
code fixes. |
| 22 |
|
|
| 28 |
- -> Removed |
- -> Removed |
| 29 |
! -> Note |
! -> Note |
| 30 |
|
|
| 31 |
-------------------- 4.6 Release -------------------------- |
-------------------- 4.6 Release --------------------------------------- |
| 32 |
|
r691 | gin | 2006-09-14 14:10:00 |
| 33 |
|
|
| 34 |
05-April-2006 Martin Brampton (counterpoint) |
! Modified the component registration in a 2 step process with double e-mail |
| 35 |
! Modified index.php to relax check on Itemid for components not having menu entries |
verification and some additional test |
| 36 |
|
------------------------------------------------------------------------ |
| 37 |
03-April-2006 Neil Thompson (neilt) |
r690 | cauld | 2006-09-10 19:26:28 -0600 (Sun, 10 Sep 2006) | 1 line |
| 38 |
+ Added The Source URL to weblinks |
|
| 39 |
+ Added Mambo Foundation and The Source links to Other Menu |
! Updating changelog.php |
| 40 |
! Changed labels in poll to Question from Title |
! Updating version.php |
| 41 |
|
------------------------------------------------------------------------ |
| 42 |
02-April-2006 Neil Thompson (neilt) |
r689 | cauld | 2006-09-10 19:08:23 -0600 (Sun, 10 Sep 2006) | 1 line |
| 43 |
# -> Fixed pathway.php missing php tag |
|
| 44 |
|
! Adding function mosLoadComponent back in to 4.6 based on 4.5.4 code. |
| 45 |
2-April-2006 Chad Auld (cauld) |
Looks like the function was dropped by mistake in the 4.6 core rewrite. |
| 46 |
! Committed bot_mostlyce V1.5 (major changes in the way of authentication, plugin loading, etc.) Simplified and much cleaner. |
------------------------------------------------------------------------ |
| 47 |
! Committed com_mostlyce V1.4 (major admin interface changes, some options removed, and some new ones added). |
r688 | neilt | 2006-09-08 12:21:44 -0600 (Fri, 08 Sep 2006) | 1 line |
| 48 |
- Removed MOStlyCE imgmanager, filemanager, & preview plugins. Also removed auth_mostlyce.php. Will eventually re-implement in a cleaner and more efficient manner. |
|
| 49 |
+ Adding the new MOStlyDBAdmin component for db backup and restore functionality. |
workarounds for $config_live_site problems on some linux hosts |
| 50 |
|
------------------------------------------------------------------------ |
| 51 |
1-April-2006 Martin Brampton (counterpoint) |
r687 | neilt | 2006-09-08 07:17:54 -0600 (Fri, 08 Sep 2006) | 1 line |
| 52 |
+ Added Mambo Containers admin side component (NOT an April Fool joke :)) |
|
| 53 |
|
# bugfix - hits not set to show as default in sql install |
| 54 |
31-March-2006 Neil Thompson (neilt) |
------------------------------------------------------------------------ |
| 55 |
! changed admin to show advanced_mode as default |
r686 | neilt | 2006-09-08 04:36:52 -0600 (Fri, 08 Sep 2006) | 1 line |
| 56 |
|
|
| 57 |
30-March-2006 Neil Thompson (neilt) |
workaround to safemode gettext LANG/LC errors |
| 58 |
# Fixed mod_latest_content no content error |
------------------------------------------------------------------------ |
| 59 |
# Fixed handlers in mod_latest_content |
r685 | neilt | 2006-09-07 16:55:51 -0600 (Thu, 07 Sep 2006) | 1 line |
| 60 |
# Corrected cases in mod_latest_content |
|
| 61 |
! Removed mod_latest_content fixed width limit in horizontal td case |
makePathway span bug fixes - FS#51 |
| 62 |
# Fixed bug in content.class.php getBlogSectionCount() not returning 0 count |
------------------------------------------------------------------------ |
| 63 |
! Module mod_latest_content changed to default unpublished |
r684 | neilt | 2006-09-07 16:41:04 -0600 (Thu, 07 Sep 2006) | 1 line |
| 64 |
|
|
| 65 |
28-March-2006 Neil Thompson (neilt) |
minor code enhancements |
| 66 |
# Fixed problem with missing legends in Content Section, Category, Content Item |
------------------------------------------------------------------------ |
| 67 |
|
r683 | cauld | 2006-09-06 08:56:20 -0600 (Wed, 06 Sep 2006) | 1 line |
| 68 |
26-March-2006 Chad Auld (cauld) |
|
| 69 |
! Mambo's security list email address has changed, updated email address on the installation survey. |
! menubar.html.php html cleanup |
| 70 |
|
------------------------------------------------------------------------ |
| 71 |
22-March-2006 Martin Brampton (counterpoint) |
r682 | cauld | 2006-09-06 08:49:21 -0600 (Wed, 06 Sep 2006) | 1 line |
| 72 |
! Optimised admin module mod_stats to user mosMenuHandler instead of DB |
|
| 73 |
! Optimised mostlyce.php to call mainframe for template instead of DB |
# com_admin html cleanup on "check for updates" |
| 74 |
# Fixed problem with combining update session with validation |
------------------------------------------------------------------------ |
| 75 |
! Reorganised admin side index.php logic so that resubmitting login ignored |
r681 | cauld | 2006-09-05 17:30:42 -0600 (Tue, 05 Sep 2006) | 2 lines |
| 76 |
# Fixed offline check issue following changes to check admin session |
|
| 77 |
! Changed mosMenuHandler getMenuType method to return counts as well as types |
# Cleaning up the HTML in the Add-On installer to help it validate. |
| 78 |
|
! Updating handleGlobals to protect against zend_hash_del_key_or_index hole |
| 79 |
21-March-2006 Martin Brampton (counterpoint) |
------------------------------------------------------------------------ |
| 80 |
! Further optimisation in CMT classes, user authenticator |
r680 | cauld | 2006-09-05 16:22:41 -0600 (Tue, 05 Sep 2006) | 1 line |
| 81 |
! Merging of some methods between mosDBTable and mosDBTableEntry |
|
| 82 |
+ Introduction of getNullDate method in database |
Applied all 4.5.4 SP2 fixes to the 4.6 branch were applicable. |
| 83 |
! Revised method of discovering document root in index.php |
------------------------------------------------------------------------ |
| 84 |
! Optimised handling of admin user and sessions |
r679 | ninekrit | 2006-09-05 08:06:39 -0600 (Tue, 05 Sep 2006) | 1 line |
| 85 |
- Removal of checkAdminSession from admin.php - small amounts of |
|
| 86 |
new code in mosUser, mosSession and index.php adminside processing |
update language variable for translation |
| 87 |
! Small modifications to the editor to attempt to overcome the |
administrator/includes/pageNavigation.php:line 154,170 |
| 88 |
environment setup problems by including index.php |
------------------------------------------------------------------------ |
| 89 |
|
r667 | neilt | 2006-08-30 11:41:39 -0600 (Wed, 30 Aug 2006) | 1 line |
| 90 |
20-March-2006 Chad Auld (cauld) |
|
| 91 |
+ Adding a donation icon to the new installation survey |
modifications to private messaging |
| 92 |
|
------------------------------------------------------------------------ |
| 93 |
19-March-2006 Chad Auld (cauld) |
r666 | ninekrit | 2006-08-30 10:45:40 -0600 (Wed, 30 Aug 2006) | 1 line |
| 94 |
! Disabling MOStlyCE's preview plugin. Mambo has its own preview option so no since in slowing down the editor. |
|
| 95 |
+ Adding the Print plugin to MOStlyCE. It was there, but was failing to load and display. |
+Update untranslated word |
| 96 |
|
------------------------------------------------------------------------ |
| 97 |
19-March-2006 Martin Brampton (counterpoint) |
r665 | neilt | 2006-08-30 10:12:05 -0600 (Wed, 30 Aug 2006) | 1 line |
| 98 |
! Reinstalled changes to popup code, mainly in menubar.html.php, somehow |
|
| 99 |
lost from original changes made on 5 and 11 January 2006. |
bug fix : emails for private messages not sent to users when 'receive mail' ticked |
| 100 |
|
------------------------------------------------------------------------ |
| 101 |
16-March-2006 Chad Auld (cauld) |
r664 | ninekrit | 2006-08-30 08:48:20 -0600 (Wed, 30 Aug 2006) | 1 line |
| 102 |
! Adding IE fix for the MOStlyCE contextmenu plugin. Was causing IE to fail. |
|
| 103 |
! Updating version info for 4.6 public RC1 |
Add <br /> line 40 |
| 104 |
|
------------------------------------------------------------------------ |
| 105 |
12-March-2006 Chad Auld (cauld) |
r663 | ninekrit | 2006-08-30 08:14:09 -0600 (Wed, 30 Aug 2006) | 1 line |
| 106 |
! Changed the end user survey to handle emails a bit differently. Comments are now sent to a different location. |
|
| 107 |
|
FS#44 Menubar not traslations |
| 108 |
4-March-2006 Chad Auld (cauld) |
------------------------------------------------------------------------ |
| 109 |
+ Adding new end user survey functionality to the last install screen |
r662 | ninekrit | 2006-08-30 08:12:35 -0600 (Wed, 30 Aug 2006) | 1 line |
| 110 |
! Updating version info for 4.6 public Beta 1 |
|
| 111 |
|
FS#20,FS#44 edit language problem |
| 112 |
1-March-2006 Predrag Lezaic (oziris) |
------------------------------------------------------------------------ |
| 113 |
! Updated author emails and URL's in XML files. |
r660 | neilt | 2006-08-30 06:38:17 -0600 (Wed, 30 Aug 2006) | 1 line |
| 114 |
|
|
| 115 |
1-March-2006 Chad Auld (cauld) |
adding CAPTCHA authentication to whats new |
| 116 |
! Updated "Lost Password" error message to make it more clear that both username and email address are required. |
------------------------------------------------------------------------ |
| 117 |
|
r659 | cauld | 2006-08-29 23:12:38 -0600 (Tue, 29 Aug 2006) | 1 line |
| 118 |
28-February-2006 Predrag Lezaic (oziris) |
|
| 119 |
! Updated calls from admin components to new help screen file names. |
Another minor update to "What's New". |
| 120 |
|
------------------------------------------------------------------------ |
| 121 |
28--February-2006 Chad Auld (cauld) |
r658 | cauld | 2006-08-29 22:56:43 -0600 (Tue, 29 Aug 2006) | 1 line |
| 122 |
! Changing default MOStlyCE plugin layout based on suggestions from Water & Stone |
|
| 123 |
|
Updating the credits file to add Chanh as PM. Also updating the |
| 124 |
28-February-2006 Predrag Lezaic (oziris) |
"what's new" file for the 4.6 release. |
| 125 |
! Changed file names of help screen documents. |
------------------------------------------------------------------------ |
| 126 |
|
r657 | neilt | 2006-08-29 13:50:45 -0600 (Tue, 29 Aug 2006) | 1 line |
| 127 |
28-February-2006 Adi Setiawan (adilovetini) |
|
| 128 |
! add mambo version info in the top right of administrator pages |
help link and admin help modifications |
| 129 |
|
------------------------------------------------------------------------ |
| 130 |
27-February-2006 Adi Setiawan (adilovetini) |
r656 | neilt | 2006-08-29 02:39:33 -0600 (Tue, 29 Aug 2006) | 1 line |
| 131 |
+ add latest content module |
|
| 132 |
|
minor sef bug fixes and code cleaning |
| 133 |
26-February-2006 Predrag Lezaic (oziris) |
------------------------------------------------------------------------ |
| 134 |
! Replaced remaining copyright notices in php and html files. |
r655 | neilt | 2006-08-27 05:12:46 -0600 (Sun, 27 Aug 2006) | 1 line |
| 135 |
|
|
| 136 |
25-February-2006 Chad Auld (cauld) |
fixed bug where archive form did not supply module id |
| 137 |
+ adding a couple MOStlyCE plugins |
------------------------------------------------------------------------ |
| 138 |
- removed a few unused MOStlyCE plugins |
r654 | cauld | 2006-08-26 10:47:12 -0600 (Sat, 26 Aug 2006) | 1 line |
| 139 |
# Fixed an error with the htmltemplate plugin |
|
| 140 |
# Fixed a bug in com_content that was causing the "Not Authorized" error when trying to edit content from the frontend |
Turning off comments in the sample Newsflash section by default. Suggestion |
| 141 |
|
from Ricoflan. |
| 142 |
24-February-2006 Predrag Lezaic (oziris) |
------------------------------------------------------------------------ |
| 143 |
! Replaced copyright notices in xml files. |
r653 | cauld | 2006-08-26 10:21:52 -0600 (Sat, 26 Aug 2006) | 1 line |
| 144 |
|
|
| 145 |
24-February-2006 Martin Brampton (counterpoint) |
Removing MamboLove entries from the sample data. |
| 146 |
! Improved (un)installer error handling |
------------------------------------------------------------------------ |
| 147 |
! Clarified session timeout code, distinguishing between user and admin sides |
r652 | cauld | 2006-08-26 10:11:46 -0600 (Sat, 26 Aug 2006) | 1 line |
| 148 |
|
|
| 149 |
21-February-2006 Chanh Ong (cong) |
Fixing com_admin bug that was preventing help and preview template functions |
| 150 |
# Missing closing php tags! in a couple files |
from working. Left over from the new "Check from Updates" feature. |
| 151 |
|
------------------------------------------------------------------------ |
| 152 |
15-February-2006 Carlos Souza (csouza) |
r651 | cauld | 2006-08-26 09:34:47 -0600 (Sat, 26 Aug 2006) | 1 line |
| 153 |
! Replaced copyright notices. Thanks to Predrag Lezaic for his assistance. |
|
| 154 |
|
Fixed registration bug. Warning messages were not displaying the correct |
| 155 |
14-Febuary-2006 Adi Setiawan (adilovetini) |
string, but rather the defined constant name. |
| 156 |
! Temporary hide key reference in content item parameter to avoid confusing |
------------------------------------------------------------------------ |
| 157 |
+ Add banner client id column in manage client banner manager |
r650 | chanh | 2006-08-24 16:54:33 -0600 (Thu, 24 Aug 2006) | 1 line |
| 158 |
! Update installation sample data |
|
| 159 |
! Update some variables in offline.php to work properly in 4.6 |
Fix for mysql 5 and remove duplicated code |
| 160 |
|
------------------------------------------------------------------------ |
| 161 |
13-Febuary-2006 Martin Brampton (counterpoint) |
r649 | chanh | 2006-08-24 16:54:12 -0600 (Thu, 24 Aug 2006) | 1 line |
| 162 |
! Fixed installer bugs, in particular erroneous handling of character data in large submissions |
|
| 163 |
+ Developed installer to link to The Source and introduced syndstyle to allow access to |
Fix for mysql 5 and remove duplicated code |
| 164 |
components used as <object> in another site. |
------------------------------------------------------------------------ |
| 165 |
|
r648 | neilt | 2006-08-24 11:06:01 -0600 (Thu, 24 Aug 2006) | 1 line |
| 166 |
11-February-2006 Chad Auld (cauld) |
|
| 167 |
! Upgrading MOStlyCE guts to TinyMCE 2.0.2 |
removed image upload on edit in banners as not adding to select list |
| 168 |
# Fixing a MOStlyCE imgagemanager issue for when Mambo is installed in a subdirectory |
------------------------------------------------------------------------ |
| 169 |
|
r647 | neilt | 2006-08-24 06:36:04 -0600 (Thu, 24 Aug 2006) | 1 line |
| 170 |
10-February-2006 Martin Brampton (counterpoint) |
|
| 171 |
+ Extended dynamic derivation of live site to embrace https and non-standard ports |
captcha authentication added to contact component |
| 172 |
! Modified metadata handling to select only one item from either component or site data |
------------------------------------------------------------------------ |
| 173 |
|
r646 | neilt | 2006-08-24 03:30:18 -0600 (Thu, 24 Aug 2006) | 1 line |
| 174 |
8-February-2006 Giorgio Nordo (gin) |
|
| 175 |
# Fixed problem of trash component due to the double form |
Minor change to most read module to show hits |
| 176 |
|
------------------------------------------------------------------------ |
| 177 |
6-February-2006 Martin Brampton (counterpoint) |
r645 | cauld | 2006-08-23 22:29:08 -0600 (Wed, 23 Aug 2006) | 1 line |
| 178 |
- Removed "generator" tag from XHTML as not required and gives away Mambo sites |
|
| 179 |
! Fixed problem of SEF not handling archived material (never did) |
Updating the XML files for the components removed with Raw. They were |
| 180 |
! Fixed problem of unauthorised access to vcards in contact component |
missing the CREATE TABLE statements and thus failing after install. |
| 181 |
|
------------------------------------------------------------------------ |
| 182 |
1-February-2006 Martin Brampton (counterpoint) |
r644 | cauld | 2006-08-23 19:23:54 -0600 (Wed, 23 Aug 2006) | 1 line |
| 183 |
! Modified admin UI to single universal plugin installer |
|
| 184 |
|
Pulling MOStlyDBAdmin out of Mambo Raw now that there is an installable |
| 185 |
31-January-2006 Martin Brampton (counterpoint) |
package. |
| 186 |
+ Added parameters DB table and top level directory to house free standing |
------------------------------------------------------------------------ |
| 187 |
parameter objects that can be installed with just a zipped XML file. |
r643 | neilt | 2006-08-23 01:43:51 -0600 (Wed, 23 Aug 2006) | 1 line |
| 188 |
! Modified content component and the content mambots so that a |
|
| 189 |
mosExtendedContent object is passed to content mambots having methods, |
Bug fixes : Fixed double install message on module upload (FS#38). Fixed |
| 190 |
not just properties. |
Comments component content item dropdown list disappearing behind other |
| 191 |
+ Added extra mambot events as described in the Mambots General Discussion |
page content (FS#37). |
| 192 |
|
------------------------------------------------------------------------ |
| 193 |
30-January-2006 Martin Brampton (counterpoint) |
r642 | chanh | 2006-08-21 16:00:27 -0600 (Mon, 21 Aug 2006) | 1 line |
| 194 |
! Installer changes to provide proper error handling |
|
| 195 |
! Modified version.php to point to Foundation web site |
Upgrade JSCookmenu to 2.0.1 |
| 196 |
! Attempted fix for problem with redirect not finding filter |
------------------------------------------------------------------------ |
| 197 |
! Extra mambot hooks for registration and password changes |
r641 | cauld | 2006-08-20 23:59:58 -0600 (Sun, 20 Aug 2006) | 1 line |
| 198 |
|
|
| 199 |
27-Jan-2006 Martin Brampton (counterpoint) |
Updating comments bot and component with new xml files based on those |
| 200 |
! Installer changes to handle latest Docman release, also bug fixes |
given to me by Neil. |
| 201 |
! Fix to Mambo installation/index.php to handle version |
------------------------------------------------------------------------ |
| 202 |
|
r640 | cauld | 2006-08-20 23:50:29 -0600 (Sun, 20 Aug 2006) | 1 line |
| 203 |
26-Jan-2006 Martin Brampton (counterpoint) |
|
| 204 |
! Modified search component. Used to use stop words from e.g. english.ignore.php |
Updating the MOStlyCE spellchecker plugin to the latest version, 1.0.2. |
| 205 |
against the whole search string. Now individual stop words are removed for |
------------------------------------------------------------------------ |
| 206 |
better searching |
r639 | cauld | 2006-08-20 23:46:53 -0600 (Sun, 20 Aug 2006) | 1 line |
| 207 |
|
|
| 208 |
26-Jan-2006 Martin Brampton (counterpoint) |
Checking in updated module xml files to allow for those removed in Raw to |
| 209 |
! Modified pathway logic to suppress if only the single item 'Home' |
become fully installable / uninstallable modules. |
| 210 |
! Various merge and other bugs fixed |
------------------------------------------------------------------------ |
| 211 |
! Warnings and notices from Magpie suppressed |
r638 | cauld | 2006-08-20 23:44:30 -0600 (Sun, 20 Aug 2006) | 1 line |
| 212 |
|
|
| 213 |
23-Jan-2006 Martin Brampton (counterpoint) |
Checking in updated mambot xml files to allow those removed with Raw to |
| 214 |
! Changed /installation/install2.php to take account of changed location database.php |
become fully installable / uninstallable mambots. |
| 215 |
! Changed /installation/install4.php to use in line HTML instead of echo, to |
------------------------------------------------------------------------ |
| 216 |
eliminate slightly odd parsing error. |
r637 | cauld | 2006-08-20 23:41:33 -0600 (Sun, 20 Aug 2006) | 1 line |
| 217 |
|
|
| 218 |
22-Jan-2006 Chad Auld (cauld) |
Adding com_weblink_items and weblink_items.xml. This xml file was seperated |
| 219 |
+ Adding MOStlyCE as the new default editor for Mambo |
from com_weblinks to allow weblinks to become a fully installable / uninstallable |
| 220 |
! Updated the version.php file for release |
component. |
| 221 |
# Some merge artifacts were left in index.php causing failures, cleaned them up |
------------------------------------------------------------------------ |
| 222 |
|
r636 | cauld | 2006-08-20 23:39:59 -0600 (Sun, 20 Aug 2006) | 1 line |
| 223 |
20-Jan-2006 Martin Brampton (counterpoint) |
|
| 224 |
! Modified index.php to derive live site from $_SERVER |
Removing weblink_items.xml. Will add back in under its own directory to |
| 225 |
! Improvement to sefRelToAbs handling |
allow weblinks to become a fully installable / uninstallable component. |
| 226 |
- Removed sefRelToAbs from login form action attribute, no point SEF'ing forms |
------------------------------------------------------------------------ |
| 227 |
|
r635 | cauld | 2006-08-20 23:37:55 -0600 (Sun, 20 Aug 2006) | 1 line |
| 228 |
19-Jan-2006 Martin Brampton (counterpoint) |
|
| 229 |
! Changes to make install/remove of language packages work correctly |
Checking in updated admin component xml files to allow for fully installable |
| 230 |
- Removed database.php from the Mambo root, leaving in /includes for compatibility |
components. Focusing on those removed with Raw. |
| 231 |
! Eliminated redundant DB access from login module |
------------------------------------------------------------------------ |
| 232 |
|
r634 | cauld | 2006-08-20 10:40:45 -0600 (Sun, 20 Aug 2006) | 1 line |
| 233 |
19-Jan-2006 Martin Brampton (counterpoint) |
|
| 234 |
! Fixed nasty typo in database class |
Clearing a few notices for the addon install |
| 235 |
+ Put copy of database.php into /includes for backwards compatibility |
------------------------------------------------------------------------ |
| 236 |
|
r633 | cauld | 2006-08-20 10:32:00 -0600 (Sun, 20 Aug 2006) | 1 line |
| 237 |
19-Jan-2006 Martin Brampton (counterpoint) |
|
| 238 |
! Various bug fixes |
Adding the new one click Add-On Installer |
| 239 |
! Extensive tidy up of what remains of installer.class.php |
------------------------------------------------------------------------ |
| 240 |
! NOTE still need to do work on file permissions issues and error handling |
r632 | cauld | 2006-08-20 00:08:50 -0600 (Sun, 20 Aug 2006) | 1 line |
| 241 |
|
|
| 242 |
18-Jan-2006 Martin Brampton (counterpoint) |
Updating admin menus. The new "addon installer" and "check for updates" |
| 243 |
- Removed DOMIT!! |
features require php5+. The options are now hidden in the menu when running |
| 244 |
! Modified Geshi mambot to parse XML without domit |
php < 5. |
| 245 |
! Modified newsfeeds and frontend HTML to handle RSS without domit |
------------------------------------------------------------------------ |
| 246 |
+ Added Magpie to handle RSS feeds |
r631 | cauld | 2006-08-15 21:26:19 -0600 (Tue, 15 Aug 2006) | 1 line |
| 247 |
! Bug fixing |
|
| 248 |
|
Adding system menu entry for the "Check For Updates" feature |
| 249 |
17-Jan-2006 Martin Brampton (counterpoint) |
------------------------------------------------------------------------ |
| 250 |
! Initial implementation of new integrated installer/uninstaller (no domit) |
r630 | cauld | 2006-08-15 21:24:45 -0600 (Tue, 15 Aug 2006) | 1 line |
| 251 |
- Removed most code from mamboxml and what was left went into /includes/mambofunc.php |
|
| 252 |
|
Checking in the new Mambo "Check For Updates" feature |
| 253 |
16-Jan-2005 Giorgio Nordo (gin) |
------------------------------------------------------------------------ |
| 254 |
+ added the writeability checks for the directories mambots/editors and mambots/editors-xtd both in the installation wizard and in the system info |
r629 | neilt | 2006-08-15 12:39:14 -0600 (Tue, 15 Aug 2006) | 1 line |
| 255 |
|
|
| 256 |
15-Jan-2006 Martin Brampton (counterpoint) |
bug fix for pollwindow.php error. (Flyspray #31) |
| 257 |
+ Created mosXMLParams as subclass of mosXMLDescription (subclass of mosBasicXML) |
------------------------------------------------------------------------ |
| 258 |
+ Coded mosXMLParams to parse all possible parameters in Mambo XML files |
r628 | chanh | 2006-08-15 10:19:08 -0600 (Tue, 15 Aug 2006) | 1 line |
| 259 |
! Removed analysis of parameter XML from mosAdminParameters (not much left) |
|
| 260 |
! Note the documentation on parameters is incomplete |
add mosCreateMail for backward compatible per user feedback. |
| 261 |
! Note that RSS code within admin.php uses domit |
------------------------------------------------------------------------ |
| 262 |
|
r627 | cauld | 2006-08-07 22:54:18 -0600 (Mon, 07 Aug 2006) | 1 line |
| 263 |
15-Jan-2006 Martin Brampton (counterpoint) |
|
| 264 |
+ Created mosAdminParameters out of mosParameters. All XML handling removed to the new class |
Mambo Raw changes |
| 265 |
+ Added method to mosParameters to get back the parsed text |
------------------------------------------------------------------------ |
| 266 |
! Placed mosAdminParameters in admin.php as XML functionality not required user side |
r626 | cauld | 2006-08-07 22:39:43 -0600 (Mon, 07 Aug 2006) | 1 line |
| 267 |
! Amended all admin side calls that used XML functionality to use mosAdminParameters |
|
| 268 |
! Recoded parser in mosParameters to halve size and eliminate anomalies |
More changes for Mambo Raw |
| 269 |
- Removed all calls to mosParseParams in favour of creating mosParameters object |
------------------------------------------------------------------------ |
| 270 |
! Implemented modification to htaccess.txt in line with forum statements on SEF |
r625 | cauld | 2006-08-07 17:26:47 -0600 (Mon, 07 Aug 2006) | 1 line |
| 271 |
|
|
| 272 |
14-Jan-2006 Martin Brampton (counterpoint) |
Adding Raw files to be used in building a raw core version of Mambo. |
| 273 |
! Tidied XML parser |
------------------------------------------------------------------------ |
| 274 |
! Implemented XML parser in all cases except actual install/uninstall and mosParameters |
r619 | neilt | 2006-08-02 09:02:53 -0600 (Wed, 02 Aug 2006) | 1 line |
| 275 |
|
|
| 276 |
12-Jan-2006 Martin Brampton (counterpoint) |
modification to retain comment text if captcha image misread |
| 277 |
+ Added XML parser classes to admin.php and utilised in admin side components |
------------------------------------------------------------------------ |
| 278 |
! Fixed bug in detect calling wrong DB function for multiple queries |
r618 | neilt | 2006-07-31 05:43:43 -0600 (Mon, 31 Jul 2006) | 1 line |
| 279 |
! Moved mosParameter class into index.php for use with mambot handler |
|
| 280 |
|
bug fix - Move Category Reports Errors (when category is empty) FS#22 |
| 281 |
11-Jan-2006 Martin Brampton (counterpoint) |
------------------------------------------------------------------------ |
| 282 |
! Split out database.php again, but this time in the Mambo root |
r617 | neilt | 2006-07-31 04:53:05 -0600 (Mon, 31 Jul 2006) | 1 line |
| 283 |
! Modified install2.php and index.php for above change |
|
| 284 |
! Installation code should now work |
bug fix - Load Module Positions Mambot Parameters Failure FS#7 |
| 285 |
|
------------------------------------------------------------------------ |
| 286 |
11-Jan-2006 Martin Brampton (counterpoint) |
r616 | neilt | 2006-07-29 13:20:21 -0600 (Sat, 29 Jul 2006) | 1 line |
| 287 |
! Further work to correct most popups. Media manager image upload still not working. |
|
| 288 |
+ Introduced mosModuleHandler to improve efficiency of DB access and structure |
general *.html.php code tidy up |
| 289 |
! Further moves of code into class methods |
------------------------------------------------------------------------ |
| 290 |
+ Created login mambot, made user side authentication require mambots; add other hooks |
r615 | neilt | 2006-07-29 11:00:02 -0600 (Sat, 29 Jul 2006) | 1 line |
| 291 |
+ Addition to english.php to provide error message when no authentication mambots |
|
| 292 |
! Installation code still not working. |
update of jscookmenu details |
| 293 |
! Extensive work on SEF towards reliable 404 errors for incorrect links |
------------------------------------------------------------------------ |
| 294 |
|
r614 | neilt | 2006-07-29 06:33:32 -0600 (Sat, 29 Jul 2006) | 1 line |
| 295 |
5-Jan-2006 Martin Brampton (counterpoint) |
|
| 296 |
- Removed globals.php |
bug fix to userstate session to retain search, section, category and author |
| 297 |
- Removed /includes/database.php |
values |
| 298 |
- Removed /administrator/includes/auth.php (residual code now in popups) |
------------------------------------------------------------------------ |
| 299 |
! Modified popups to include index.php |
r613 | neilt | 2006-07-26 08:49:44 -0600 (Wed, 26 Jul 2006) | 1 line |
| 300 |
+ Created login authentication mambot (uses existing authenticator class) |
|
| 301 |
! Modified mambot handler to permit mambots to be classes rather than functions |
Modifications to allow the display of static content in the frontpage component, |
| 302 |
! Provide for multiple authentication mambots at login |
adjustment of default admin list limit to 50 |
| 303 |
! The installation code will not currently work because of restructuring |
------------------------------------------------------------------------ |
| 304 |
|
r612 | neilt | 2006-07-25 06:34:33 -0600 (Tue, 25 Jul 2006) | 1 line |
| 305 |
4-Jan-2006 Martin Brampton (counterpoint) |
|
| 306 |
! Moved function mosTreeRecurse into mosAdminMenus from admin.menus.php |
bug fixes to allow correct email submissions for weblinks and registration |
| 307 |
! Moved function mosGetOrderingList into mosAdminMenus.php from admin.mambots.php |
------------------------------------------------------------------------ |
| 308 |
! Moved class definitions mosContent, mosSection, mosCategory into content.class.php |
r611 | neilt | 2006-07-23 11:59:26 -0600 (Sun, 23 Jul 2006) | 1 line |
| 309 |
! Modified class related components to include content.class.php for content class definitions. |
|
| 310 |
|
small bug fixes |
| 311 |
2-Jan-2006 Martin Brampton (counterpoint) |
------------------------------------------------------------------------ |
| 312 |
+ Added getBestQueryMatch method to mosMenuHandler to derive Itemid from query string |
r610 | neilt | 2006-07-18 06:39:51 -0600 (Tue, 18 Jul 2006) | 1 line |
| 313 |
! Bug fixes |
|
| 314 |
|
modification to remove redundant help icon (Flyspray FS#14) |
| 315 |
31-Dec-2005 Martin Brampton (counterpoint) |
------------------------------------------------------------------------ |
| 316 |
+ Introduced mosFileManager singleton class into index.php |
r609 | neilt | 2006-07-18 06:18:02 -0600 (Tue, 18 Jul 2006) | 1 line |
| 317 |
+ Introduced mosDirectory class into index.php |
|
| 318 |
! Further changes to reduce mambofunc.php |
bug fix to allow show/hide of section/category description and description |
| 319 |
|
image |
| 320 |
29-Dec-2005 Martin Brampton (counterpoint) |
------------------------------------------------------------------------ |
| 321 |
- Removed mosAbstractTasker, not sound OO design, not used |
r608 | cauld | 2006-07-16 18:57:52 -0600 (Sun, 16 Jul 2006) | 1 line |
| 322 |
- Commented out _form_mos_menu in mamboxml.php (class mosParameters) apparently not used |
|
| 323 |
! mosAdminMenus class removed from mambo.php turned into /administrator/includes/mosAdminMenus.php |
Updating some sample content and adding a few new "other menu" items. |
| 324 |
! Made mambo.php consist entirely of classes - moved functions to /includes/mambofunc.php |
------------------------------------------------------------------------ |
| 325 |
! Progressively reducing functions in mambofunc.php to stubs that call class methods |
r607 | cauld | 2006-07-16 18:56:47 -0600 (Sun, 16 Jul 2006) | 1 line |
| 326 |
! No includes or executable code in mambo.php or mambofunc.php - mostly moved to index.php |
|
| 327 |
- Removed mosHTML::treeSelectList in mambo.php - not used |
Updating admin help link. |
| 328 |
! Moved function mosTreeRecurse from mambofunc.php to admin.menus.php - only place used |
------------------------------------------------------------------------ |
| 329 |
! Removed mosObjectToArray from mambofunc.php - not used |
r606 | cauld | 2006-07-16 18:55:19 -0600 (Sun, 16 Jul 2006) | 1 line |
| 330 |
! Moved function mosGetOrderingList from mambofunc.php to admin.mambots.php - only place used |
|
| 331 |
! Removed HMTL classes from mambo.php - created /includes/mamboHTML.php |
Updating some embedded help items. |
| 332 |
! Removed most mailer code into extension of the phpmailer class, loaded when required |
------------------------------------------------------------------------ |
| 333 |
|
r605 | cauld | 2006-07-16 13:14:36 -0600 (Sun, 16 Jul 2006) | 1 line |
| 334 |
27-Dec-2005 Martin Brampton (counterpoint) |
|
| 335 |
! Complete rewrite of SEO code with substantial new features |
Updating mod_quickicon based on a suggested fix from Apree. Changing from |
| 336 |
! Further detailed changes to support pathway |
fixed sizing to percentages to help with the proper display of these icons. |
| 337 |
|
------------------------------------------------------------------------ |
| 338 |
23-Dec-2005 Martin Brampton (counterpoint) |
r604 | cauld | 2006-07-16 13:02:53 -0600 (Sun, 16 Jul 2006) | 1 line |
| 339 |
! Numerous changes to correct errors and optimise DB accesses |
|
| 340 |
|
Updating admin com_modules to clear warnings. |
| 341 |
16-Dec-2005 Martin Brampton (counterpoint) |
------------------------------------------------------------------------ |
| 342 |
! Fixed bug in submenu handling introduced by mosMenuHandler |
r603 | cauld | 2006-07-16 13:00:44 -0600 (Sun, 16 Jul 2006) | 1 line |
| 343 |
+ Added mosPathway class, modified contact.php as example - needs much work in content.php |
|
| 344 |
|
Updating the post installation survey so that it hyperlinks to the security |
| 345 |
15-Dec-2005 Martin Brampton (counterpoint) |
signup form rather than emails a specific email address. |
| 346 |
+ Added mosMenuHandler into index.php to buffer menu data from database |
------------------------------------------------------------------------ |
| 347 |
! Changed much code where filter information can be provided by mosMenuHandler |
r602 | cauld | 2006-07-16 12:58:50 -0600 (Sun, 16 Jul 2006) | 1 line |
| 348 |
! Changed a couple of mambots - new handler provides an extra parameter, the mambot's own parms. |
|
| 349 |
|
Removing basic TinyMCE editor in favor of the new default MOStlyCE editor |
| 350 |
13-Dec-2005 Martin Brampton (counterpoint) |
based on TinyMCE. |
| 351 |
! Extensive changes to the structure of index files, database classes and mambo.php |
------------------------------------------------------------------------ |
| 352 |
! mosMambotHandler substantially modified to read all data from DB on first use |
r601 | neilt | 2006-07-16 02:52:05 -0600 (Sun, 16 Jul 2006) | 1 line |
| 353 |
! Near complete overhaul of all code now included in the root index.php, other index |
|
| 354 |
! files include this one so that all significant code for index files is now in one |
removal of reserved words from comments component |
| 355 |
! place - exception is admin side index3.php which still contains some code. |
------------------------------------------------------------------------ |
| 356 |
|
r600 | cauld | 2006-07-12 23:10:15 -0600 (Wed, 12 Jul 2006) | 1 line |
| 357 |
-------------------- 4.5.3 (Holiday Patch) Release -------------------------- |
|
| 358 |
|
updating changelog.php |
| 359 |
31-Dec-2005 Chad Auld (cauld) |
------------------------------------------------------------------------ |
| 360 |
# Fixing PHP 5 related issues with admin.content.php |
r599 | chanh | 2006-07-12 15:17:48 -0600 (Wed, 12 Jul 2006) | 1 line |
| 361 |
! Updating credits file |
|
| 362 |
! Adjusting static content editor so it doesn't shift during editing with TinyMCE 2.0.1 |
Upgrade to JSCookMenu v1.4.4. to fix menu show to the extreme left in IE7. |
| 363 |
|
------------------------------------------------------------------------ |
| 364 |
31-Dec-2005 Carlos Souza (csouza) |
r598 | neilt | 2006-07-12 06:47:20 -0600 (Wed, 12 Jul 2006) | 1 line |
| 365 |
# Replaced inconsistent short open tags that caused parse errors in some php versions |
|
| 366 |
|
configuration changes for captcha security |
| 367 |
31-Dec-2005 Martin Brampton (counterpoint) |
------------------------------------------------------------------------ |
| 368 |
! Modified one line in pathway that was using globals no longer set - changed to super globals |
r597 | neilt | 2006-07-12 03:59:15 -0600 (Wed, 12 Jul 2006) | 1 line |
| 369 |
|
|
| 370 |
29-Dec-2005 Chanh Ong (cong) |
fixed contact form send and vcard download issues |
| 371 |
# Fix Parse error: parse error, unexpected '}' in php 5.1 |
------------------------------------------------------------------------ |
| 372 |
|
r596 | neilt | 2006-07-11 06:14:10 -0600 (Tue, 11 Jul 2006) | 1 line |
| 373 |
26-Dec-2005 Chad Auld (cauld) |
|
| 374 |
! Making some changes for the TinyMCE 2.0.1 update to handle the default to filter template change |
captcha code moved into the core to allow for more global inclusion. |
| 375 |
! Updating version.php for release |
Administration configuration amended to enable or disable |
| 376 |
# Fixing trash so that it is empty after a fresh install with sample data |
------------------------------------------------------------------------ |
| 377 |
|
r595 | ninekrit | 2006-07-09 20:52:07 -0600 (Sun, 09 Jul 2006) | 1 line |
| 378 |
23-Dec-2005 Chad Auld (cauld) |
|
| 379 |
! Removing experimental Safari warning in TinyMCE |
Update Thai Language |
| 380 |
! Updating version.php for holiday patch |
------------------------------------------------------------------------ |
| 381 |
|
r593 | neilt | 2006-07-07 12:06:17 -0600 (Fri, 07 Jul 2006) | 1 line |
| 382 |
22-Dec-2005 Martin Brampton (counterpoint) |
|
| 383 |
# Altered incorrect method for error message on row in admin.section.php |
Updated ttf fonts to GPL |
| 384 |
# Added default of null string to params field in mos_section. |
------------------------------------------------------------------------ |
| 385 |
|
r592 | neilt | 2006-07-07 11:48:38 -0600 (Fri, 07 Jul 2006) | 1 line |
| 386 |
21-Dec-2005 Chad Auld (cauld) |
|
| 387 |
! Updating default templates with some minor fixes |
spam fix font files added |
| 388 |
# Fixing some formatting errors on the sample data |
------------------------------------------------------------------------ |
| 389 |
|
r591 | neilt | 2006-07-07 11:47:27 -0600 (Fri, 07 Jul 2006) | 1 line |
| 390 |
21-Dec-2005 Carlos Souza (csouza) |
|
| 391 |
# added session_start() calls to index.php and index2.php |
Comments component spam protection and fonts updated with new GPL version |
| 392 |
|
3.4 and small session enhancements |
| 393 |
21-Dec-2005 Chanh Ong (cong) |
------------------------------------------------------------------------ |
| 394 |
- Revert the change below due to the fix csouza made in index2.php which is better and more secure |
r590 | neilt | 2006-07-07 01:59:57 -0600 (Fri, 07 Jul 2006) | 1 line |
| 395 |
|
|
| 396 |
20-Dec-2005 Chanh Ong (cong) |
New comments component and mambot uploaded along with language files, help |
| 397 |
# Fix problem where Email icon on content not working where session lost its previous value. |
files and modifications to the SQL install |
| 398 |
|
------------------------------------------------------------------------ |
| 399 |
20-Dec-2005 Chad Auld (cauld) |
r589 | chanh | 2006-07-06 12:20:44 -0600 (Thu, 06 Jul 2006) | 1 line |
| 400 |
+ Adding 453 to 453h sql patch for TinyMCE 2.0.1 upgrade |
|
| 401 |
|
The textarea box is too small when not using WYSIWYG editor so make it a |
| 402 |
19-Dec-2005 Chad Auld (cauld) |
little bigger for ease of editing. |
| 403 |
# Fixing admin content preview & upload session issue |
------------------------------------------------------------------------ |
| 404 |
|
r588 | cauld | 2006-07-04 15:41:33 -0600 (Tue, 04 Jul 2006) | 1 line |
| 405 |
18-Dec-2005 Chad Auld (cauld) |
|
| 406 |
! Updated the default TinyMCE editor from 1.45 to 2.0.1 |
Fixing menu manager message displayed when multiple menu items were removed. |
| 407 |
+ Added back in the old System Information administrator link |
Was not displaying the total, but rather each item. |
| 408 |
|
------------------------------------------------------------------------ |
| 409 |
19-Dec-2005 Carlos Souza (csouza) |
r587 | cauld | 2006-07-04 15:25:31 -0600 (Tue, 04 Jul 2006) | 1 line |
| 410 |
# Changed register globals emulation to default to 'On' |
|
| 411 |
|
Fixing broken com_trash multi-item selection for delete |
| 412 |
18-Dec-2005 Martin Brampton(counterpoint) |
------------------------------------------------------------------------ |
| 413 |
# Modified SQL statements having LEFT JOIN after list of joined tables |
r586 | cauld | 2006-07-03 16:43:23 -0600 (Mon, 03 Jul 2006) | 1 line |
| 414 |
# Modified contact searchbot to set Itemid |
|
| 415 |
|
Fixing a roothpath issue that was causing IIS to fail. |
| 416 |
17-Dec-2005 Martin Brampton (counterpoint) |
|
| 417 |
# Modified index.php to avoid conflict with SMF over $_REQUEST['message'] |
-------------------- 4.6 (RC2) Release --------------------------------- |
| 418 |
# Modified admin trash manager to fix failures and lack of page control |
|
| 419 |
|
r584 | cauld | 2006-07-02 14:02:19 -0600 (Sun, 02 Jul 2006) | 1 line |
| 420 |
16-Dec-2005 Chanh Ong (cong) |
|
| 421 |
# Fix bug that causes the "top" position always overlay other component |
Fixing MySQL 5 params NOT NULL issue. Allowing default to be NULL for |
| 422 |
|
components, modules, and mambots. A broader fix will happen with v5. |
| 423 |
-------------------- 4.5.3 Release -------------------------- |
------------------------------------------------------------------------ |
| 424 |
|
r583 | cauld | 2006-07-02 11:05:31 -0600 (Sun, 02 Jul 2006) | 1 line |
| 425 |
26-Nov-2005 Chad Auld (cauld) |
|
| 426 |
! Fixed GPL text in install (made all 1 font, easier to read) |
Eliminating the use of realpath() to determine dynamic URLs. This was |
| 427 |
- Removed old templates |
creating issues with some shared host plans. |
| 428 |
+ Added new Mambo default template |
------------------------------------------------------------------------ |
| 429 |
! Changed more sample data |
r582 | cauld | 2006-06-22 22:17:06 -0600 (Thu, 22 Jun 2006) | 1 line |
| 430 |
! Updated the default setup to fit new template |
|
| 431 |
! Adding setting to default register globals emulation to "On" |
MOStlyCE config change to fix Javascript errors. Now not loading several |
| 432 |
|
external plugins (ex) htmltemplate, mambo, etc. These were not written for |
| 433 |
24-Nov-2005 Chad Auld (cauld) |
TinyMCE 2.x and therefore do not work. Will have to revisit at a later time. |
| 434 |
! Changed the default on the new admin filter/advanced interface to advanced |
------------------------------------------------------------------------ |
| 435 |
|
r581 | cauld | 2006-06-22 21:32:32 -0600 (Thu, 22 Jun 2006) | 1 line |
| 436 |
23-Nov-2005 Chad Auld (cauld) |
|
| 437 |
! Changed header logos. Removed references to 4.5.2. |
MOStlyCE Admin change to remove onclick config section. |
| 438 |
! Updated most of the sample install data |
------------------------------------------------------------------------ |
| 439 |
! Update some of the default installation settings |
r580 | cauld | 2006-06-20 11:43:43 -0600 (Tue, 20 Jun 2006) | 1 line |
| 440 |
! Changed out the included sample banners, install header banner, and admin header banners |
|
| 441 |
- Removed old sample images no longer in use |
turning off MOStlyCE compression by default until the compressor works in IE. |
| 442 |
|
------------------------------------------------------------------------ |
| 443 |
23-Nov-2005 Carlos Souza (csouza) |
r579 | csouza | 2006-06-20 05:54:04 -0600 (Tue, 20 Jun 2006) | 1 line |
| 444 |
! Replaced globals.php and sef.php to address the globals emulation overwrite vulnerability |
|
| 445 |
+ Added option in com_config to toggle register_globals emulation |
removing charset conversion button from language form |
| 446 |
|
------------------------------------------------------------------------ |
| 447 |
16-Nov-2005 Carlos Souza (csouza) |
------------------------------------------------------------------------ |
| 448 |
+ Added fix in index*.php to address the Globals overwrite problem in versions < 4.4.1 |
r577 | cauld | 2006-06-20 00:05:22 -0600 (Tue, 20 Jun 2006) | 1 line |
| 449 |
|
|
| 450 |
14-Nov-2005 Ilias Antonopoulos (eliasan) |
adding some missing / unversioned MOStlyCE files |
| 451 |
# Added Vcard option on Contact Items Parameters |
------------------------------------------------------------------------ |
| 452 |
/administrator/components/com_contact/contact_items.xml |
r576 | cauld | 2006-06-20 00:01:27 -0600 (Tue, 20 Jun 2006) | 1 line |
| 453 |
# Fixed. Link type, menu items don't show up on Pages/Items List. |
|
| 454 |
/includes/mambo.php |
tweaking MOStlyCE based on the 4.5.4 MOStlyCE feedback in the forums |
| 455 |
# Fixed. Empty Categories don't show up, although 'Show Empty Categories' is selected on a Table-Content Section menu Item |
------------------------------------------------------------------------ |
| 456 |
/components/com_content/content.php |
r575 | cauld | 2006-06-19 23:17:39 -0600 (Mon, 19 Jun 2006) | 1 line |
| 457 |
! 'List - Content Section' corrected to 'Table - Content Section' |
|
| 458 |
/administrator/components/com_menus/content_section/content_section.menu.html.php |
committing weblinks SQL injection fix |
| 459 |
|
------------------------------------------------------------------------ |
| 460 |
13-Nov-2005 Chad Auld (cauld) |
r572 | cauld | 2006-06-18 11:53:59 -0600 (Sun, 18 Jun 2006) | 1 line |
| 461 |
! Updated install screens to display 453 and release dates. |
|
| 462 |
! Changed the newsflash articles included with the sample data. |
! changing mambo.sql to fix utf8 / mysql 5 issue with #__core_acl_aro. |
| 463 |
# [#8199] Database queries in gacl_api.class |
------------------------------------------------------------------------ |
| 464 |
# [#7713] mosMail fix bcc bug + add missing ReplyTo fields |
r571 | cauld | 2006-06-18 11:22:02 -0600 (Sun, 18 Jun 2006) | 1 line |
| 465 |
|
|
| 466 |
12-Nov-2005 Giorgio Nordo (gin) |
! Turning off MOStlyCE compression by default since it doesn't work in IE. |
| 467 |
# [#7590] fixed the bug of the related items module (the module showed also expired content items) |
Adding warning to tip so users see why it is off. OK and recommended for use with FF. |
| 468 |
|
------------------------------------------------------------------------ |
| 469 |
11-Nov-2005 Chad Auld (cauld) |
r570 | neilt | 2006-06-18 04:04:34 -0600 (Sun, 18 Jun 2006) | 1 line |
| 470 |
+ [#8364] OSI Certification: Added README file. Added OSI logo to install screens. |
|
| 471 |
|
commit test |
| 472 |
08-Nov-2005 Ilias Antonopoulos (eliasan) |
------------------------------------------------------------------------ |
| 473 |
# [#8338] Help Mechanishm Unreliable: Changed all key references. Added new. Modified the code to display the right help screens. Expanded code to display the right help screen when adding a new menu item. |
r569 | chanh | 2006-06-17 22:47:09 -0600 (Sat, 17 Jun 2006) | 1 line |
| 474 |
For testing, set your help server to point at: http://www.mambobook.gr/draftdoc |
|
| 475 |
New Help screen will be uploaded to http://help.mamboserver.com |
Make a comment commit on SG SVN to make sure the commit work |
| 476 |
|
------------------------------------------------------------------------ |
| 477 |
27-Oct-2005 Shaoying Sun (lang3) |
r568 | cauld | 2006-06-17 19:13:30 -0600 (Sat, 17 Jun 2006) | 1 line |
| 478 |
# [#7447] Image path input from backend results in broken links on frontend |
|
| 479 |
|
!test commit against Mambo's new SVN repository |
| 480 |
26-Oct-2005 Carlos Souza (csouza) |
------------------------------------------------------------------------ |
| 481 |
! Hardened 'Email To Friend' form in com_content |
r567 | chanh | 2006-06-16 13:03:24 -0600 (Fri, 16 Jun 2006) | 1 line |
| 482 |
|
|
| 483 |
22-Oct-2005 Shaoying Sun (lang3) |
Fix bug with STRICT_TRANS_TABLES cause installer to fail in mysql 5 when |
| 484 |
! Changed date format "Y-m-d h:i:s" to "Y-m-d H:i:s" in content, frontpage, typedcontent show in backend |
install module and mambot |
| 485 |
! Changed date format "Y-m-d h:i:s" to "Y-m-d H:i:s" in message send in frontend |
------------------------------------------------------------------------ |
| 486 |
|
r566 | csouza | 2006-06-14 06:50:53 -0600 (Wed, 14 Jun 2006) | 1 line |
| 487 |
20-Oct-2005 Chad Auld (cauld) |
|
| 488 |
! Fixed SQL injection hole in content submission |
updated brazilian portuguese glossary |
| 489 |
|
------------------------------------------------------------------------ |
| 490 |
20-Oct-2005 Cameron Fraser |
r565 | cauld | 2006-06-13 21:58:48 -0600 (Tue, 13 Jun 2006) | 1 line |
| 491 |
+ Added Simple / Advanced functionality to Add / Edit (Content/Section/Category) pages |
|
| 492 |
admin.admin.html.php |
!Changing format of CHANGELOG to use the SVN log. Easier to maintain. |
| 493 |
admin.content.html.php |
------------------------------------------------------------------------ |
| 494 |
admin.sections.html.php |
r564 | cauld | 2006-06-13 21:17:10 -0600 (Tue, 13 Jun 2006) | 2 lines |
| 495 |
admin.categories.html.php |
|
| 496 |
admin.typedcontent.html.php |
!updating mostlyce.php and mostlyce.xml based on recent test for 454. |
| 497 |
index2.php |
Fixing paste plugin issue. |
| 498 |
|
------------------------------------------------------------------------ |
| 499 |
19-Oct-2005 Chad Auld (cauld) |
r563 | csouza | 2006-06-11 10:05:40 -0600 (Sun, 11 Jun 2006) | 1 line |
| 500 |
# [#8260] Search highlighting fails when a "?" is entered |
|
| 501 |
|
bug fix in language charset conversion |
| 502 |
16-Oct-2005 Chad Auld (cauld) |
------------------------------------------------------------------------ |
| 503 |
# [#7601] MySQL password textbox is shown as a plain text box |
r562 | csouza | 2006-06-10 11:37:53 -0600 (Sat, 10 Jun 2006) | 1 line |
| 504 |
# [#7410] Mambo gzip fails when gzip compression is already enabled in php.ini |
|
| 505 |
# [#7746] Missing space in mosimage IMG tags |
updated .pot templates |
| 506 |
# [#8157] Use of $mosConfig_abolute_path instead of $mosConfig_absolute_path |
------------------------------------------------------------------------ |
| 507 |
# [#7714] User Registration allows dots and other chars besides A-Z 0-9 |
r560 | csouza | 2006-06-07 02:35:31 -0600 (Wed, 07 Jun 2006) | 1 line |
| 508 |
|
|
| 509 |
08-Aug-2005 Andrew Eddie |
language - updated .pot templates |
| 510 |
^ Encased text files in PHP wrapper to help obsfucate version info |
------------------------------------------------------------------------ |
| 511 |
# Changed admin session name to hash of live_site to allow you to log into more than one mambo on the same host |
r557 | csouza | 2006-06-07 02:21:25 -0600 (Wed, 07 Jun 2006) | 1 line |
| 512 |
# Fixed hardcoded (c) character in web installer files |
|
| 513 |
# Fixed slow query in admin User Manager list screen |
including italian, thai and brazilian portuguese language files for the rc. These should be installable. |
| 514 |
# Fixed bug in poll stats calculation |
------------------------------------------------------------------------ |
| 515 |
# Fixed SQL injection bugs in user activation (thanks Enno Klasing) |
r556 | csouza | 2006-06-07 02:15:51 -0600 (Wed, 07 Jun 2006) | 1 line |
| 516 |
# Updated bug fixes in phpMailer class |
|
| 517 |
# Fixed login bug for nested Mambo sites on the same domain |
internationalization modifications |
| 518 |
|
------------------------------------------------------------------------ |
| 519 |
02-Aug-2005 Alex Kempkens |
r555 | cauld | 2006-05-31 21:26:19 -0600 (Wed, 31 May 2006) | 4 lines |
| 520 |
# [#6775] Display of static content without Itemid |
|
| 521 |
# [#6330] Corrected default value of field |
! removing all mentions of mamboforge and replacing with mamboxchange or something else like The Source. |
| 522 |
|
! updating the support page to update links, add better wording, etc. |
| 523 |
-------------------- 4.5.2.3 Patch Released ---------------------- |
! updating version.php for RC2 |
| 524 |
|
------------------------------------------------------------------------ |
| 525 |
15-Jun-2005 Andrew Eddie |
r554 | csouza | 2006-05-31 10:52:24 -0600 (Wed, 31 May 2006) | 1 line |
| 526 |
# Fixed sql injection vulnerability in voting form |
|
| 527 |
# Fixed over-sensitive filtering of content intro and full text fields |
minor tweaks to HTML_admin_misc::help() in admin.admin.html.php |
| 528 |
^ Updates database::setQuery code to more efficient version |
------------------------------------------------------------------------ |
| 529 |
|
r553 | csouza | 2006-05-31 10:49:28 -0600 (Wed, 31 May 2006) | 1 line |
| 530 |
-------------------- 4.5.2.2 Patch Released ---------------------- |
|
| 531 |
|
replaced help files with xhtml compliant ones with title tag needed for help index |
| 532 |
04-May-2005 Andrew Eddie |
------------------------------------------------------------------------ |
| 533 |
# Fixed vulnerability with bind method in mosDBTable class |
r552 | csouza | 2006-05-30 17:38:18 -0600 (Tue, 30 May 2006) | 1 line |
| 534 |
# Fixed session id spoofing via administrator/index3.php |
|
| 535 |
# Fixed bug in mosAbstractTasker redirect method |
removed obsolete help screens |
| 536 |
# Prevented attacks via injection of POST variables through GET |
------------------------------------------------------------------------ |
| 537 |
# Fix injection bugs in various class 'check' methods |
r551 | csouza | 2006-05-30 17:35:27 -0600 (Tue, 30 May 2006) | 1 line |
| 538 |
+ Added input filter class (replacement for built-in strip tags) |
|
| 539 |
- Removed vulnerable file in DOMIT library |
final installment of new and renamed help screens and component toolbars changed to reflect new naming. |
| 540 |
|
------------------------------------------------------------------------ |
| 541 |
4-Mar-2005 Rey Gigataras |
r550 | csouza | 2006-05-29 11:21:00 -0600 (Mon, 29 May 2006) | 1 line |
| 542 |
# Fixed [#4642] Can't login to ADMINISTATION |
|
| 543 |
# Fixed [#4768] emailCloaking() doesn't completely combine parts of mail address |
first installment of new and renamed help screens and component toolbars changed to reflect new naming |
| 544 |
# Fixed [#4972] Truncated email address in Contacts |
------------------------------------------------------------------------ |
| 545 |
# Fixed [#4607] admin.typedcontent.php missing $lists['_caption_align'] initialisation code |
r549 | cauld | 2006-05-26 21:42:35 -0600 (Fri, 26 May 2006) | 2 lines |
| 546 |
# Fixed [#4610] MOSimage doesn't work in static content manager |
|
| 547 |
# Fixed [#4586] `List Length` is ignored |
! Updated "What's new" & "Credits" |
| 548 |
|
------------------------------------------------------------------------ |
| 549 |
-------------------- 4.5.2.1 Patch Released ---------------------- |
r548 | cauld | 2006-05-26 20:05:58 -0600 (Fri, 26 May 2006) | 2 lines |
| 550 |
19-Feb-2005 Andrew Eddie |
|
| 551 |
# Fixed security vulnerability in Tar.php |
+ Adding new site templates (Donated by Water&Stone, coded by Nalisa) |
| 552 |
|
------------------------------------------------------------------------ |
| 553 |
18-Feb-2005 Andy Miller |
r533 | csouza | 2006-05-22 08:32:01 -0600 (Mon, 22 May 2006) | 1 line |
| 554 |
# Fixed com_content to use <div> for componentheading |
|
| 555 |
! Changed implementation of new -3 module style for more robust solution |
fixed some bugs caused by index.php cleanup |
| 556 |
|
------------------------------------------------------------------------ |
| 557 |
-------------------- 4.5.2 Stable Released ---------------------- |
r532 | csouza | 2006-05-21 03:41:05 -0600 (Sun, 21 May 2006) | 1 line |
| 558 |
|
|
| 559 |
16-Feb-2005 Emir Sakic |
moved commented 'ErrorHandler' class in index.php to includes/core.classes.php |
| 560 |
# Fixed JS Bug with save order button not refreshing the page in IE |
------------------------------------------------------------------------ |
| 561 |
+ Added support for language variable in content URL |
r531 | cauld | 2006-05-20 18:54:45 -0600 (Sat, 20 May 2006) | 1 line |
| 562 |
|
|
| 563 |
16-Feb-2005 Andy Miller |
cauld: (trivial) correcting a few spelling errors |
| 564 |
+ Added css elements for image/caption in sf2 |
------------------------------------------------------------------------ |
| 565 |
! Removed hardcoded default padding/margin in mosimage mambot |
r530 | csouza | 2006-05-20 17:17:51 -0600 (Sat, 20 May 2006) | 1 line |
| 566 |
|
|
| 567 |
16-Feb-2005 Alex Kempkens |
corrected mambocore->rootpath in includes/core.classes.php and added phpdoc templates to undocumented classes |
| 568 |
# Fixed handling of header and search phrases in search component |
------------------------------------------------------------------------ |
| 569 |
|
r529 | csouza | 2006-05-20 15:01:36 -0600 (Sat, 20 May 2006) | 1 line |
| 570 |
16-Feb-2005 Rey Gigataras |
|
| 571 |
! `Cancel` button replaced with `Close` button when editing existing items |
moved classes in index.php to includes/core.classes.php |
| 572 |
! Moved `Mass Mail` to `Component` Sub-menu |
------------------------------------------------------------------------ |
| 573 |
# Fixed [#4517] Menu order incorrect |
r528 | cauld | 2006-05-20 14:57:10 -0600 (Sat, 20 May 2006) | 1 line |
| 574 |
# Fixed [#4466] Administrator may delete other administrator |
|
| 575 |
# Fixed [#4468] Administrator may change the level they belong to |
cauld: # Fixing a Offline bug which caused an error rather than the offline message when MySQL was down |
| 576 |
# Fixed [#4536] Logout Link wrong in User Menu |
------------------------------------------------------------------------ |
| 577 |
# Fixed [#4467] Back-end Group may create 'Public Front-end' or 'Public Back-end' user |
r524 | neilt | 2006-05-19 06:18:36 -0600 (Fri, 19 May 2006) | 1 line |
| 578 |
# Fixed 'Other Categories' param problem in 'Newsfeeds` and `Contacts` components |
|
| 579 |
# Fixed [#4482] Error in WebLink Parameters |
general javascript and formatting bug fixes |
| 580 |
# Fixed [#4532] Display problem in Table - Content Category |
------------------------------------------------------------------------ |
| 581 |
# Fixed [#4533] Display problem in Table - Content Section |
r523 | neilt | 2006-05-19 00:20:15 -0600 (Fri, 19 May 2006) | 1 line |
| 582 |
# Fixed missing published button in `Newsfeed` Component edit page |
|
| 583 |
# Fixed [#4500] No Caption in Static Content |
Fixed Trac Ticket #86 |
| 584 |
|
------------------------------------------------------------------------ |
| 585 |
16-Feb-2005 Peter Koch |
r521 | cauld | 2006-05-16 22:54:20 -0600 (Tue, 16 May 2006) | 1 line |
| 586 |
# Fixed [#4090] navigation between archived articles is not possible |
|
| 587 |
# Fixed error in 'make unwriteable' when editing language and template files |
cauld - # Rewrote uninstall_template() to fix bug where the wrong template dir was removed |
| 588 |
# Fixed category redirection error after calling from content item manager |
------------------------------------------------------------------------ |
| 589 |
! Updated cpanel icons and modules for hiding mainmenu when calling edit pages |
r520 | neilt | 2006-05-16 07:13:53 -0600 (Tue, 16 May 2006) | 1 line |
| 590 |
! Updated typed/static content for hiding mainmenu when calling edit pages |
|
| 591 |
! Spread menubar icons for improved usability |
Modification to center menubar labels |
| 592 |
! Updated installation step 1 hints and warnings |
------------------------------------------------------------------------ |
| 593 |
|
r517 | neilt | 2006-05-16 06:05:37 -0600 (Tue, 16 May 2006) | 1 line |
| 594 |
16-Feb-2005 Andrew Eddie |
|
| 595 |
+ Added new site module stype to allow for rounded corner styling techniques |
bug fix |
| 596 |
# Fixed bug in database error reporting when in debug mode |
------------------------------------------------------------------------ |
| 597 |
# Fixed bug showing Not Auth message when linking via Key reference |
r516 | neilt | 2006-05-16 03:44:41 -0600 (Tue, 16 May 2006) | 1 line |
| 598 |
# Fixed help links to support and removed useless index link |
|
| 599 |
# Fixed [#4483] 4.5.2 Pre1: Powerd by Logo still shows 4.5.1 |
minor bug fixes |
| 600 |
# Fixed [#4496] Pre-1 Section Creation: No menu link creation possible |
------------------------------------------------------------------------ |
| 601 |
+ Added [#4502] Pre-1: User "Select Log Status" lacks "logged out" option |
r515 | cauld | 2006-05-15 22:20:58 -0600 (Mon, 15 May 2006) | 1 line |
| 602 |
# Fixed [#4480] 4.5.2 CVS missing language string in contacts (Download as Vcard) |
|
| 603 |
|
cauld - fixing minor mis-spelling |
| 604 |
15-Feb-2005 Rey Gigataras |
------------------------------------------------------------------------ |
| 605 |
# Fixed bug `Search Category` mambot |
r514 | neilt | 2006-05-15 06:52:09 -0600 (Mon, 15 May 2006) | 1 line |
| 606 |
|
|
| 607 |
15-Feb-2005 Peter Koch |
inclusion of .message class in front end css |
| 608 |
# Fixed creation of menuitems for weblink, newsfeed and contact categories |
------------------------------------------------------------------------ |
| 609 |
# Fixed content menu should recognize empty sections and categories |
r512 | cauld | 2006-05-14 17:16:29 -0600 (Sun, 14 May 2006) | 2 lines |
| 610 |
! Hide main menu whenever an item is edited to reduce risk of lost checkouts. |
|
| 611 |
! Improved backend messaging |
cauld - Added the uploadfiles dir to the installation write permission check |
| 612 |
|
|
| 613 |
15-Feb-2005 Andrew Eddie |
------------------------------------------------------------------------ |
| 614 |
# Fixed spurious installer error msg when xml file is included in package file list |
r511 | cauld | 2006-05-14 16:22:54 -0600 (Sun, 14 May 2006) | 1 line |
| 615 |
+ Added experimental task routing class |
|
| 616 |
+ Added mainframe function to add custom html to the head tag of a template |
cauld - missed a few weblink name changes. |
| 617 |
|
------------------------------------------------------------------------ |
| 618 |
14-Feb-2005 Emir Sakic |
r510 | cauld | 2006-05-14 15:46:22 -0600 (Sun, 14 May 2006) | 1 line |
| 619 |
# Fixed [#4207] Bug in Blog-Content Category Archives |
|
| 620 |
|
cauld: Standardized / Updated the label for New Feeds for the whole app (aka: Newsfeeds) |
| 621 |
14-Feb-2005 Peter Koch |
------------------------------------------------------------------------ |
| 622 |
# Fixed [#4472] 4.5.2 CVS Menu Manager [menu] Overlib oddities |
r509 | cauld | 2006-05-14 15:14:22 -0600 (Sun, 14 May 2006) | 1 line |
| 623 |
# Fixed sample installation inconsistents |
|
| 624 |
# Fixed phrasing for all menuitem names |
cauld: Updated MOStlyCE spellchecker plugin tip |
| 625 |
# Fixed wrong category mgr if no weblink or newsfeed cat. exists |
------------------------------------------------------------------------ |
| 626 |
|
r508 | cauld | 2006-05-14 14:48:05 -0600 (Sun, 14 May 2006) | 3 lines |
| 627 |
14-Feb-2005 Alex Kempkins |
|
| 628 |
# Fixed problem with RSS feeds & live feed |
! Updated the "What's New" help doc |
| 629 |
# Removed config_ml_support from configuration dialogs |
! Standardized / Updated the label for Web Links for the whole app (aka: Weblinks) |
| 630 |
|
------------------------------------------------------------------------ |
| 631 |
14-Feb-2005 Andrew Eddie |
r507 | cauld | 2006-05-13 19:23:34 -0600 (Sat, 13 May 2006) | 7 lines |
| 632 |
# Fixed [#4305,3971] User with Manager or Administrator Access pb |
|
| 633 |
! Converted help files to html, help index can point to help site |
! Upgraded MOStlyCE's guts to TinyMCE 2.0.6.1 (bugs fixes, enhancements, etc) |
| 634 |
|
+ Added a layers plugin to MOStlyCE and an experimental spellchecker plugin (works well in IE) |
| 635 |
13-Feb-2005 Rey Gigataras |
+ Added options in MOStlyCE Admin to control layer & spellchecker plugins |
| 636 |
# Fixed [#3840] Some curious things in the Groupmanagement |
! Various other minor MOStlyCE tweaks and enhancements |
| 637 |
# Fixed [#4272] Configuration: no 'back'; link to control panel |
------------------------------------------------------------------------ |
| 638 |
! Added logged filter to `User Manager` |
r506 | adi | 2006-05-13 00:03:27 -0600 (Sat, 13 May 2006) | 1 line |
| 639 |
+ mod_logged Admin module |
|
| 640 |
|
fix trac #85 |
| 641 |
12-Feb-2005 Rey Gigataras |
------------------------------------------------------------------------ |
| 642 |
# Fixed [#4319] 4.5.2 CVS mod_rssfeed malfunction |
r505 | cauld | 2006-05-11 06:54:09 -0600 (Thu, 11 May 2006) | 1 line |
| 643 |
|
|
| 644 |
12-Feb-2005 Peter Koch |
cauld - fixing mambo.sql table prefix bug |
| 645 |
# Fixed [#4345] stripslashes on array in includes/mambo.php:mosBindArrayToObject() |
------------------------------------------------------------------------ |
| 646 |
+ Added optional parameters for $cc, $bcc, $attachment to mosMail() |
r504 | neilt | 2006-05-01 11:55:35 -0600 (Mon, 01 May 2006) | 1 line |
| 647 |
+ Made path to sendmail configurable ($mosConfig_sendmail) |
|
| 648 |
|
Fixed errors occuring whilst copying empty sections - Trac #83 |
| 649 |
11-Feb-2005 Andy Miller |
------------------------------------------------------------------------ |
| 650 |
# Fixed Long SEF URLs showing up in search results |
r502 | cauld | 2006-04-30 14:57:33 -0600 (Sun, 30 Apr 2006) | 1 line |
| 651 |
+ Added a function to show area of text in search results based on keyword |
|
| 652 |
# Fixed rotate image module to include trailing <br /> for IE compatibility |
cauld - Updating MOStlyCE Admin to handle the language file structure change. |
| 653 |
# Fixed search highlighting to display properly |
------------------------------------------------------------------------ |
| 654 |
|
r500 | cauld | 2006-04-30 14:27:06 -0600 (Sun, 30 Apr 2006) | 1 line |
| 655 |
11-Feb-2005 Peter Koch |
|
| 656 |
# Fixed [#4321] 4.5.2 CVS mod_sections module displays empty sections |
cauld - checking in tinymce 2.0.5.1 |
| 657 |
# Fixed [#3072] Update DB from 4.5.0 to 4.5.1 |
------------------------------------------------------------------------ |
| 658 |
|
r499 | cauld | 2006-04-30 13:02:06 -0600 (Sun, 30 Apr 2006) | 1 line |
| 659 |
11-Feb-2005 Rey Gigataras |
|
| 660 |
# Fixed Live Bookmarks handling |
cauld - For whatever reason the last time I tried to commit the new version of |
| 661 |
+ Additional parameters for TinyMCE |
the MOStlyCE mambot it disappeared. Trying again. |
| 662 |
! Added group filtering for User Manager |
------------------------------------------------------------------------ |
| 663 |
! Added `User Manager` & `Media Manager` to Admin Panel Quickicons |
r497 | cauld | 2006-04-30 12:23:50 -0600 (Sun, 30 Apr 2006) | 1 line |
| 664 |
! Restrutured Admin `Content` Sub-Menu |
|
| 665 |
|
cauld - Removing old basic TinyMCE 2.0.1, will replace with TinyMCE 2.0.5.1. |
| 666 |
10-Feb-2005 Peter Koch |
Tons of enhancements and bug fixes. |
| 667 |
# Fixed [#4251] (Again) Issues with other categories display |
------------------------------------------------------------------------ |
| 668 |
# Fixed [#4361] script tag in submit news bloqs admin backend |
r496 | cauld | 2006-04-30 12:18:38 -0600 (Sun, 30 Apr 2006) | 1 line |
| 669 |
|
|
| 670 |
10-Feb-2005 Alex Kempkens |
cauld - Rolling MOStlyCE Admin back to v1.5 since the Img & File mgr plugins have been pulled. |
| 671 |
! Removed multi lingual calls from index and searchbot scripts |
------------------------------------------------------------------------ |
| 672 |
|
r495 | cauld | 2006-04-30 12:10:47 -0600 (Sun, 30 Apr 2006) | 1 line |
| 673 |
10-Feb-2005 Andrew Eddie |
|
| 674 |
# Fixed bug in module display for free text and style=-1 |
cauld - Checking in MOStlyCE 1.7 mambot. Now using TinyMCE 2.0.5.1. |
| 675 |
# fixed bug in mambot uninstaller |
The image mgr and file mgr plugins have been pulled for compatibility reasons. |
| 676 |
|
------------------------------------------------------------------------ |
| 677 |
09-Feb-2005 Peter Koch |
r494 | cauld | 2006-04-30 12:05:15 -0600 (Sun, 30 Apr 2006) | 1 line |
| 678 |
# Fixed [#4396] 4.5.2 CVS Order column in lists? Editing can't be saved. |
|
| 679 |
# Fixed [#4251] 4.5.2 CVS Menu Manager/Menu Items Editing window typos and bugs |
cauld - Removing the old mostlyce install. I will be bringing in a fresh |
| 680 |
|
version with the most recent TinyMCE 2.0.5.1 guts. I didn't want to deal with |
| 681 |
08-Feb-2005 Peter Koch |
new files vs deleted files, etc. Just easier to replace the whole darn thing :) |
| 682 |
# Fixed [#4404] 4.5.2 CVS mod_templatechooser Typo |
------------------------------------------------------------------------ |
| 683 |
# Fixed [#4405] 4.5.2 CVS mod_whosonline oddity |
r493 | neilt | 2006-04-27 11:43:45 -0600 (Thu, 27 Apr 2006) | 1 line |
| 684 |
# Fixed [#4400] problem with copying menu in admin panel |
|
| 685 |
|
Missing argument 6 for moscomponentusermanager() - Trac #81 |
| 686 |
07-Feb-2005 Peter Koch |
------------------------------------------------------------------------ |
| 687 |
# Fixed [#4105] Fixes to new item counters, category display, etc. |
r492 | neilt | 2006-04-26 15:31:58 -0600 (Wed, 26 Apr 2006) | 2 lines |
| 688 |
# Fixed [#4359] 4.5.2 CVS new Menu Manager display bug after 05/02/cvs update |
|
| 689 |
|
Fixed empty admin module bugs |
| 690 |
07-Feb-2005 Alex Kempkens |
Fixed bugs adding new content with no section / categories |
| 691 |
# Fixed small variable notices |
|
| 692 |
! Added configuration value for ml support |
-------------------- 4.6 (RC1) Release --------------------------------- |
| 693 |
# Fixed small issues about content categories & notice warnings for news-flash module |
|
| 694 |
|
------------------------------------------------------------------------ |
| 695 |
06-Feb-2005 |
r491 | csouza | 2006-04-23 16:43:10 -0600 (Sun, 23 Apr 2006) | 1 line |
| 696 |
# Fixed bug that in usermenu logout link that prevents access to com_login |
|
| 697 |
|
fix javascript language bugs and mosmenubar::help() |
| 698 |
05-Feb-2005 Alex Kempkens |
------------------------------------------------------------------------ |
| 699 |
+ Added small corrections in the select handling for multi lingual contents |
r490 | cauld | 2006-04-23 10:39:53 -0600 (Sun, 23 Apr 2006) | 1 line |
| 700 |
+ Integrated basic check for multi lingual component, same technique like |
|
| 701 |
SEF |
cauld - fixing Image Manager plugin image list bug. |
| 702 |
! Added the use of css 'sectiontableentry1/2' in the content item table of |
------------------------------------------------------------------------ |
| 703 |
the category list |
r489 | cauld | 2006-04-23 01:35:31 -0600 (Sun, 23 Apr 2006) | 1 line |
| 704 |
|
|
| 705 |
05-Feb-2005 Emir Sakic |
cauld - Big commit here for the newly configured MOStlyCE Image & File Manager plugins. Also contains the new MOStlyCE Admin tabs that go along with these. |
| 706 |
# Fixed JS error in TinyMCE advanced editor |
------------------------------------------------------------------------ |
| 707 |
# Fixed SEF bug |
r488 | neilt | 2006-04-22 14:46:52 -0600 (Sat, 22 Apr 2006) | 1 line |
| 708 |
# Fixed TOC SEF bug |
|
| 709 |
# Fixed cosmetic admin menu bug |
non purged multiple session problems fixed. Trac #79 |
| 710 |
! Removed IFRAME borders on admin help page |
------------------------------------------------------------------------ |
| 711 |
# Fixed [#4267] Module Manager list default bug |
r487 | counterpoint | 2006-04-22 02:49:01 -0600 (Sat, 22 Apr 2006) | 1 line |
| 712 |
! Added icon for save order admin listing |
|
| 713 |
|
Further relaxation of Itemid check to avoid "not authorized" errors |
| 714 |
05-Feb-2005 Andrew Eddie |
------------------------------------------------------------------------ |
| 715 |
+ Added Quote method to database class |
r486 | counterpoint | 2006-04-21 11:08:02 -0600 (Fri, 21 Apr 2006) | 1 line |
| 716 |
+ Added php 4.1.2 compat functions |
|
| 717 |
|
Fix bug in showing "shortcut" icon |
| 718 |
03-Feb-2005 Andrew Eddie |
------------------------------------------------------------------------ |
| 719 |
+ Add Walter Zorn tooltip library |
r485 | counterpoint | 2006-04-21 07:10:48 -0600 (Fri, 21 Apr 2006) | 1 line |
| 720 |
|
|
| 721 |
02-Feb-2005 Andrew Eddie |
Modified search mambots to include correct Itemid and prevent search results from being blocked by "unauthorized access" |
| 722 |
! Fixed x-site injection vulnerability related to PHP bug |
------------------------------------------------------------------------ |
| 723 |
|
r484 | cauld | 2006-04-20 12:37:58 -0600 (Thu, 20 Apr 2006) | 1 line |
| 724 |
30-Jan-2005 Andy Stewart |
|
| 725 |
# Fixed [#4520] Changed singular "Module" into plural "Module(s)" when deleting a menu. |
cauld - updating version.php for Monday's RC1 release. |
| 726 |
# Fixed [#4220] Static content linking to content item in menu manager. |
------------------------------------------------------------------------ |
| 727 |
|
r483 | csouza | 2006-04-19 07:17:58 -0600 (Wed, 19 Apr 2006) | 1 line |
| 728 |
29-Jan-2005 Alex Kempkens |
|
| 729 |
# Fixed live feed handling of RRS and integrated possibility to name |
Language Manager Javascript and bug fixes |
| 730 |
the feed file |
------------------------------------------------------------------------ |
| 731 |
|
r482 | neilt | 2006-04-19 02:17:21 -0600 (Wed, 19 Apr 2006) | 1 line |
| 732 |
27-Jan-2005 Andy Stewart |
|
| 733 |
# Fixed [#2938] Added strtolower to filename when chmod after upload |
addition of missing index.html files to numerous folders |
| 734 |
|
------------------------------------------------------------------------ |
| 735 |
27-Jan-2005 Andrew Eddie |
r481 | counterpoint | 2006-04-18 10:54:46 -0600 (Tue, 18 Apr 2006) | 1 line |
| 736 |
+ Added folder offset to <files> tag in installer |
|
| 737 |
|
Small bug fixes to text items |
| 738 |
26-Jan-2005 Peter Koch |
------------------------------------------------------------------------ |
| 739 |
! Change content editors width to 100% |
r479 | counterpoint | 2006-04-16 09:27:34 -0600 (Sun, 16 Apr 2006) | 1 line |
| 740 |
|
|
| 741 |
25-Jan-2005 Peter Koch |
Patch installer and file permission bug fixes note. |
| 742 |
# Fixed weblinks not working with SEF enabled |
------------------------------------------------------------------------ |
| 743 |
# Fixed [#3851] Alternative gzip page compression doesn't work (for example in Opera) |
r478 | counterpoint | 2006-04-16 09:25:59 -0600 (Sun, 16 Apr 2006) | 2 lines |
| 744 |
# Fixed non-standard HTML in user manager |
|
| 745 |
|
Patch installer and file handling bug fixes |
| 746 |
24-Jan-2005 Andy Stewart |
------------------------------------------------------------------------ |
| 747 |
# Fixed [3565] updated publish_array to point to correct key |
r477 | counterpoint | 2006-04-16 09:25:27 -0600 (Sun, 16 Apr 2006) | 1 line |
| 748 |
# Fixed [3824] Closed, resolved by [3289] fix |
|
| 749 |
# Fixed [3473] Closed, resolved by [3289] fix |
Patch installer |
| 750 |
# Fixed [3752] Not a bug, user not understood ini_get function |
------------------------------------------------------------------------ |
| 751 |
|
r475 | counterpoint | 2006-04-15 02:28:04 -0600 (Sat, 15 Apr 2006) | 1 line |
| 752 |
24-Jan-2005 Peter Koch |
|
| 753 |
# Fixed misspelling cateogry/category in english.php |
Added code to put admin side custom modules into effect, not including RSS feeds. |
| 754 |
# Fixed non-standard HTML in admin control panel |
------------------------------------------------------------------------ |
| 755 |
|
r474 | neilt | 2006-04-13 10:21:17 -0600 (Thu, 13 Apr 2006) | 1 line |
| 756 |
23-Jan-2005 Levis Bisson |
|
| 757 |
+ Added the global configuration -> Show UnAuthorized Links condition |
Atom 1.0 changes |
| 758 |
to the mod_latestnews.php, mod_mostread.php and mod_newsflash.php |
------------------------------------------------------------------------ |
| 759 |
|
r473 | counterpoint | 2006-04-13 10:18:01 -0600 (Thu, 13 Apr 2006) | 1 line |
| 760 |
23-Jan-2005 Peter Koch |
|
| 761 |
+ Added write protection handling to template html and css editors. |
Modified to process the XML for language package installation. |
| 762 |
+ Added write protection handling to language file editor. |
------------------------------------------------------------------------ |
| 763 |
# Fixed [#3289] Media Manager not working with globals off |
r472 | counterpoint | 2006-04-13 09:38:43 -0600 (Thu, 13 Apr 2006) | 1 line |
| 764 |
# Fixed [#3352] Global configuration and Logout Fail |
|
| 765 |
|
Extended XML tags for installing language packages. |
| 766 |
22-Jan-2005 Rey Gigataras |
------------------------------------------------------------------------ |
| 767 |
# Fixed missing Back Button option for Search component page |
r471 | neilt | 2006-04-13 07:29:26 -0600 (Thu, 13 Apr 2006) | 1 line |
| 768 |
# Fixed 'no results' found when first entering Search component - without engaging a search |
|
| 769 |
# Fixed pathway html entity problem |
minor changes to dates and path |
| 770 |
|
------------------------------------------------------------------------ |
| 771 |
21-Jan-2005 Peter Koch |
r470 | neilt | 2006-04-13 04:02:43 -0600 (Thu, 13 Apr 2006) | 2 lines |
| 772 |
+ Added checkboxes in site global configuration to make configuration.php |
|
| 773 |
unwritable after saving, or to override write protection while saving |
Corrected declaration and assigning of 3 new field values |
| 774 |
respectively. |
$item_created, $item_modified and $item_author |
| 775 |
+ Added function mosIsChmodable($file) to administrator/includes/admin.php. |
------------------------------------------------------------------------ |
| 776 |
Returns TRUE if mambo can chmod the file. Used for overwrite/add write |
r469 | neilt | 2006-04-13 03:52:39 -0600 (Thu, 13 Apr 2006) | 4 lines |
| 777 |
protection functions in administration editors. |
|
| 778 |
|
Removal of depricated Atom0.3 syndication |
| 779 |
19-Jan-2005 Rey Gigataras |
Addition of Atom1.0 standards and RSS feed image |
| 780 |
+ Added Vcard capability to Contact Component |
Modifications to language files |
| 781 |
|
Trac #72 |
| 782 |
18-Jan-2005 Peter Koch |
------------------------------------------------------------------------ |
| 783 |
# General fix for chmod issues [#3842] [#3727] [#3275]: |
r468 | cauld | 2006-04-12 23:11:44 -0600 (Wed, 12 Apr 2006) | 1 line |
| 784 |
+ Added configurable file and directory permissions (chmod) to installation steps. |
|
| 785 |
+ Added configurable file & directory permissions (chmod) to global configuration |
cauld - fixing mospagebreak to work with php 4 & 5 |
| 786 |
+ Added function mosChmodRecursive($path, $filemode=NULL, $dirmode=NULL) to mambo.php. |
------------------------------------------------------------------------ |
| 787 |
+ Added function mosChmod($path) to mambo.php. |
r467 | csouza | 2006-04-12 21:55:19 -0600 (Wed, 12 Apr 2006) | 3 lines |
| 788 |
! 3rd party addons may adopt the permission flags while still keeping backward compatibility. |
|
| 789 |
! Updated com_installer to use the new chmod options above |
Language fixes |
| 790 |
! Updated com_media to use the new chmod options above |
export language functionality |
| 791 |
# Fixed $mosConfig_absolute_path having double slashes after installing on windows |
italian language translations |
| 792 |
# Fixed several minor html errors in installer and com_config |
------------------------------------------------------------------------ |
| 793 |
|
r464 | chanh | 2006-04-12 13:59:36 -0600 (Wed, 12 Apr 2006) | 1 line |
| 794 |
18-Jan-2005 Rey Gigataras |
|
| 795 |
! Added Date column to Content Managers |
Fix missing cid variable for backward compatible with 3PD component. |
| 796 |
|
------------------------------------------------------------------------ |
| 797 |
17-Jan-2005 Rey Gigataras |
r462 | cauld | 2006-04-11 23:47:58 -0600 (Tue, 11 Apr 2006) | 1 line |
| 798 |
+ Added Caption support to {mosimage} |
|
| 799 |
# Fixed Category param in Blog Category |
cauld - updating version.php with RC1 details |
| 800 |
# Fixed inability to hide Categories in Category view of 'List - Content Section' |
------------------------------------------------------------------------ |
| 801 |
|
r461 | cauld | 2006-04-11 23:45:32 -0600 (Tue, 11 Apr 2006) | 1 line |
| 802 |
16-Jan-2005 Rey Gigataras |
|
| 803 |
! Separated Menu Item Types into groups |
cauld - adding uploadfiles dir for MOStlyDBAdmin local restore function |
| 804 |
|
------------------------------------------------------------------------ |
| 805 |
15-Jan-2005 Rey Gigataras |
r460 | cauld | 2006-04-11 23:44:29 -0600 (Tue, 11 Apr 2006) | 1 line |
| 806 |
! Added param for `title` & `heading` attribs of 'mospagebreak' to be added to <site> tag |
|
| 807 |
! Added `heading` attribute to 'mospagebreak' to control title of first item in TOC |
cauld - Commenting out the containers component for now since we are about to |
| 808 |
! Add Search button params for `Search Module` |
put out 4.6 RC1 and this is not ready. |
| 809 |
! Add forget password and register new user for Login Component page |
------------------------------------------------------------------------ |
| 810 |
|
r458 | counterpoint | 2006-04-11 08:36:50 -0600 (Tue, 11 Apr 2006) | 1 line |
| 811 |
14-Jan-2005 Rey Gigataras |
|
| 812 |
+ Added new Ordering ability for Admin list/table views |
Fixed problem with newly created menu not appearing; other minor bugs |
| 813 |
! Template Manager preview template thumbnail, on by default |
------------------------------------------------------------------------ |
| 814 |
! Improved New Menu Item creation page - added tooltips from XML file |
r456 | cauld | 2006-04-10 20:01:42 -0600 (Mon, 10 Apr 2006) | 1 line |
| 815 |
! Improved MOSTooltip function |
|
| 816 |
|
cauld - Committing the last major revision of MOStlyCE for 4.6, version 1.6. |
| 817 |
13-Jan-2005 Rey Gigataras |
------------------------------------------------------------------------ |
| 818 |
+ Added Reset Clicks button to Banner manager |
r455 | cauld | 2006-04-10 19:55:50 -0600 (Mon, 10 Apr 2006) | 1 line |
| 819 |
! Added Author column and Author filter to Content Item and Static Content Manager |
|
| 820 |
|
cauld - Checking in the last major revision of MOStlyCE Admin for 4.6, version 1.5. |
| 821 |
12-Jan-2005 Rey Gigataras |
------------------------------------------------------------------------ |
| 822 |
+ Added `Load Module Position` mambot |
r454 | cauld | 2006-04-10 19:48:15 -0600 (Mon, 10 Apr 2006) | 1 line |
| 823 |
|
|
| 824 |
11-Jan-2005 Rey Gigataras |
cauld - Checking in updated overlib_mini.js. We are running version 4.0 which is really old. |
| 825 |
+ Added `Wrapper` module |
Updating us to the latest version 4.21. |
| 826 |
+ Added option to send HTML emails in `Massmail` component |
------------------------------------------------------------------------ |
| 827 |
# Fixed Wrapper Component XHTML validation issue |
r453 | neilt | 2006-04-07 06:51:31 -0600 (Fri, 07 Apr 2006) | 1 line |
| 828 |
# Fixed [#4051] Can search sections and categories even if they have not been published |
|
| 829 |
|
Fixed problem with html in parameters textfield within the admin modules. Trac ticket #73 |
| 830 |
10-Jan-2005 Rey Gigataras |
------------------------------------------------------------------------ |
| 831 |
! 'Latest News' module can now show Static Content - configurable via new `Module Mode` param |
r452 | neilt | 2006-04-07 06:30:18 -0600 (Fri, 07 Apr 2006) | 1 line |
| 832 |
! 'Most Read' module can now show Static Content - configurable via new `Module Mode` param |
|
| 833 |
|
fixed missing close </tr> tags in admin module |
| 834 |
09-Jan-2005 Rey Gigataras |
------------------------------------------------------------------------ |
| 835 |
+ Site `Favourite Icon` now configurable via Global Configuration |
r450 | neilt | 2006-04-06 12:41:09 -0600 (Thu, 06 Apr 2006) | 1 line |
| 836 |
+ Added Syndication support for Firefox `Live Bookmarks` |
|
| 837 |
+ Added 'Apply' action to Menu Items |
Bug fixes within the Admin Modules |
| 838 |
+ Added 'Apply' action to Content Item, Static Content, Section, Category & Global Config |
------------------------------------------------------------------------ |
| 839 |
+ Added 'Apply' button ( saves item but does not exit `edit` mode ) |
r449 | counterpoint | 2006-04-05 12:41:48 -0600 (Wed, 05 Apr 2006) | 1 line |
| 840 |
! Reordered `Page Title` to have sitename appear before page name |
|
| 841 |
# Fixed unnecessary extra commas in Meta Tags |
Modification to relax check on Itemid for components not having menu entries |
| 842 |
|
------------------------------------------------------------------------ |
| 843 |
07-Jan-2005 Rey Gigataras |
r448 | neilt | 2006-04-03 12:37:56 -0600 (Mon, 03 Apr 2006) | 1 line |
| 844 |
! Added action message to 'Copy' module function |
|
| 845 |
! Replace `split` funtion with faster `explode` function to determine ISO encoding |
Changed 2 labels in poll component to Question from Title |
| 846 |
# Fixed Error messages in 'Copy' Menu Item confirmation page |
------------------------------------------------------------------------ |
| 847 |
|
r447 | counterpoint | 2006-04-03 11:51:53 -0600 (Mon, 03 Apr 2006) | 1 line |
| 848 |
05-Jan-2005 Rey Gigataras |
|
| 849 |
# Fixed [#3990] Saving or editing existing categories gives errors |
Modification to avoid over complex search and replace of #__ in database query strings |
| 850 |
|
------------------------------------------------------------------------ |
| 851 |
04-Jan-2005 Andy Stewart |
r446 | counterpoint | 2006-04-03 07:47:34 -0600 (Mon, 03 Apr 2006) | 1 line |
| 852 |
# Fixed [#3473] Added code to auto delete index.html from empty media manager folder |
|
| 853 |
! Added code to media manager function create_folder to create index.html |
Small bug fixes and optimisation |
| 854 |
|
------------------------------------------------------------------------ |
| 855 |
04-Jan-2005 Rey Gigataras |
r445 | counterpoint | 2006-04-03 07:30:46 -0600 (Mon, 03 Apr 2006) | 1 line |
| 856 |
# Fixed handling of menus when more than one module assigned to display a particular menutype |
|
| 857 |
# Fixed Search Contacts mambot sql error |
Add user side of containers component (forgotten!) |
| 858 |
|
------------------------------------------------------------------------ |
| 859 |
04-Jan-2005 Andrew Eddie |
r444 | neilt | 2006-04-03 05:58:09 -0600 (Mon, 03 Apr 2006) | 1 line |
| 860 |
# Fixed hardcoded classname in mosParameters that prevents derived classes from working |
|
| 861 |
# Fixed wrongly named iscore property in mosComponents class |
Added The Source URL to weblinks, Mambo Foundation and The Source links to Other Menu |
| 862 |
! Updated mosReadDirectory function to be able to recurse into sub-directories |
------------------------------------------------------------------------ |
| 863 |
|
r443 | neilt | 2006-04-03 05:51:01 -0600 (Mon, 03 Apr 2006) | 2 lines |
| 864 |
03-Jan-2005 Rey Gigataras |
|
| 865 |
# Fixed Admin Module 'Components' being visible for Managers |
Added The Source URL to weblinks (Trac #63) |
| 866 |
# Fixed Admin Module 'Menu Stats' including Trashed menu items in count |
Added Mambo Foundation and The Source links in Other Menu and changed title to show (Trac #71) |
| 867 |
|
------------------------------------------------------------------------ |
| 868 |
02-Jan-2005 Rey Gigataras |
r442 | counterpoint | 2006-04-03 02:46:54 -0600 (Mon, 03 Apr 2006) | 1 line |
| 869 |
+ New 'Installer' sub-menu for Admin and Super Admin - amalgamates links for all installers |
|
| 870 |
! Improvement to Category 'Link to Menu' handling |
Bug fix uninstaller error with array merge |
| 871 |
! Improvement to Section 'Link to Menu' handling |
------------------------------------------------------------------------ |
| 872 |
# Fixed page title param for Contact Component menu items |
r440 | cauld | 2006-04-02 20:40:16 -0600 (Sun, 02 Apr 2006) | 1 line |
| 873 |
|
|
| 874 |
01-Jan-2005 Rey Gigataras |
cauld - Updating MOStlyDBAdmin.xml file |
| 875 |
! Improvement to Static Content 'Link to Menu' handling |
------------------------------------------------------------------------ |
| 876 |
! Improvement to Content Item 'Link to Menu' handling |
r439 | cauld | 2006-04-02 17:33:27 -0600 (Sun, 02 Apr 2006) | 1 line |
| 877 |
! Improvement to Menu Manager edit menu item linking |
|
| 878 |
|
cauld - Adding the new MOStlyDBAdmin component for db backup and restore functionality. |
| 879 |
31-Dec-2004 Rey Gigataras |
------------------------------------------------------------------------ |
| 880 |
! Improvement to Content Item 'Reset Hits' handling |
r438 | cauld | 2006-04-02 15:34:16 -0600 (Sun, 02 Apr 2006) | 1 line |
| 881 |
! Improvement to Static Content 'Reset Hits' handling |
|
| 882 |
# Fixed RSS Syndication author validation error - removed author info |
cauld - Making a quick mod to the MOStlyCE $adminside check |
| 883 |
|
------------------------------------------------------------------------ |
| 884 |
31-Dec-2004 Andrew Eddie |
r437 | neilt | 2006-04-02 14:07:50 -0600 (Sun, 02 Apr 2006) | 1 line |
| 885 |
# Fixed stripping of backslashes when loading an object |
|
| 886 |
# Fixed error if xml didn't exist in Mambot and Module install screens |
incomplete <?php tag fixed in pathway.php |
| 887 |
|
------------------------------------------------------------------------ |
| 888 |
30-Dec-2004 Rey Gigataras |
r435 | cauld | 2006-04-02 13:37:55 -0600 (Sun, 02 Apr 2006) | 1 line |
| 889 |
# Fixed [#2706] Bug(?) with 'time to publish' in relation to timezone (time offset) |
|
| 890 |
# Fixed [#3922] POLL: Page Title is missing (Parameters) |
cauld - Committing the MOStlyCE v1.4 Admin component (major overhaul) |
| 891 |
# Fixed params for 'Component - Search' menu item |
------------------------------------------------------------------------ |
| 892 |
# Fixed Poll dropdown select missing Itemid |
r434 | cauld | 2006-04-02 13:34:14 -0600 (Sun, 02 Apr 2006) | 1 line |
| 893 |
|
|
| 894 |
30-Dec-2004 Peter Koch |
cauld - Commiting the MOStlyCE v1.5 mambot (major overhaul) |
| 895 |
# Fixed [#3610] Missing #__ in admin.content.php |
------------------------------------------------------------------------ |
| 896 |
# Fixed [#3503] Missing quote in admin.media.html.php |
r433 | cauld | 2006-04-02 13:27:50 -0600 (Sun, 02 Apr 2006) | 1 line |
| 897 |
# Fixed [#3217] Typo in variable name, missing $ sign |
|
| 898 |
|
cauld - MOStlyCE work: removing imgmanager, filemanager, & preview plugins. |
| 899 |
30-Dec-2004 Andrew Eddie |
Also removed auth_mostlyce.php. |
| 900 |
! Admin custom toolbar now displays only text if images not defined |
------------------------------------------------------------------------ |
| 901 |
|
r432 | counterpoint | 2006-04-01 01:30:03 -0700 (Sat, 01 Apr 2006) | 1 line |
| 902 |
29-Dec-2004 Rey Gigataras |
|
| 903 |
+ Search Newsfeeds mambot |
Add Mambo Containers admin side component. |
| 904 |
+ Added Feed Image, Feed descrip, Item descrip & word count params to 'Link - Newsfeed' |
------------------------------------------------------------------------ |
| 905 |
+ Added Feed Image, Feed descrip, Item descrip & word count params to 'Component - Newsfeed' |
r431 | neilt | 2006-03-31 04:13:07 -0700 (Fri, 31 Mar 2006) | 1 line |
| 906 |
+ Added Feed Image, Item description & word count params to RSS Feed module |
|
| 907 |
! Modified Search Weblinks mambot |
changed admin to show advanced_mode as default |
| 908 |
|
------------------------------------------------------------------------ |
| 909 |
27-Dec-2004 Rey Gigataras |
r430 | adi | 2006-03-31 03:55:04 -0700 (Fri, 31 Mar 2006) | 1 line |
| 910 |
+ Added hyperlink to Frontpage Manager list linking to Category Edit |
|
| 911 |
+ Added hyperlink to Frontpage Manager list linking to Section Edit |
fix bugs #8109 |
| 912 |
+ Added hyperlink to Content Manager list linking to Category Edit |
------------------------------------------------------------------------ |
| 913 |
+ Added hyperlink to Content Manager list linking to Section Edit |
r429 | neilt | 2006-03-30 12:19:21 -0700 (Thu, 30 Mar 2006) | 6 lines |
| 914 |
+ Added hyperlink to Category Manager list linking to Section Edit |
|
| 915 |
! Cosmetic change to Module Item layout - shifted from tab to column layout |
Fixed mod_latest_content no content error |
| 916 |
# Fixed mambot description in Edit Mambot page |
Fixed handlers in mod_latest_content |
| 917 |
|
Corrected cases in mod_latest_content |
| 918 |
26-Dec-2004 Rey Gigataras |
Removed mod_latest_content fixed width limit in horizontal td case |
| 919 |
+ Added hyperlink to Menu Manager for Contact Item menu items directly to the item itself |
Fixed bug in content.class.php getBlogSectionCount() not returning 0 count |
| 920 |
+ Added hyperlink to Menu Manager for Newsfeed Item menu items directly to the item itself |
Module mod_latest_content changed to default unpublished |
| 921 |
+ Added hyperlink to Menu Manager for Content Item menu items directly to the item itself |
------------------------------------------------------------------------ |
| 922 |
+ Ability to link to Content Items from Edit Content Item menu page |
r428 | adi | 2006-03-29 01:20:05 -0700 (Wed, 29 Mar 2006) | 1 line |
| 923 |
+ Ability to link to Static Content from Edit Static Content Item menu page |
|
| 924 |
! Cosmetic change to Menu Item layout - shifted from tab to column layout |
fixed bugs #8118 |
| 925 |
# Fixed [#3551] Failed during uninstallation of Admin's module |
------------------------------------------------------------------------ |
| 926 |
# Fixed [#3056] No handling of illegal section names in Category Manager |
r426 | neilt | 2006-03-28 12:09:32 -0700 (Tue, 28 Mar 2006) | 1 line |
| 927 |
# Fixed [#3030] Query in archive modul don't work |
|
| 928 |
# Fixed [#2847] archive module not using SEO |
omission of echo in <?php T_('... statements |
| 929 |
|
------------------------------------------------------------------------ |
| 930 |
25-Dec-2004 Rey Gigataras |
r425 | counterpoint | 2006-03-27 09:09:50 -0700 (Mon, 27 Mar 2006) | 1 line |
| 931 |
! Disabled edit icon appearing in newsflash module |
|
| 932 |
# Fixed [#3891] Checkout for Banner Clients don't work |
Optimisation and bug fix for ampersand processing in the universal installer. |
| 933 |
# Fixed [#2986] com_banner option listclients doesn't work in FireFox 1.0 |
------------------------------------------------------------------------ |
| 934 |
# Fixed [#3048] Problem with Frontend editing checked-out Content |
r424 | cauld | 2006-03-26 21:11:14 -0700 (Sun, 26 Mar 2006) | 1 line |
| 935 |
|
|
| 936 |
24-Dec-2004 Andrew Eddie |
cauld - updating security list email address on installation survey |
| 937 |
! Added PEAR Archive Tar library |
------------------------------------------------------------------------ |
| 938 |
|
r423 | counterpoint | 2006-03-23 09:32:52 -0700 (Thu, 23 Mar 2006) | 1 line |
| 939 |
24-Dec-2004 Rey Gigataras |
|
| 940 |
# Fixed [#3287] Login fails if index.php is not the default for the domain |
Bug fix to stop foreach on null failure. |
| 941 |
# Fixed [#3669] str_replace( '&', '&', $path ) may break unicode |
------------------------------------------------------------------------ |
| 942 |
# Fixed [#2982] minor error in pathway.php |
r422 | counterpoint | 2006-03-22 11:41:29 -0700 (Wed, 22 Mar 2006) | 1 line |
| 943 |
# Fixed [#3290] Sort by button broken in 'Browser, OS, Domain Statistics' page |
|
| 944 |
# Fixed [#2984] Centering of text in install components |
Optimisation of menu types handling, mostlyce.php request for template. Fixed |
| 945 |
# Fixed [#2791] Administrators can delete themselves |
admin side failure to consistently find session data. Reorganised admin side to |
| 946 |
# Fixed [#3058] Control Panel |
ignore repeated logins. Fixed offline check validation of admin session. |
| 947 |
# Fixed [#3426] component com_contacts several issues |
------------------------------------------------------------------------ |
| 948 |
# Fixed [#3375] Multiple contacts printing error |
r421 | counterpoint | 2006-03-22 01:29:54 -0700 (Wed, 22 Mar 2006) | 1 line |
| 949 |
# Fixed [#3482] Contacts Page Class Suffix and Page Title don`t work |
|
| 950 |
|
Hardening of contact component. |
| 951 |
23-Dec-2004 Rey Gigataras |
------------------------------------------------------------------------ |
| 952 |
# Fixed [#3895] 'Active' Column in Contact Categories list always zero |
r420 | counterpoint | 2006-03-22 01:29:28 -0700 (Wed, 22 Mar 2006) | 1 line |
| 953 |
# Fixed mambot xml group attribute |
|
| 954 |
|
Optimisation of admin user and session management |
| 955 |
22-Dec-2004 Andrew Eddie |
------------------------------------------------------------------------ |
| 956 |
! Replaced Incutio xmlrpc library with DOMIT xmlrpc library |
r419 | counterpoint | 2006-03-21 11:12:17 -0700 (Tue, 21 Mar 2006) | 1 line |
| 957 |
|
|
| 958 |
20-Dec-2004 Andrew Eddie |
Optimisation and modified document root discovery. |
| 959 |
# Removed display of href in returned search results (long urls corrupt display) |
------------------------------------------------------------------------ |
| 960 |
|
r418 | counterpoint | 2006-03-21 11:11:00 -0700 (Tue, 21 Mar 2006) | 1 line |
| 961 |
19-Dec-2004 Rey Gigataras |
|
| 962 |
+ Block renaming of menutype for 'mainmenu' menu |
Changes to include index.php to establish the environment for editor popups. |
| 963 |
+ Block deletion of 'mainmenu' menu |
Optimisation of requests for information about the current user's ACL status. |
| 964 |
+ Block deletion of 'mainmenu' module |
------------------------------------------------------------------------ |
| 965 |
! Hides email by default on Contacts component table view |
r417 | counterpoint | 2006-03-21 11:06:53 -0700 (Tue, 21 Mar 2006) | 1 line |
| 966 |
! Cosmetic change to representation of Menu Tree |
|
| 967 |
! Administrator Group now able to access Trash Manager |
Optimisation, merging of mosDBTable and mosDBTableEntry methods. |
| 968 |
# Fixed [#3127] typo in 'List - Content Section' menu item params: Filter Field |
------------------------------------------------------------------------ |
| 969 |
# Fixed [#2693] Bug by install local 4.51a local WIN XP PRP XAMPP |
r416 | cauld | 2006-03-20 22:44:47 -0700 (Mon, 20 Mar 2006) | 1 line |
| 970 |
# Fixed [#2752] blogsection mode, shows IMG element wwhen no image is selected |
|
| 971 |
# Fixed [#2734] 'Register Globals' set to OFF, Bug with viewing page as PDF or to Print |
cauld - Adding a donation icon to the new installation survey |
| 972 |
# Fixed [#2743] index2.php option-variable used before initialisation |
------------------------------------------------------------------------ |
| 973 |
# Fixed [#2867] $author not visible in email for user submitted weblink |
r415 | csouza | 2006-03-20 18:29:11 -0700 (Mon, 20 Mar 2006) | 1 line |
| 974 |
# Fixed [#2917] Can't edit static content in backend via edit button |
|
| 975 |
# Fixed [#3152] menu class suffix parameter does not work for sublevels |
changes to com_admin/admin.admin.html.php to grab local help files |
| 976 |
# Fixed [#3513] 'Do not use image' doesn't remove weblink icon |
------------------------------------------------------------------------ |
| 977 |
# Fixed [#2862] menu copy doesn't copy sublevel items |
r413 | csouza | 2006-03-20 18:24:13 -0700 (Mon, 20 Mar 2006) | 1 line |
| 978 |
# Fixed [#3827] Trashed Content is displayed to those with frontend edit access |
|
| 979 |
# Fixed [#2689] Link to Menu, will not show empty menus in Menu Select list |
changes to com_admin/admin.admin.html.php to grab local help files |
| 980 |
# Fixed [#3829] Access to Menu Manager not allowed for Administrators |
------------------------------------------------------------------------ |
| 981 |
# Fixed [#3701] Changing menu module menu class suffix interferes with menu menutype |
r412 | csouza | 2006-03-20 18:19:39 -0700 (Mon, 20 Mar 2006) | 1 line |
| 982 |
# Fixed [#3128] Menu manager issues |
|
| 983 |
# Fixed [#3109] menutype shows a wrong value |
changes to com_admin/admin.admin.html.php to grab local help files |
| 984 |
# Fixed [#2710] Problem with menu manager |
------------------------------------------------------------------------ |
| 985 |
# Fixed renaming of Menu Type also renames type for menu items |
r411 | csouza | 2006-03-20 18:10:48 -0700 (Mon, 20 Mar 2006) | 1 line |
| 986 |
|
|
| 987 |
18-Dec-2004 Andy Stewart |
changes to com_admin/admin.admin.html.php to grab local help files |
| 988 |
# Fixed [#3794] Replaced $mainframe->getCfg("mosConfig_dbprefix") with $mosConfig_dbprefix |
------------------------------------------------------------------------ |
| 989 |
|
r410 | csouza | 2006-03-20 17:58:54 -0700 (Mon, 20 Mar 2006) | 1 line |
| 990 |
18-Dec-2004 Rey Gigataras |
|
| 991 |
# Fixed [#2992] Spelling error in Registration module |
mod to pull help screens locally |
| 992 |
# Fixed [#3725] Spelling Error in Global Config |
------------------------------------------------------------------------ |
| 993 |
# Fixed [#2717] Missing parameters for 'Component - Search' menu item |
r409 | csouza | 2006-03-20 17:22:21 -0700 (Mon, 20 Mar 2006) | 1 line |
| 994 |
# Fixed [#2690] Newsfeed Component not outputing Feeds image |
|
| 995 |
# Fixed [#2825] Poll Lag is Broken |
language stuff |
| 996 |
# Fixed [#3748] Impossible to reply to mails from contact component |
------------------------------------------------------------------------ |
| 997 |
# Fixed [#3802] Contact component js redirect fails on submit in Firefox |
r408 | csouza | 2006-03-20 16:47:49 -0700 (Mon, 20 Mar 2006) | 1 line |
| 998 |
|
|
| 999 |
17-Dec-2004 Rey Gigataras |
language defaults in install4.php |
| 1000 |
+ Email Cloaking mambot |
------------------------------------------------------------------------ |
| 1001 |
+ Search Content Sections mambot |
r406 | cauld | 2006-03-19 18:03:14 -0700 (Sun, 19 Mar 2006) | 1 line |
| 1002 |
+ Search Content Categories mambot |
|
| 1003 |
! Added css class distinction between next and previous item navigation buttons |
cauld - Fixing MOStlyCE print plugin and disabling preview plugin in favor |
| 1004 |
! TinyMCE removed from uninstall list |
own Mambo's preview option. |
| 1005 |
! On clean install TinyMCE in 'Advanced' mode loaded as default editor |
------------------------------------------------------------------------ |
| 1006 |
! Upgraded feedcreator to 1.72 |
r403 | csouza | 2006-03-19 13:41:39 -0700 (Sun, 19 Mar 2006) | 1 line |
| 1007 |
# Fixed [#2923] Pb when Using Textarea as module parameter |
|
| 1008 |
# Fixed [#3770] RSS - not correctly validating |
language manager |
| 1009 |
# Fixed [#3771] RSS - encoding German Umlauts |
------------------------------------------------------------------------ |
| 1010 |
# Fixed [#3025] Bugs in encoding in rss feeds |
r402 | counterpoint | 2006-03-19 07:32:34 -0700 (Sun, 19 Mar 2006) | 1 line |
| 1011 |
# Fixed [#3067] Content without a category is gone but still there |
|
| 1012 |
# Fixed [#3321] Editing Administrator Module does not load corrent parameter from xml file |
Extended new contact popup for linking to user, so as to show both full name and user name. |
| 1013 |
# Fixed [#3122] "table - newsfeed category" have contact category's parameters |
------------------------------------------------------------------------ |
| 1014 |
# Fixed [#3123] typo on popup info help on login component menu item's parameters tab |
r401 | counterpoint | 2006-03-19 03:28:33 -0700 (Sun, 19 Mar 2006) | 1 line |
| 1015 |
# Fixed [#3125] typo in "List - Content Section" parameters tab |
|
| 1016 |
# Fixed [#3018] Menu Bug? or Style issues w/ Solarflare template |
Recorded changes to restore functioning of popups. |
| 1017 |
# Fixed [#2701] Read more on all frontpage items |
------------------------------------------------------------------------ |
| 1018 |
# Fixed [#3071] missing <selected> tag in create user |
r400 | counterpoint | 2006-03-19 03:22:44 -0700 (Sun, 19 Mar 2006) | 1 line |
| 1019 |
# Fixed [#2788] Submit News returns Not authorised for Author level |
|
| 1020 |
# Fixed [#2930] Search Module (Search Box) - Display extra line below the input box |
Reinstate popup changes that had got lost |
| 1021 |
# Fixed [#3050] Filter in com_contact is broken |
------------------------------------------------------------------------ |
| 1022 |
# Fixed [#3078] errors in mosmenubar |
r397 | cauld | 2006-03-16 23:19:47 -0700 (Thu, 16 Mar 2006) | 1 line |
| 1023 |
# Fixed [#2874] css for news module |
|
| 1024 |
# Fixed [#2896] Mod_mainmenu Spacer settings not functional |
cauld - Bringing back MOStlyCE / TinyMCE 2.0.2 with fixed IE issue reported during Beta 1. |
| 1025 |
# Fixed [#2899] Saving content - mosmessages missing Slashes |
------------------------------------------------------------------------ |
| 1026 |
# Fixed [#2871] no edit-icon if show_title set to off |
r396 | cauld | 2006-03-16 22:57:17 -0700 (Thu, 16 Mar 2006) | 1 line |
| 1027 |
# Fixed [#2687] page class suffix for home (w3c xhtml) |
|
| 1028 |
# Fixed [#2630] 4.5.1 and Static Contant Manager and Link to Menu |
cauld - Removing mostlyce directory. Reverting back to TinyMCE 2.0.2. |
| 1029 |
# Fixed [#3057] Error with Help in Static Content Manager |
Too many issues with 2.0.4. Fixed IE error without upgrading. |
| 1030 |
# Fixed RSS IE display error |
------------------------------------------------------------------------ |
| 1031 |
# Fixed RSS feed Itemid problem |
r393 | counterpoint | 2006-03-14 14:59:44 -0700 (Tue, 14 Mar 2006) | 1 line |
| 1032 |
# Fixed Banner Client Manager Checked Out field not showing data |
|
| 1033 |
# Fixed Contact Manager Checked Out field showing incorrect data |
Tightened security |
| 1034 |
# Fixed Contact Item Link not displaying correct info when editing menu item entry |
------------------------------------------------------------------------ |
| 1035 |
# Fixed 'Blog - Content Category' Param to show/hide Category description & image |
r392 | counterpoint | 2006-03-14 14:59:00 -0700 (Tue, 14 Mar 2006) | 1 line |
| 1036 |
# Fixed 'Blog - Content Section' Param to show/hide Section description & image |
|
| 1037 |
|
Mods to support new container component, and to secure RSS feeds. |
| 1038 |
17-Dec-2004 Andrew Eddie |
------------------------------------------------------------------------ |
| 1039 |
# Fixed possible bug with PHP 4.3.10 |
r391 | counterpoint | 2006-03-13 11:15:58 -0700 (Mon, 13 Mar 2006) | 1 line |
| 1040 |
# Fixed colon in _NEW_USER_MESSAGE causing problems with some url's |
|
| 1041 |
! Upgraded TinyMCE to version 1.38 |
Modified SEF code so that when SEO is switched off, URL still has ampersands encoded. |
| 1042 |
# Fixed wrong field in weblinks search for newest/oldest/default |
------------------------------------------------------------------------ |
| 1043 |
! Improvements to search engine to facilitate xml-rpc integration |
r390 | counterpoint | 2006-03-13 11:15:11 -0700 (Mon, 13 Mar 2006) | 1 line |
| 1044 |
# Fixed [#2813] database query bug |
|
| 1045 |
+ Added improve code highlight bot based on GeSHi |
Reverted mosPathway makePathway, moved change into sefRelToAbs. Modified error reporting |
| 1046 |
|
slightly to suppress errors during setup. |
| 1047 |
16-Dec-2004 Andrew Eddie |
------------------------------------------------------------------------ |
| 1048 |
# [#3225] Site Preview uses base URL not a call to index.php |
r388 | cauld | 2006-03-12 12:39:31 -0700 (Sun, 12 Mar 2006) | 1 line |
| 1049 |
|
|
| 1050 |
15-Dec-2004 Andrew Eddie |
cauld - Changing end user installation survey to hand comments a bit differently. |
| 1051 |
! Updated DOMIT version to 1.0 pre_g |
Comments now go to feedback@mambo-foundation.org. |
| 1052 |
+ Added desciption to Modules edit page |
------------------------------------------------------------------------ |
| 1053 |
+ Added linkable title option to newsflash module |
r387 | cauld | 2006-03-12 12:03:29 -0700 (Sun, 12 Mar 2006) | 1 line |
| 1054 |
# Fixed access parameter and select query |
|
| 1055 |
|
cauld - Fixing mostlyce.xml for IE contextmenu change |
| 1056 |
13-Dec-2004 Andrew Eddie |
------------------------------------------------------------------------ |
| 1057 |
# Random Image: Corrected noted default image type, improved parameter help text |
r386 | cauld | 2006-03-12 12:00:28 -0700 (Sun, 12 Mar 2006) | 1 line |
| 1058 |
|
|
| 1059 |
10-Dec-2004 Andrew Eddie |
cauld - Adding IE fix for the MOStlyCE contextmenu plugin |
| 1060 |
! Updated screen help pages |
------------------------------------------------------------------------ |
| 1061 |
! Moved system info, credits, license & support from menu to help page |
r385 | counterpoint | 2006-03-12 08:46:12 -0700 (Sun, 12 Mar 2006) | 1 line |
| 1062 |
|
|
| 1063 |
06-Dec-2004 Andrew Eddie |
Optimisation of mosDBTable move method. |
| 1064 |
+ Added Id and Component Id column to menu item list |
------------------------------------------------------------------------ |
| 1065 |
+ Added hyperlink to Menu Manager for Static Content menu items directly to the item itself |
r384 | counterpoint | 2006-03-12 08:44:55 -0700 (Sun, 12 Mar 2006) | 1 line |
| 1066 |
+ Parameter added to control how weblink opens |
|
| 1067 |
! New weblinks will assign category if selected in the links list |
Bug fixes |
| 1068 |
! Allow parameters handler to assign different control name |
------------------------------------------------------------------------ |
| 1069 |
|
r383 | counterpoint | 2006-03-12 08:43:56 -0700 (Sun, 12 Mar 2006) | 1 line |
| 1070 |
-------------------- 4.5.1a Stable Released ---------------------- |
|
| 1071 |
|
Hardened against misuse |
| 1072 |
2. Copyright and disclaimer |
------------------------------------------------------------------------ |
| 1073 |
--------------------------- |
r382 | counterpoint | 2006-03-12 08:43:33 -0700 (Sun, 12 Mar 2006) | 1 line |
| 1074 |
This application is opensource software released under the GPL. Please |
|
| 1075 |
see source code and the LICENSE file |
Removed reliance on register_globals |
| 1076 |
|
------------------------------------------------------------------------ |
| 1077 |
|
r380 | counterpoint | 2006-03-09 07:48:49 -0700 (Thu, 09 Mar 2006) | 1 line |
| 1078 |
|
|
| 1079 |
|
Changes to mosDBTableEntry - not in live use - but needed for mosContainer development. |
| 1080 |
|
------------------------------------------------------------------------ |
| 1081 |
|
r379 | cauld | 2006-03-08 22:54:56 -0700 (Wed, 08 Mar 2006) | 1 line |
| 1082 |
|
|
| 1083 |
|
cauld - updating MOStlyCE xml file for TinyMCE 2.0.4 update |
| 1084 |
|
------------------------------------------------------------------------ |
| 1085 |
|
r378 | cauld | 2006-03-08 22:51:54 -0700 (Wed, 08 Mar 2006) | 1 line |
| 1086 |
|
|
| 1087 |
|
cauld - finishing MOStlyCE 1.5 / TinyMCE 2.0.4 upgrade |
| 1088 |
|
------------------------------------------------------------------------ |
| 1089 |
|
r376 | cauld | 2006-03-08 22:01:09 -0700 (Wed, 08 Mar 2006) | 1 line |
| 1090 |
|
|
| 1091 |
|
cauld - MOStlyCE Admin update to disable default compression |
| 1092 |
|
------------------------------------------------------------------------ |
| 1093 |
|
r372 | cauld | 2006-03-08 21:27:28 -0700 (Wed, 08 Mar 2006) | 1 line |
| 1094 |
|
|
| 1095 |
|
cauld - working on a mostlyce upgrade |
| 1096 |
|
------------------------------------------------------------------------ |
| 1097 |
|
r371 | counterpoint | 2006-03-08 10:51:49 -0700 (Wed, 08 Mar 2006) | 1 line |
| 1098 |
|
|
| 1099 |
|
Fix problem with mass chmod not recursing correctly |
| 1100 |
|
------------------------------------------------------------------------ |
| 1101 |
|
r370 | counterpoint | 2006-03-08 10:51:22 -0700 (Wed, 08 Mar 2006) | 1 line |
| 1102 |
|
|
| 1103 |
|
Fix access to Mambo configuration - cope in different contexts |
| 1104 |
|
------------------------------------------------------------------------ |
| 1105 |
|
r369 | counterpoint | 2006-03-08 10:50:42 -0700 (Wed, 08 Mar 2006) | 1 line |
| 1106 |
|
|
| 1107 |
|
Fix foreach failure on empty database results |
| 1108 |
|
------------------------------------------------------------------------ |
| 1109 |
|
r363 | adi | 2006-03-06 19:42:01 -0700 (Mon, 06 Mar 2006) | 1 line |
| 1110 |
|
|
| 1111 |
|
fix ticket #32 |
| 1112 |
|
------------------------------------------------------------------------ |
| 1113 |
|
r362 | adi | 2006-03-06 19:26:20 -0700 (Mon, 06 Mar 2006) | 1 line |
| 1114 |
|
|
| 1115 |
|
fix typo |
| 1116 |
|
------------------------------------------------------------------------ |
| 1117 |
|
r361 | cauld | 2006-03-06 07:02:33 -0700 (Mon, 06 Mar 2006) | 1 line |
| 1118 |
|
|
| 1119 |
|
cauld - rechecking in gin's trash fix that was overwritten a while back |
| 1120 |
|
------------------------------------------------------------------------ |
| 1121 |
|
r359 | adi | 2006-03-06 04:11:53 -0700 (Mon, 06 Mar 2006) | 1 line |
| 1122 |
|
|
| 1123 |
|
fix ticket #31 |
| 1124 |
|
------------------------------------------------------------------------ |
| 1125 |
|
r357 | cauld | 2006-03-04 23:59:11 -0700 (Sat, 04 Mar 2006) | 1 line |
| 1126 |
|
|
| 1127 |
|
cauld - updating version info for 4.6 public RC1 |
| 1128 |
|
------------------------------------------------------------------------ |
| 1129 |
|
r355 | cauld | 2006-03-04 23:54:55 -0700 (Sat, 04 Mar 2006) | 1 line |
| 1130 |
|
|
| 1131 |
|
cauld - Adding new end user survey functionality to the last install screen |
| 1132 |
|
------------------------------------------------------------------------ |
| 1133 |
|
r353 | counterpoint | 2006-03-02 10:26:20 -0700 (Thu, 02 Mar 2006) | 1 line |
| 1134 |
|
|
| 1135 |
|
Bug fix - was reliant on register_globals. |
| 1136 |
|
------------------------------------------------------------------------ |
| 1137 |
|
r352 | oziris | 2006-03-01 12:18:50 -0700 (Wed, 01 Mar 2006) | 1 line |
| 1138 |
|
|
| 1139 |
|
Ticket #10 changing www.mamboserver.com to www.mambo-foundation.org |
| 1140 |
|
------------------------------------------------------------------------ |
| 1141 |
|
r351 | oziris | 2006-03-01 11:57:37 -0700 (Wed, 01 Mar 2006) | 1 line |
| 1142 |
|
|
| 1143 |
|
Ticket #8 |
| 1144 |
|
------------------------------------------------------------------------ |
| 1145 |
|
r350 | oziris | 2006-03-01 11:35:50 -0700 (Wed, 01 Mar 2006) | 1 line |
| 1146 |
|
|
| 1147 |
|
Ticket #9 |
| 1148 |
|
------------------------------------------------------------------------ |
| 1149 |
|
r348 | cauld | 2006-03-01 07:35:46 -0700 (Wed, 01 Mar 2006) | 1 line |
| 1150 |
|
|
| 1151 |
|
cauld - updating "Lost Password" error message to make it more clear that |
| 1152 |
|
both username and email address are required. |
| 1153 |
|
------------------------------------------------------------------------ |
| 1154 |
|
r347 | adi | 2006-02-28 21:33:11 -0700 (Tue, 28 Feb 2006) | 1 line |
| 1155 |
|
|
| 1156 |
|
ticket #46 |
| 1157 |
|
------------------------------------------------------------------------ |
| 1158 |
|
r346 | oziris | 2006-02-28 09:07:58 -0700 (Tue, 28 Feb 2006) | 1 line |
| 1159 |
|
|
| 1160 |
|
updated calls to new help file names |
| 1161 |
|
------------------------------------------------------------------------ |
| 1162 |
|
r345 | oziris | 2006-02-28 08:32:43 -0700 (Tue, 28 Feb 2006) | 1 line |
| 1163 |
|
|
| 1164 |
|
Renamed help files so they don't contain 453 in the file name |
| 1165 |
|
------------------------------------------------------------------------ |
| 1166 |
|
r342 | cauld | 2006-02-28 07:53:09 -0700 (Tue, 28 Feb 2006) | 1 line |
| 1167 |
|
|
| 1168 |
|
cauld - Changing default MOStlyCE plugin layout based on suggestions from Water & Stone |
| 1169 |
|
------------------------------------------------------------------------ |
| 1170 |
|
r341 | cauld | 2006-02-28 06:31:13 -0700 (Tue, 28 Feb 2006) | 1 line |
| 1171 |
|
|
| 1172 |
|
cauld - Creating a empty files directory for use by MOStlyCE. Uses this with |
| 1173 |
|
HTML templates and the file manager. Closing Trac ticket #45. |
| 1174 |
|
------------------------------------------------------------------------ |
| 1175 |
|
r339 | adi | 2006-02-27 21:48:46 -0700 (Mon, 27 Feb 2006) | 1 line |
| 1176 |
|
|
| 1177 |
|
add mambo version info in administrator pages |
| 1178 |
|
------------------------------------------------------------------------ |
| 1179 |
|
r338 | adi | 2006-02-27 03:55:24 -0700 (Mon, 27 Feb 2006) | 1 line |
| 1180 |
|
|
| 1181 |
|
Trac Ticket #49 |
| 1182 |
|
------------------------------------------------------------------------ |
| 1183 |
|
r337 | adi | 2006-02-27 01:23:16 -0700 (Mon, 27 Feb 2006) | 1 line |
| 1184 |
|
|
| 1185 |
|
fix makePathway() to correctly encode & entity into & |
| 1186 |
|
------------------------------------------------------------------------ |
| 1187 |
|
r336 | adi | 2006-02-26 23:14:05 -0700 (Sun, 26 Feb 2006) | 1 line |
| 1188 |
|
|
| 1189 |
|
Trac Ticket #41 |
| 1190 |
|
------------------------------------------------------------------------ |
| 1191 |
|
r334 | adi | 2006-02-26 21:36:06 -0700 (Sun, 26 Feb 2006) | 1 line |
| 1192 |
|
|
| 1193 |
|
add mod_latestcontent record |
| 1194 |
|
------------------------------------------------------------------------ |
| 1195 |
|
r333 | adi | 2006-02-26 21:32:34 -0700 (Sun, 26 Feb 2006) | 1 line |
| 1196 |
|
|
| 1197 |
|
add latest_content module |
| 1198 |
|
------------------------------------------------------------------------ |
| 1199 |
|
r331 | cauld | 2006-02-25 12:49:00 -0700 (Sat, 25 Feb 2006) | 1 line |
| 1200 |
|
|
| 1201 |
|
cauld - setting htmltemplate and caption to the list of auto started plugins within mostlyce |
| 1202 |
|
------------------------------------------------------------------------ |
| 1203 |
|
r328 | cauld | 2006-02-25 12:28:09 -0700 (Sat, 25 Feb 2006) | 1 line |
| 1204 |
|
|
| 1205 |
|
cauld - fixing a bug that caused the "Not Authorized" error when someone was trying to edit content from the frontend |
| 1206 |
|
------------------------------------------------------------------------ |
| 1207 |
|
r327 | cauld | 2006-02-25 11:55:31 -0700 (Sat, 25 Feb 2006) | 1 line |
| 1208 |
|
|
| 1209 |
|
cauld - correcting a mostlyce htmltemplate plugin issue |
| 1210 |
|
------------------------------------------------------------------------ |
| 1211 |
|
r326 | cauld | 2006-02-25 11:54:12 -0700 (Sat, 25 Feb 2006) | 2 lines |
| 1212 |
|
|
| 1213 |
|
cauld - correcting mostlyce config files for plugin changes |
| 1214 |
|
------------------------------------------------------------------------ |
| 1215 |
|
r325 | cauld | 2006-02-25 11:03:32 -0700 (Sat, 25 Feb 2006) | 1 line |
| 1216 |
|
|
| 1217 |
|
cauld - removing 4 unused mostlyce plugins |
| 1218 |
|
------------------------------------------------------------------------ |
| 1219 |
|
r324 | cauld | 2006-02-25 10:57:35 -0700 (Sat, 25 Feb 2006) | 1 line |
| 1220 |
|
|
| 1221 |
|
cauld - adding back in to old tinymce plugins that I removed before (caption & htmltemplate) |
| 1222 |
|
------------------------------------------------------------------------ |
| 1223 |
|
r323 | oziris | 2006-02-24 13:57:52 -0700 (Fri, 24 Feb 2006) | 1 line |
| 1224 |
|
|
| 1225 |
|
Updated for copyright notices. |
| 1226 |
|
------------------------------------------------------------------------ |
| 1227 |
|
r322 | oziris | 2006-02-24 13:55:29 -0700 (Fri, 24 Feb 2006) | 1 line |
| 1228 |
|
|
| 1229 |
|
Updated Copyright notices in XML files. |
| 1230 |
|
------------------------------------------------------------------------ |
| 1231 |
|
r320 | counterpoint | 2006-02-24 09:46:13 -0700 (Fri, 24 Feb 2006) | 1 line |
| 1232 |
|
|
| 1233 |
|
Improved (un)installer error handling. Modified session purge, making distinction between user side and admin side. |
| 1234 |
|
------------------------------------------------------------------------ |
| 1235 |
|
r319 | counterpoint | 2006-02-23 04:30:16 -0700 (Thu, 23 Feb 2006) | 1 line |
| 1236 |
|
|
| 1237 |
|
Bug fixes |
| 1238 |
|
------------------------------------------------------------------------ |
| 1239 |
|
r316 | adi | 2006-02-22 23:25:01 -0700 (Wed, 22 Feb 2006) | 1 line |
| 1240 |
|
|
| 1241 |
|
update mamboforge to mamboxchange |
| 1242 |
|
------------------------------------------------------------------------ |
| 1243 |
|
r315 | konlong | 2006-02-22 06:31:46 -0700 (Wed, 22 Feb 2006) | 2 lines |
| 1244 |
|
|
| 1245 |
|
Reference to undefined variable fixed in admin.menus.php function copyMenuSave |
| 1246 |
|
The use of the variable $and should be avoided in deference to $_and, $and gives an unknown token notice 8 files |
| 1247 |
|
------------------------------------------------------------------------ |
| 1248 |
|
r314 | konlong | 2006-02-22 05:57:20 -0700 (Wed, 22 Feb 2006) | 2 lines |
| 1249 |
|
|
| 1250 |
|
added call to addDescendants to the remove case. |
| 1251 |
|
Fixed undefined variable $database; in saveOrder() |
| 1252 |
|
------------------------------------------------------------------------ |
| 1253 |
|
r313 | chanh | 2006-02-21 16:20:16 -0700 (Tue, 21 Feb 2006) | 2 lines |
| 1254 |
|
|
| 1255 |
|
Missing closing php tags! |
| 1256 |
|
------------------------------------------------------------------------ |
| 1257 |
|
r312 | chanh | 2006-02-21 16:08:14 -0700 (Tue, 21 Feb 2006) | 1 line |
| 1258 |
|
|
| 1259 |
|
Missing closing php tags! |
| 1260 |
|
------------------------------------------------------------------------ |
| 1261 |
|
r311 | chanh | 2006-02-21 16:07:58 -0700 (Tue, 21 Feb 2006) | 1 line |
| 1262 |
|
|
| 1263 |
|
Missing closing php tags! |
| 1264 |
|
------------------------------------------------------------------------ |
| 1265 |
|
r310 | cauld | 2006-02-21 07:02:46 -0700 (Tue, 21 Feb 2006) | 1 line |
| 1266 |
|
|
| 1267 |
|
cauld - committing a change to database.php to fix a content update / insert |
| 1268 |
|
issue based on a suggested fix by counterpoint |
| 1269 |
|
------------------------------------------------------------------------ |
| 1270 |
|
r309 | adi | 2006-02-20 20:47:49 -0700 (Mon, 20 Feb 2006) | 1 line |
| 1271 |
|
|
| 1272 |
|
Trac ticket #36 |
| 1273 |
|
------------------------------------------------------------------------ |
| 1274 |
|
r305 | cauld | 2006-02-18 16:10:53 -0700 (Sat, 18 Feb 2006) | 1 line |
| 1275 |
|
|
| 1276 |
|
cauld - Adding some stuff for MOStlyCE and fixing Safari warning |
| 1277 |
|
------------------------------------------------------------------------ |
| 1278 |
|
r304 | csouza | 2006-02-16 20:07:10 -0700 (Thu, 16 Feb 2006) | 2 lines |
| 1279 |
|
|
| 1280 |
|
corrected a few non i18ned strings |
| 1281 |
|
------------------------------------------------------------------------ |
| 1282 |
|
r303 | csouza | 2006-02-16 20:06:03 -0700 (Thu, 16 Feb 2006) | 1 line |
| 1283 |
|
|
| 1284 |
|
added localization vars to configuration.php-dist |
| 1285 |
|
------------------------------------------------------------------------ |
| 1286 |
|
r302 | csouza | 2006-02-16 20:05:11 -0700 (Thu, 16 Feb 2006) | 1 line |
| 1287 |
|
|
| 1288 |
|
fixed fixlanguage() |
| 1289 |
|
------------------------------------------------------------------------ |
| 1290 |
|
r301 | csouza | 2006-02-16 20:04:10 -0700 (Thu, 16 Feb 2006) | 1 line |
| 1291 |
|
|
| 1292 |
|
updated mod_whosonline to select a plural string from a specific language file |
| 1293 |
|
------------------------------------------------------------------------ |
| 1294 |
|
r300 | csouza | 2006-02-16 20:02:31 -0700 (Thu, 16 Feb 2006) | 1 line |
| 1295 |
|
|
| 1296 |
|
updated com_languages |
| 1297 |
|
------------------------------------------------------------------------ |
| 1298 |
|
r299 | csouza | 2006-02-16 20:02:08 -0700 (Thu, 16 Feb 2006) | 1 line |
| 1299 |
|
|
| 1300 |
|
updated com_languages |
| 1301 |
|
------------------------------------------------------------------------ |
| 1302 |
|
r298 | csouza | 2006-02-16 20:00:30 -0700 (Thu, 16 Feb 2006) | 1 line |
| 1303 |
|
|
| 1304 |
|
updated com_languages |
| 1305 |
|
------------------------------------------------------------------------ |
| 1306 |
|
r297 | csouza | 2006-02-16 14:43:38 -0700 (Thu, 16 Feb 2006) | 1 line |
| 1307 |
|
|
| 1308 |
|
replacement of copyright notices |
| 1309 |
|
------------------------------------------------------------------------ |
| 1310 |
|
r296 | cauld | 2006-02-16 08:02:03 -0700 (Thu, 16 Feb 2006) | 1 line |
| 1311 |
|
|
| 1312 |
|
cauld - fixing PHP version to low notice on install |
| 1313 |
|
------------------------------------------------------------------------ |
| 1314 |
|
r295 | cauld | 2006-02-16 07:58:50 -0700 (Thu, 16 Feb 2006) | 1 line |
| 1315 |
|
|
| 1316 |
|
cauld - updating install screen to display PHP version 4.3.0 as min requirement |
| 1317 |
|
------------------------------------------------------------------------ |
| 1318 |
|
r294 | adi | 2006-02-16 01:59:01 -0700 (Thu, 16 Feb 2006) | 1 line |
| 1319 |
|
|
| 1320 |
|
remove td width in printicon function |
| 1321 |
|
------------------------------------------------------------------------ |
| 1322 |
|
r293 | adi | 2006-02-16 01:57:15 -0700 (Thu, 16 Feb 2006) | 1 line |
| 1323 |
|
|
| 1324 |
|
remove td width in pdficon and emailicon function |
| 1325 |
|
------------------------------------------------------------------------ |
| 1326 |
|
r292 | adi | 2006-02-16 01:34:47 -0700 (Thu, 16 Feb 2006) | 1 line |
| 1327 |
|
|
| 1328 |
|
Trac ticket #38 |
| 1329 |
|
------------------------------------------------------------------------ |
| 1330 |
|
r290 | counterpoint | 2006-02-15 16:16:04 -0700 (Wed, 15 Feb 2006) | 1 line |
| 1331 |
|
|
| 1332 |
|
Fix submit news problems by changing to submit faq (also removed itemid) |
| 1333 |
|
------------------------------------------------------------------------ |
| 1334 |
|
r289 | counterpoint | 2006-02-15 10:56:19 -0700 (Wed, 15 Feb 2006) | 1 line |
| 1335 |
|
|
| 1336 |
|
Fixed bugs in resequencing various types of item |
| 1337 |
|
------------------------------------------------------------------------ |
| 1338 |
|
r288 | counterpoint | 2006-02-15 10:18:43 -0700 (Wed, 15 Feb 2006) | 1 line |
| 1339 |
|
|
| 1340 |
|
Bug fixes |
| 1341 |
|
------------------------------------------------------------------------ |
| 1342 |
|
r287 | counterpoint | 2006-02-15 09:49:55 -0700 (Wed, 15 Feb 2006) | 1 line |
| 1343 |
|
|
| 1344 |
|
Bug fixes |
| 1345 |
|
------------------------------------------------------------------------ |
| 1346 |
|
r286 | counterpoint | 2006-02-15 04:18:27 -0700 (Wed, 15 Feb 2006) | 2 lines |
| 1347 |
|
|
| 1348 |
|
Bug fixes |
| 1349 |
|
------------------------------------------------------------------------ |
| 1350 |
|
r284 | adi | 2006-02-14 22:18:19 -0700 (Tue, 14 Feb 2006) | 1 line |
| 1351 |
|
|
| 1352 |
|
fix css problem for menu height in firefox |
| 1353 |
|
------------------------------------------------------------------------ |
| 1354 |
|
r283 | counterpoint | 2006-02-14 15:39:59 -0700 (Tue, 14 Feb 2006) | 1 line |
| 1355 |
|
|
| 1356 |
|
Bug fix problem analysing parameters from XML |
| 1357 |
|
------------------------------------------------------------------------ |
| 1358 |
|
r282 | counterpoint | 2006-02-14 15:38:15 -0700 (Tue, 14 Feb 2006) | 1 line |
| 1359 |
|
|
| 1360 |
|
Bug fix theme.js incorrect path to find menu images |
| 1361 |
|
------------------------------------------------------------------------ |
| 1362 |
|
r281 | counterpoint | 2006-02-14 14:42:10 -0700 (Tue, 14 Feb 2006) | 2 lines |
| 1363 |
|
|
| 1364 |
|
Bug fix |
| 1365 |
|
------------------------------------------------------------------------ |
| 1366 |
|
r277 | adi | 2006-02-14 01:14:48 -0700 (Tue, 14 Feb 2006) | 2 lines |
| 1367 |
|
|
| 1368 |
|
hide secret word in global config based on, Trac ticket #9 |
| 1369 |
|
------------------------------------------------------------------------ |
| 1370 |
|
r276 | adi | 2006-02-14 00:38:24 -0700 (Tue, 14 Feb 2006) | 1 line |
| 1371 |
|
|
| 1372 |
|
Trac ticket #5 |
| 1373 |
|
------------------------------------------------------------------------ |
| 1374 |
|
r275 | adi | 2006-02-14 00:32:53 -0700 (Tue, 14 Feb 2006) | 2 lines |
| 1375 |
|
|
| 1376 |
|
update sample data, Trac ticket #4 |
| 1377 |
|
------------------------------------------------------------------------ |
| 1378 |
|
r274 | adi | 2006-02-14 00:17:41 -0700 (Tue, 14 Feb 2006) | 2 lines |
| 1379 |
|
|
| 1380 |
|
remove key reference based on |
| 1381 |
|
http://forum.mamboserver.com/showthread.php?t=66453 |
| 1382 |
|
------------------------------------------------------------------------ |
| 1383 |
|
r273 | adi | 2006-02-13 22:46:12 -0700 (Mon, 13 Feb 2006) | 2 lines |
| 1384 |
|
|
| 1385 |
|
add client id column in showClients function, based on |
| 1386 |
|
Trac ticket #15 |
| 1387 |
|
------------------------------------------------------------------------ |
| 1388 |
|
r272 | counterpoint | 2006-02-13 08:41:51 -0700 (Mon, 13 Feb 2006) | 1 line |
| 1389 |
|
|
| 1390 |
|
Installer developments and bugs, syndstyle handling. |
| 1391 |
|
------------------------------------------------------------------------ |
| 1392 |
|
r271 | counterpoint | 2006-02-13 08:37:07 -0700 (Mon, 13 Feb 2006) | 1 line |
| 1393 |
|
|
| 1394 |
|
Installer bug fixes and development. |
| 1395 |
|
------------------------------------------------------------------------ |
| 1396 |
|
r270 | counterpoint | 2006-02-13 08:31:12 -0700 (Mon, 13 Feb 2006) | 1 line |
| 1397 |
|
|
| 1398 |
|
Syndstyle and file handling bug fixes. |
| 1399 |
|
------------------------------------------------------------------------ |
| 1400 |
|
r269 | counterpoint | 2006-02-13 08:12:12 -0700 (Mon, 13 Feb 2006) | 1 line |
| 1401 |
|
|
| 1402 |
|
Introduce syndstyle to allow components to be used as objects at other sites. |
| 1403 |
|
------------------------------------------------------------------------ |
| 1404 |
|
r268 | adi | 2006-02-13 03:59:27 -0700 (Mon, 13 Feb 2006) | 1 line |
| 1405 |
|
|
| 1406 |
|
fix global variables |
| 1407 |
|
------------------------------------------------------------------------ |
| 1408 |
|
r267 | adi | 2006-02-13 03:52:27 -0700 (Mon, 13 Feb 2006) | 1 line |
| 1409 |
|
|
| 1410 |
|
fix showInstallMessage function, add third parameter for redirect |
| 1411 |
|
------------------------------------------------------------------------ |
| 1412 |
|
r266 | csouza | 2006-02-12 16:49:56 -0700 (Sun, 12 Feb 2006) | 2 lines |
| 1413 |
|
|
| 1414 |
|
fixed some localization bugs |
| 1415 |
|
------------------------------------------------------------------------ |
| 1416 |
|
r265 | csouza | 2006-02-12 16:49:14 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1417 |
|
|
| 1418 |
|
localization |
| 1419 |
|
------------------------------------------------------------------------ |
| 1420 |
|
r264 | csouza | 2006-02-12 16:45:24 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1421 |
|
|
| 1422 |
|
fixed some localization bugs |
| 1423 |
|
------------------------------------------------------------------------ |
| 1424 |
|
r263 | csouza | 2006-02-12 16:44:33 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1425 |
|
|
| 1426 |
|
localization fixes |
| 1427 |
|
------------------------------------------------------------------------ |
| 1428 |
|
r262 | csouza | 2006-02-12 16:43:25 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1429 |
|
|
| 1430 |
|
fixed some localization bugs |
| 1431 |
|
------------------------------------------------------------------------ |
| 1432 |
|
r260 | cauld | 2006-02-12 15:11:01 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1433 |
|
|
| 1434 |
|
cauld - Adding MOStlyCE onclick plugin |
| 1435 |
|
------------------------------------------------------------------------ |
| 1436 |
|
r259 | cauld | 2006-02-12 13:41:12 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1437 |
|
|
| 1438 |
|
cauld - MOStlyCE table plugin upgrade |
| 1439 |
|
------------------------------------------------------------------------ |
| 1440 |
|
r258 | cauld | 2006-02-12 13:39:40 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1441 |
|
|
| 1442 |
|
cauld - MOStlyCE advlink plugin upgrade |
| 1443 |
|
------------------------------------------------------------------------ |
| 1444 |
|
r257 | cauld | 2006-02-12 13:38:07 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1445 |
|
|
| 1446 |
|
cauld - MOStlyCE advimage plugin fix |
| 1447 |
|
------------------------------------------------------------------------ |
| 1448 |
|
r256 | cauld | 2006-02-12 13:36:52 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1449 |
|
|
| 1450 |
|
cauld - MOStlyCE advhr plugin fix |
| 1451 |
|
------------------------------------------------------------------------ |
| 1452 |
|
r255 | cauld | 2006-02-12 13:34:32 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1453 |
|
|
| 1454 |
|
cauld - MOStlyCE preview plugin fix |
| 1455 |
|
------------------------------------------------------------------------ |
| 1456 |
|
r254 | cauld | 2006-02-12 13:31:54 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1457 |
|
|
| 1458 |
|
cauld - MOStlyCE auth_plugin.php change to handle the removal of auth.php |
| 1459 |
|
------------------------------------------------------------------------ |
| 1460 |
|
r253 | csouza | 2006-02-12 12:38:26 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1461 |
|
|
| 1462 |
|
mostlyce popup fix |
| 1463 |
|
------------------------------------------------------------------------ |
| 1464 |
|
r252 | csouza | 2006-02-12 12:37:34 -0700 (Sun, 12 Feb 2006) | 2 lines |
| 1465 |
|
|
| 1466 |
|
fix for mostlyce popup and localization calls to select language file |
| 1467 |
|
------------------------------------------------------------------------ |
| 1468 |
|
r251 | cauld | 2006-02-12 10:25:32 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1469 |
|
|
| 1470 |
|
cauld - more MOStlyCE changes |
| 1471 |
|
------------------------------------------------------------------------ |
| 1472 |
|
r250 | cauld | 2006-02-12 10:17:00 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1473 |
|
|
| 1474 |
|
cauld - adding mclayer.js for MOStlyCE |
| 1475 |
|
------------------------------------------------------------------------ |
| 1476 |
|
r247 | cauld | 2006-02-12 08:52:29 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1477 |
|
|
| 1478 |
|
cauld - removing old MOStlyCE onclick plugin |
| 1479 |
|
------------------------------------------------------------------------ |
| 1480 |
|
r246 | cauld | 2006-02-12 08:49:29 -0700 (Sun, 12 Feb 2006) | 1 line |
| 1481 |
|
|
| 1482 |
|
cauld - Upgrading MOStlyCE guts to 2.0.2 and fixing a few MOStlyCE bugs |
| 1483 |
|
------------------------------------------------------------------------ |
| 1484 |
|
r245 | counterpoint | 2006-02-10 10:38:03 -0700 (Fri, 10 Feb 2006) | 1 line |
| 1485 |
|
|
| 1486 |
|
Mambot handler fix, compatibility fixes. |
| 1487 |
|
------------------------------------------------------------------------ |
| 1488 |
|
r244 | counterpoint | 2006-02-10 07:08:05 -0700 (Fri, 10 Feb 2006) | 1 line |
| 1489 |
|
|
| 1490 |
|
Compatibility fixes. |
| 1491 |
|
------------------------------------------------------------------------ |
| 1492 |
|
r243 | counterpoint | 2006-02-10 05:42:40 -0700 (Fri, 10 Feb 2006) | 1 line |
| 1493 |
|
|
| 1494 |
|
Handle https and non standard ports; reduce volume of metadata by restricting to one item. |
| 1495 |
|
------------------------------------------------------------------------ |
| 1496 |
|
r238 | counterpoint | 2006-02-07 11:03:58 -0700 (Tue, 07 Feb 2006) | 1 line |
| 1497 |
|
|
| 1498 |
|
Bug fixes, mostly missing ampersands. |
| 1499 |
|
------------------------------------------------------------------------ |
| 1500 |
|
r237 | counterpoint | 2006-02-06 09:36:18 -0700 (Mon, 06 Feb 2006) | 1 line |
| 1501 |
|
|
| 1502 |
|
Remove "generator" tag, improve SEF to cover archived material, correct bugs in contact component. |
| 1503 |
|
------------------------------------------------------------------------ |
| 1504 |
|
r236 | csouza | 2006-02-06 08:35:49 -0700 (Mon, 06 Feb 2006) | 1 line |
| 1505 |
|
|
| 1506 |
|
fixed php4 reference to component handler |
| 1507 |
|
------------------------------------------------------------------------ |
| 1508 |
|
r235 | counterpoint | 2006-02-05 10:46:04 -0700 (Sun, 05 Feb 2006) | 1 line |
| 1509 |
|
|
| 1510 |
|
Bug fix |
| 1511 |
|
------------------------------------------------------------------------ |
| 1512 |
|
r234 | counterpoint | 2006-02-05 09:08:28 -0700 (Sun, 05 Feb 2006) | 1 line |
| 1513 |
|
|
| 1514 |
|
Security fixes. Add universal installer code. |
| 1515 |
|
------------------------------------------------------------------------ |
| 1516 |
|
r233 | cauld | 2006-02-04 14:29:29 -0700 (Sat, 04 Feb 2006) | 1 line |
| 1517 |
|
|
| 1518 |
|
cauld - updating version info for release |
| 1519 |
|
------------------------------------------------------------------------ |
| 1520 |
|
r232 | csouza | 2006-02-04 13:36:36 -0700 (Sat, 04 Feb 2006) | 2 lines |
| 1521 |
|
|
| 1522 |
|
corrected path to phpInputFilter |
| 1523 |
|
------------------------------------------------------------------------ |
| 1524 |
|
r231 | csouza | 2006-02-04 13:36:24 -0700 (Sat, 04 Feb 2006) | 2 lines |
| 1525 |
|
|
| 1526 |
|
corrected path to phpInputFilter |
| 1527 |
|
------------------------------------------------------------------------ |
| 1528 |
|
r230 | csouza | 2006-02-04 13:13:58 -0700 (Sat, 04 Feb 2006) | 1 line |
| 1529 |
|
|
| 1530 |
|
added admin.languages.class.php |
| 1531 |
|
------------------------------------------------------------------------ |
| 1532 |
|
r229 | cauld | 2006-02-04 11:45:08 -0700 (Sat, 04 Feb 2006) | 1 line |
| 1533 |
|
|
| 1534 |
|
cauld - fixing phpInputFilter path |
| 1535 |
|
------------------------------------------------------------------------ |
| 1536 |
|
r228 | cauld | 2006-02-04 10:32:51 -0700 (Sat, 04 Feb 2006) | 1 line |
| 1537 |
|
|
| 1538 |
|
cauld - fixing issue with __parameters create table statement |
| 1539 |
|
------------------------------------------------------------------------ |
| 1540 |
|
r226 | counterpoint | 2006-02-03 02:43:17 -0700 (Fri, 03 Feb 2006) | 1 line |
| 1541 |
|
|
| 1542 |
|
Delete patTemplate |
| 1543 |
|
------------------------------------------------------------------------ |
| 1544 |
|
r223 | counterpoint | 2006-02-02 15:13:45 -0700 (Thu, 02 Feb 2006) | 1 line |
| 1545 |
|
|
| 1546 |
|
Tidying up and bug fixing. |
| 1547 |
|
------------------------------------------------------------------------ |
| 1548 |
|
r222 | counterpoint | 2006-02-02 07:50:48 -0700 (Thu, 02 Feb 2006) | 1 line |
| 1549 |
|
|
| 1550 |
|
Various bug fixes and tidying up. |
| 1551 |
|
------------------------------------------------------------------------ |
| 1552 |
|
r221 | csouza | 2006-02-01 16:44:54 -0700 (Wed, 01 Feb 2006) | 1 line |
| 1553 |
|
|
| 1554 |
|
corrected notice in fixlanguages |
| 1555 |
|
------------------------------------------------------------------------ |
| 1556 |
|
r220 | csouza | 2006-02-01 16:21:57 -0700 (Wed, 01 Feb 2006) | 1 line |
| 1557 |
|
|
| 1558 |
|
language fix |
| 1559 |
|
------------------------------------------------------------------------ |
| 1560 |
|
r219 | csouza | 2006-02-01 16:04:51 -0700 (Wed, 01 Feb 2006) | 1 line |
| 1561 |
|
|
| 1562 |
|
language/english.xml |
| 1563 |
|
------------------------------------------------------------------------ |
| 1564 |
|
r218 | counterpoint | 2006-02-01 13:38:06 -0700 (Wed, 01 Feb 2006) | 1 line |
| 1565 |
|
|
| 1566 |
|
Universal installer UI. |
| 1567 |
|
------------------------------------------------------------------------ |
| 1568 |
|
r216 | csouza | 2006-02-01 09:45:51 -0700 (Wed, 01 Feb 2006) | 1 line |
| 1569 |
|
|
| 1570 |
|
complete set of language files for translation |
| 1571 |
|
------------------------------------------------------------------------ |
| 1572 |
|
r213 | counterpoint | 2006-01-31 05:11:42 -0700 (Tue, 31 Jan 2006) | 1 line |
| 1573 |
|
|
| 1574 |
|
Mambot developments. |
| 1575 |
|
------------------------------------------------------------------------ |
| 1576 |
|
r212 | counterpoint | 2006-01-31 01:30:02 -0700 (Tue, 31 Jan 2006) | 1 line |
| 1577 |
|
|
| 1578 |
|
Add support for free standing parameter object installation. |
| 1579 |
|
------------------------------------------------------------------------ |
| 1580 |
|
r211 | csouza | 2006-01-30 16:38:54 -0700 (Mon, 30 Jan 2006) | 1 line |
| 1581 |
|
|
| 1582 |
|
added define check to prevent notices |
| 1583 |
|
------------------------------------------------------------------------ |
| 1584 |
|
r210 | csouza | 2006-01-30 16:31:55 -0700 (Mon, 30 Jan 2006) | 1 line |
| 1585 |
|
|
| 1586 |
|
restored english.php and english.ignore.php |
| 1587 |
|
------------------------------------------------------------------------ |
| 1588 |
|
r209 | counterpoint | 2006-01-30 15:13:58 -0700 (Mon, 30 Jan 2006) | 1 line |
| 1589 |
|
|
| 1590 |
|
Extra mambot hooks for registration, password changes. |
| 1591 |
|
------------------------------------------------------------------------ |
| 1592 |
|
r208 | counterpoint | 2006-01-30 10:58:42 -0700 (Mon, 30 Jan 2006) | 1 line |
| 1593 |
|
|
| 1594 |
|
Handle language issue causing double display of modules. |
| 1595 |
|
------------------------------------------------------------------------ |
| 1596 |
|
r207 | counterpoint | 2006-01-30 07:25:33 -0700 (Mon, 30 Jan 2006) | 1 line |
| 1597 |
|
|
| 1598 |
|
Possible fix for authenticator not found bug. |
| 1599 |
|
------------------------------------------------------------------------ |
| 1600 |
|
r206 | counterpoint | 2006-01-30 07:14:36 -0700 (Mon, 30 Jan 2006) | 1 line |
| 1601 |
|
|
| 1602 |
|
Installer error handling, version to point to Foundation web site, attempted fix for redirect. |
| 1603 |
|
------------------------------------------------------------------------ |
| 1604 |
|
r205 | cauld | 2006-01-28 10:06:06 -0700 (Sat, 28 Jan 2006) | 1 line |
| 1605 |
|
------------------------------------------------------------------------ |
| 1606 |
|
r204 | cauld | 2006-01-28 10:03:42 -0700 (Sat, 28 Jan 2006) | 1 line |
| 1607 |
|
|
| 1608 |
|
cauld - adding MOStlyCE admin component |
| 1609 |
|
------------------------------------------------------------------------ |
| 1610 |
|
r202 | cauld | 2006-01-28 09:45:00 -0700 (Sat, 28 Jan 2006) | 1 line |
| 1611 |
|
|
| 1612 |
|
cauld - MOStlyCE change |
| 1613 |
|
------------------------------------------------------------------------ |
| 1614 |
|
r199 | counterpoint | 2006-01-27 08:37:12 -0700 (Fri, 27 Jan 2006) | 1 line |
| 1615 |
|
|
| 1616 |
|
Installer bug fixes and changes to handle Docman latest. Bug fix in installation/index.php. |
| 1617 |
|
------------------------------------------------------------------------ |
| 1618 |
|
r198 | csouza | 2006-01-26 17:20:20 -0700 (Thu, 26 Jan 2006) | 1 line |
| 1619 |
|
|
| 1620 |
|
added the final complete language catalog containing 2027 unique strings. |
| 1621 |
|
------------------------------------------------------------------------ |
| 1622 |
|
r197 | counterpoint | 2006-01-26 16:40:05 -0700 (Thu, 26 Jan 2006) | 1 line |
| 1623 |
|
|
| 1624 |
|
Correction for archive manager - error when database objects not an array - used for array merge. |
| 1625 |
|
------------------------------------------------------------------------ |
| 1626 |
|
r196 | counterpoint | 2006-01-26 16:23:04 -0700 (Thu, 26 Jan 2006) | 1 line |
| 1627 |
|
|
| 1628 |
|
Improved site search. |
| 1629 |
|
------------------------------------------------------------------------ |
| 1630 |
|
r195 | csouza | 2006-01-26 13:20:17 -0700 (Thu, 26 Jan 2006) | 1 line |
| 1631 |
|
|
| 1632 |
|
removed unnecessary file from com_languages |
| 1633 |
|
------------------------------------------------------------------------ |
| 1634 |
|
r194 | csouza | 2006-01-26 13:11:56 -0700 (Thu, 26 Jan 2006) | 1 line |
| 1635 |
|
|
| 1636 |
|
verified and corrected all deprecated localization constants |
| 1637 |
|
------------------------------------------------------------------------ |
| 1638 |
|
r193 | counterpoint | 2006-01-26 11:09:47 -0700 (Thu, 26 Jan 2006) | 1 line |
| 1639 |
|
|
| 1640 |
|
Optimise DB access in admin of users. Correct HTML yes/no radio buttons. |
| 1641 |
|
------------------------------------------------------------------------ |
| 1642 |
|
r192 | counterpoint | 2006-01-26 11:07:55 -0700 (Thu, 26 Jan 2006) | 1 line |
| 1643 |
|
|
| 1644 |
|
Replaced ACL related code for storing new users (removed during testing of new access mechanisms). |
| 1645 |
|
------------------------------------------------------------------------ |
| 1646 |
|
r191 | counterpoint | 2006-01-26 09:07:51 -0700 (Thu, 26 Jan 2006) | 1 line |
| 1647 |
|
|
| 1648 |
|
Small bug fixes |
| 1649 |
|
------------------------------------------------------------------------ |
| 1650 |
|
r190 | cauld | 2006-01-26 07:45:16 -0700 (Thu, 26 Jan 2006) | 1 line |
| 1651 |
|
|
| 1652 |
|
cauld - fixing a mostlyce xml issue |
| 1653 |
|
------------------------------------------------------------------------ |
| 1654 |
|
r189 | cauld | 2006-01-26 07:44:44 -0700 (Thu, 26 Jan 2006) | 1 line |
| 1655 |
|
|
| 1656 |
|
cauld - fixing a mostlyce xml issue |
| 1657 |
|
------------------------------------------------------------------------ |
| 1658 |
|
r188 | csouza | 2006-01-26 06:06:55 -0700 (Thu, 26 Jan 2006) | 1 line |
| 1659 |
|
|
| 1660 |
|
fixed localization notices |
| 1661 |
|
------------------------------------------------------------------------ |
| 1662 |
|
r187 | counterpoint | 2006-01-26 05:49:51 -0700 (Thu, 26 Jan 2006) | 1 line |
| 1663 |
|
|
| 1664 |
|
Fix problem in mambo.sql losing user login authenticator mambot. |
| 1665 |
|
------------------------------------------------------------------------ |
| 1666 |
|
r186 | counterpoint | 2006-01-26 04:51:01 -0700 (Thu, 26 Jan 2006) | 1 line |
| 1667 |
|
|
| 1668 |
|
Merge and other bug fixes. Suppress pathway if only says "Home". Suppress warnings from Magpie. |
| 1669 |
|
------------------------------------------------------------------------ |
| 1670 |
|
r185 | csouza | 2006-01-25 16:55:33 -0700 (Wed, 25 Jan 2006) | 1 line |
| 1671 |
|
|
| 1672 |
|
replaced language constants |
| 1673 |
|
------------------------------------------------------------------------ |
| 1674 |
|
r183 | csouza | 2006-01-25 14:36:13 -0700 (Wed, 25 Jan 2006) | 1 line |
| 1675 |
|
|
| 1676 |
|
fixed i18n bugs and notices |
| 1677 |
|
------------------------------------------------------------------------ |
| 1678 |
|
r182 | counterpoint | 2006-01-25 10:21:03 -0700 (Wed, 25 Jan 2006) | 1 line |
| 1679 |
|
|
| 1680 |
|
Adjust for database.php moving back to /includes. Remove executable code from version.php (should be just class, executable code is in index.php). |
| 1681 |
|
------------------------------------------------------------------------ |
| 1682 |
|
r180 | csouza | 2006-01-25 06:42:26 -0700 (Wed, 25 Jan 2006) | 1 line |
| 1683 |
|
|
| 1684 |
|
fixed localization bug |
| 1685 |
|
------------------------------------------------------------------------ |
| 1686 |
|
r179 | csouza | 2006-01-25 06:41:01 -0700 (Wed, 25 Jan 2006) | 1 line |
| 1687 |
|
|
| 1688 |
|
phpgettext update |
| 1689 |
|
------------------------------------------------------------------------ |
| 1690 |
|
r178 | csouza | 2006-01-24 09:16:09 -0700 (Tue, 24 Jan 2006) | 1 line |
| 1691 |
|
|
| 1692 |
|
update phpgettext.catalog.php |
| 1693 |
|
------------------------------------------------------------------------ |
| 1694 |
|
r177 | csouza | 2006-01-24 09:15:11 -0700 (Tue, 24 Jan 2006) | 1 line |
| 1695 |
|
|
| 1696 |
|
updating language directory and first complete string catalog |
| 1697 |
|
------------------------------------------------------------------------ |
| 1698 |
|
r176 | cauld | 2006-01-24 07:36:50 -0700 (Tue, 24 Jan 2006) | 1 line |
| 1699 |
|
|
| 1700 |
|
cauld - fixing MOStlyCE undefined variable notice |
| 1701 |
|
------------------------------------------------------------------------ |
| 1702 |
|
r175 | csouza | 2006-01-24 04:45:38 -0700 (Tue, 24 Jan 2006) | 1 line |
| 1703 |
|
|
| 1704 |
|
corrected return value in ngettext |
| 1705 |
|
------------------------------------------------------------------------ |
| 1706 |
|
r174 | counterpoint | 2006-01-24 03:27:45 -0700 (Tue, 24 Jan 2006) | 1 line |
| 1707 |
|
|
| 1708 |
|
Correct problem with merge. |
| 1709 |
|
------------------------------------------------------------------------ |
| 1710 |
|
r172 | counterpoint | 2006-01-24 02:23:40 -0700 (Tue, 24 Jan 2006) | 1 line |
| 1711 |
|
|
| 1712 |
|
Correct short tag |
| 1713 |
|
------------------------------------------------------------------------ |
| 1714 |
|
r171 | cauld | 2006-01-23 21:57:24 -0700 (Mon, 23 Jan 2006) | 1 line |
| 1715 |
|
|
| 1716 |
|
cauld - fixing an include file in mostlyce.php |
| 1717 |
|
------------------------------------------------------------------------ |
| 1718 |
|
r170 | counterpoint | 2006-01-23 16:11:50 -0700 (Mon, 23 Jan 2006) | 1 line |
| 1719 |
|
|
| 1720 |
|
Bring 4.5.4 /includes/frontend.php into 4.6 |
| 1721 |
|
------------------------------------------------------------------------ |
| 1722 |
|
r169 | counterpoint | 2006-01-23 10:57:22 -0700 (Mon, 23 Jan 2006) | 1 line |
| 1723 |
|
|
| 1724 |
|
Fix installation bugs. |
| 1725 |
|
------------------------------------------------------------------------ |
| 1726 |
|
r168 | csouza | 2006-01-22 21:47:31 -0700 (Sun, 22 Jan 2006) | 1 line |
| 1727 |
|
|
| 1728 |
|
modified getConfig () in index.php to remove 'administrator' from mosConfig_live_site |
| 1729 |
|
------------------------------------------------------------------------ |
| 1730 |
|
r167 | csouza | 2006-01-22 21:45:40 -0700 (Sun, 22 Jan 2006) | 1 line |
| 1731 |
|
|
| 1732 |
|
switched phpgettext debugging off |
| 1733 |
|
------------------------------------------------------------------------ |
| 1734 |
|
r166 | csouza | 2006-01-22 21:44:09 -0700 (Sun, 22 Jan 2006) | 1 line |
| 1735 |
|
|
| 1736 |
|
added two css classes to remove <font> tags |
| 1737 |
|
------------------------------------------------------------------------ |
| 1738 |
|
r162 | cauld | 2006-01-22 01:10:42 -0700 (Sun, 22 Jan 2006) | 1 line |
| 1739 |
|
|
| 1740 |
|
cauld - updating install sql file to include entries for MOStlyCE |
| 1741 |
|
------------------------------------------------------------------------ |
| 1742 |
|
r160 | cauld | 2006-01-22 01:04:13 -0700 (Sun, 22 Jan 2006) | 1 line |
| 1743 |
|
|
| 1744 |
|
cauld - adding MOStlyCE mambot |
| 1745 |
|
------------------------------------------------------------------------ |
| 1746 |
|
r159 | cauld | 2006-01-22 01:01:09 -0700 (Sun, 22 Jan 2006) | 1 line |
| 1747 |
|
|
| 1748 |
|
cauld - adding MOStlyCE component |
| 1749 |
|
------------------------------------------------------------------------ |
| 1750 |
|
r158 | cauld | 2006-01-22 00:58:59 -0700 (Sun, 22 Jan 2006) | 1 line |
| 1751 |
|
|
| 1752 |
|
cauld - cleaning merge artifacts in index.php that were causing failures |
| 1753 |
|
------------------------------------------------------------------------ |
| 1754 |
|
r157 | mambo | 2006-01-21 09:20:19 -0700 (Sat, 21 Jan 2006) | 1 line |
| 1755 |
|
|
| 1756 |
|
cauld - Merging in the final 4.5.4 branch revisions (155 & 156). |
| 1757 |
|
|
| 1758 |
|
The 4.5.4 branch is now closed. |
| 1759 |
|
------------------------------------------------------------------------ |
| 1760 |
|
r153 | csouza | 2006-01-19 10:11:47 -0700 (Thu, 19 Jan 2006) | 1 line |
| 1761 |
|
|
| 1762 |
|
added debugging capabilities |
| 1763 |
|
------------------------------------------------------------------------ |
| 1764 |
|
r152 | csouza | 2006-01-19 10:10:57 -0700 (Thu, 19 Jan 2006) | 1 line |
| 1765 |
|
|
| 1766 |
|
added gettext support to mamboCore::fixLanguage() |
| 1767 |
|
------------------------------------------------------------------------ |
| 1768 |
|
r151 | csouza | 2006-01-19 07:24:56 -0700 (Thu, 19 Jan 2006) | 1 line |
| 1769 |
|
|
| 1770 |
|
csouza - Merging 4.5.4 changes (revisions 139 to 148) into 4.6. |
| 1771 |
|
------------------------------------------------------------------------ |
| 1772 |
|
r150 | csouza | 2006-01-19 06:37:49 -0700 (Thu, 19 Jan 2006) | 1 line |
| 1773 |
|
|
| 1774 |
|
csouza - i18n - uploaded/removed i18n files |
| 1775 |
|
------------------------------------------------------------------------ |
| 1776 |
|
r149 | csouza | 2006-01-19 06:29:35 -0700 (Thu, 19 Jan 2006) | 1 line |
| 1777 |
|
|
| 1778 |
|
csouza - i18n - uploaded several internationalized files |
| 1779 |
|
------------------------------------------------------------------------ |
| 1780 |
|
r138 | csouza | 2006-01-16 04:12:43 -0700 (Mon, 16 Jan 2006) | 1 line |
| 1781 |
|
|
| 1782 |
|
csouza - Merging 4.5.4 changes (revisions 131 to 137) into 4.6. |
| 1783 |
|
------------------------------------------------------------------------ |
| 1784 |
|
r129 | csouza | 2006-01-14 11:19:40 -0700 (Sat, 14 Jan 2006) | 1 line |
| 1785 |
|
|
| 1786 |
|
csouza - Merging 4.5.4 changes (revisions 118 to 127) into 4.6. |
| 1787 |
|
------------------------------------------------------------------------ |
| 1788 |
|
r117 | mambo | 2006-01-07 14:26:39 -0700 (Sat, 07 Jan 2006) | 1 line |
| 1789 |
|
|
| 1790 |
|
cauld - Merging the current 4.5.4 changes (revisions 2 thru 99) into 4.6. |
| 1791 |
|
------------------------------------------------------------------------ |
| 1792 |
|
r114 | mambo | 2006-01-06 14:16:56 -0700 (Fri, 06 Jan 2006) | 1 line |
| 1793 |
|
|
| 1794 |
|
cauld - merging 453h revisions 30 thru 38 into 4.6 |
| 1795 |
|
------------------------------------------------------------------------ |
| 1796 |
|
r113 | mambo | 2006-01-06 13:05:43 -0700 (Fri, 06 Jan 2006) | 1 line |
| 1797 |
|
|
| 1798 |
|
cauld - removing the old tinymce dir from 4.6. it is causing merge issues with this branch as well. |
| 1799 |
|
------------------------------------------------------------------------ |
| 1800 |
|
r112 | mambo | 2006-01-05 22:54:35 -0700 (Thu, 05 Jan 2006) | 1 line |
| 1801 |
|
|
| 1802 |
|
cauld - merging revisions 22 thru 30 into 4.6. |
| 1803 |
|
------------------------------------------------------------------------ |
| 1804 |
|
r3 | root | 2005-12-12 20:49:45 -0700 (Mon, 12 Dec 2005) | 1 line |
| 1805 |
|
|
| 1806 |
|
creating branch |
| 1807 |
|
------------------------------------------------------------------------ |