Diff of /mambo/branches/4.6/CHANGELOG.php
Parent Directory
|
Revision Log
|
Patch
| revision 212, Tue Jan 31 08:30:02 2006 UTC | revision 1722, Wed May 21 11:06:45 2008 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | /** | /** |
| 3 | * @version $Id: CHANGELOG.php,v 1.4 2006/01/21 09:14:00 cauld Exp $ | * Changes History from Mambo |
| 4 | * @package Mambo_4.5 | * @package Mambo |
| 5 | * @copyright (C) 2000 - 2004 Miro International Pty Ltd | * @author Mambo Foundation Inc see README.php |
| 6 | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL | * @copyright Mambo Foundation Inc. |
| 7 | * Mambo is Free Software | * See COPYRIGHT.php for copyright notices and details. |
| 8 | * @license GNU/GPL Version 2, see LICENSE.php | |
| 9 | * Mambo is free software; you can redistribute it and/or | |
| 10 | * modify it under the terms of the GNU General Public License | |
| 11 | * as published by the Free Software Foundation; version 2 of the License. | |
| 12 | */ | */ |
| 13 | // no direct access | // no direct access |
| 14 | 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.' ); |
| 15 | ?> | ?> |
| 16 | Changelog: | |
| 1. 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 | Legend: | Legend: |
| 23 | # -> Bug Fix | # -> Bug Fix |
| 24 | + -> Addition | + -> Addition |
| 25 | ! -> Change | ! -> Change |
| 26 | - -> Removed | - -> Removed |
| 27 | ! -> Note | ! -> Note |
| 28 | ||
| 29 | -------------------- 4.6 Release -------------------------- | --------------------------- 4.6.4 Release ------------------------------- |
| 30 | r1720 | andphe | 2008-05-21 05:33:47 -0500 (Mi‚, 21 May 2008) | 1 line | |
| 31-January-2006 Martin Brampton (counterpoint) | ||
| + Added parameters DB table and top level directory to house free standing | ||
| parameter objects that can be installed with just a zipped XML file. | ||
| 30-January-2006 Martin Brampton (counterpoint) | ||
| ! Installer changes to provide proper error handling | ||
| ! Modified version.php to point to Foundation web site | ||
| ! Attempted fix for problem with redirect not finding filter | ||
| ! Extra mambot hooks for registration and password changes | ||
| 27-Jan-2006 Martin Brampton (counterpoint) | ||
| ! Installer changes to handle latest Docman release, also bug fixes | ||
| ! Fix to Mambo installation/index.php to handle version | ||
| 26-Jan-2006 Martin Brampton (counterpoint) | ||
| ! Modified search component. Used to use stop words from e.g. english.ignore.php | ||
| against the whole search string. Now individual stop words are removed for | ||
| better searching | ||
| 26-Jan-2006 Martin Brampton (counterpoint) | ||
| ! Modified pathway logic to suppress if only the single item 'Home' | ||
| ! Various merge and other bugs fixed | ||
| ! Warnings and notices from Magpie suppressed | ||
| 23-Jan-2006 Martin Brampton (counterpoint) | ||
| ! Changed /installation/install2.php to take account of changed location database.php | ||
| ! Changed /installation/install4.php to use in line HTML instead of echo, to | ||
| eliminate slightly odd parsing error. | ||
| 22-Jan-2006 Chad Auld (cauld) | ||
| + Adding MOStlyCE as the new default editor for Mambo | ||
| ! Updated the version.php file for release | ||
| # Some merge artifacts were left in index.php causing failures, cleaned them up | ||
| 20-Jan-2006 Martin Brampton (counterpoint) | ||
| ! Modified index.php to derive live site from $_SERVER | ||
| ! Improvement to sefRelToAbs handling | ||
| - Removed sefRelToAbs from login form action attribute, no point SEF'ing forms | ||
| 19-Jan-2006 Martin Brampton (counterpoint) | ||
| ! Changes to make install/remove of language packages work correctly | ||
| - Removed database.php from the Mambo root, leaving in /includes for compatibility | ||
| ! Eliminated redundant DB access from login module | ||
| 19-Jan-2006 Martin Brampton (counterpoint) | ||
| ! Fixed nasty typo in database class | ||
| + Put copy of database.php into /includes for backwards compatibility | ||
| 19-Jan-2006 Martin Brampton (counterpoint) | ||
| ! Various bug fixes | ||
| ! Extensive tidy up of what remains of installer.class.php | ||
| ! NOTE still need to do work on file permissions issues and error handling | ||
| 18-Jan-2006 Martin Brampton (counterpoint) | ||
| - Removed DOMIT!! | ||
| ! Modified Geshi mambot to parse XML without domit | ||
| ! Modified newsfeeds and frontend HTML to handle RSS without domit | ||
| + Added Magpie to handle RSS feeds | ||
| ! Bug fixing | ||
| 17-Jan-2006 Martin Brampton (counterpoint) | ||
| ! Initial implementation of new integrated installer/uninstaller (no domit) | ||
| - Removed most code from mamboxml and what was left went into /includes/mambofunc.php | ||
| 16-Jan-2005 Giorgio Nordo (gin) | ||
| + added the writeability checks for the directories mambots/editors and mambots/editors-xtd both in the installation wizard and in the system info | ||
| 15-Jan-2006 Martin Brampton (counterpoint) | ||
| + Created mosXMLParams as subclass of mosXMLDescription (subclass of mosBasicXML) | ||
| + Coded mosXMLParams to parse all possible parameters in Mambo XML files | ||
| ! Removed analysis of parameter XML from mosAdminParameters (not much left) | ||
| ! Note the documentation on parameters is incomplete | ||
| ! Note that RSS code within admin.php uses domit | ||
| 15-Jan-2006 Martin Brampton (counterpoint) | ||
| + Created mosAdminParameters out of mosParameters. All XML handling removed to the new class | ||
| + Added method to mosParameters to get back the parsed text | ||
| ! Placed mosAdminParameters in admin.php as XML functionality not required user side | ||
| ! Amended all admin side calls that used XML functionality to use mosAdminParameters | ||
| ! Recoded parser in mosParameters to halve size and eliminate anomalies | ||
| - Removed all calls to mosParseParams in favour of creating mosParameters object | ||
| ! Implemented modification to htaccess.txt in line with forum statements on SEF | ||
| 14-Jan-2006 Martin Brampton (counterpoint) | ||
| ! Tidied XML parser | ||
| ! Implemented XML parser in all cases except actual install/uninstall and mosParameters | ||
| 12-Jan-2006 Martin Brampton (counterpoint) | ||
| + Added XML parser classes to admin.php and utilised in admin side components | ||
| ! Fixed bug in detect calling wrong DB function for multiple queries | ||
| ! Moved mosParameter class into index.php for use with mambot handler | ||
| 11-Jan-2006 Martin Brampton (counterpoint) | ||
| ! Split out database.php again, but this time in the Mambo root | ||
| ! Modified install2.php and index.php for above change | ||
| ! Installation code should now work | ||
| 11-Jan-2006 Martin Brampton (counterpoint) | ||
| ! Further work to correct most popups. Media manager image upload still not working. | ||
| + Introduced mosModuleHandler to improve efficiency of DB access and structure | ||
| ! Further moves of code into class methods | ||
| + Created login mambot, made user side authentication require mambots; add other hooks | ||
| + Addition to english.php to provide error message when no authentication mambots | ||
| ! Installation code still not working. | ||
| ! Extensive work on SEF towards reliable 404 errors for incorrect links | ||
| 5-Jan-2006 Martin Brampton (counterpoint) | ||
| - Removed globals.php | ||
| - Removed /includes/database.php | ||
| - Removed /administrator/includes/auth.php (residual code now in popups) | ||
| ! Modified popups to include index.php | ||
| + Created login authentication mambot (uses existing authenticator class) | ||
| ! Modified mambot handler to permit mambots to be classes rather than functions | ||
| ! Provide for multiple authentication mambots at login | ||
| ! The installation code will not currently work because of restructuring | ||
| 4-Jan-2006 Martin Brampton (counterpoint) | ||
| ! Moved function mosTreeRecurse into mosAdminMenus from admin.menus.php | ||
| ! Moved function mosGetOrderingList into mosAdminMenus.php from admin.mambots.php | ||
| ! Moved class definitions mosContent, mosSection, mosCategory into content.class.php | ||
| ! Modified class related components to include content.class.php for content class definitions. | ||
| 2-Jan-2006 Martin Brampton (counterpoint) | ||
| + Added getBestQueryMatch method to mosMenuHandler to derive Itemid from query string | ||
| ! Bug fixes | ||
| 31-Dec-2005 Martin Brampton (counterpoint) | ||
| + Introduced mosFileManager singleton class into index.php | ||
| + Introduced mosDirectory class into index.php | ||
| ! Further changes to reduce mambofunc.php | ||
| 29-Dec-2005 Martin Brampton (counterpoint) | ||
| - Removed mosAbstractTasker, not sound OO design, not used | ||
| - Commented out _form_mos_menu in mamboxml.php (class mosParameters) apparently not used | ||
| ! mosAdminMenus class removed from mambo.php turned into /administrator/includes/mosAdminMenus.php | ||
| ! Made mambo.php consist entirely of classes - moved functions to /includes/mambofunc.php | ||
| ! Progressively reducing functions in mambofunc.php to stubs that call class methods | ||
| ! No includes or executable code in mambo.php or mambofunc.php - mostly moved to index.php | ||
| - Removed mosHTML::treeSelectList in mambo.php - not used | ||
| ! Moved function mosTreeRecurse from mambofunc.php to admin.menus.php - only place used | ||
| ! Removed mosObjectToArray from mambofunc.php - not used | ||
| ! Moved function mosGetOrderingList from mambofunc.php to admin.mambots.php - only place used | ||
| ! Removed HMTL classes from mambo.php - created /includes/mamboHTML.php | ||
| ! Removed most mailer code into extension of the phpmailer class, loaded when required | ||
| 27-Dec-2005 Martin Brampton (counterpoint) | ||
| ! Complete rewrite of SEO code with substantial new features | ||
| ! Further detailed changes to support pathway | ||
| 23-Dec-2005 Martin Brampton (counterpoint) | ||
| ! Numerous changes to correct errors and optimise DB accesses | ||
| 16-Dec-2005 Martin Brampton (counterpoint) | ||
| ! Fixed bug in submenu handling introduced by mosMenuHandler | ||
| + Added mosPathway class, modified contact.php as example - needs much work in content.php | ||
| 15-Dec-2005 Martin Brampton (counterpoint) | ||
| + Added mosMenuHandler into index.php to buffer menu data from database | ||
| ! Changed much code where simple information can be provided by mosMenuHandler | ||
| ! Changed a couple of mambots - new handler provides an extra parameter, the mambot's own parms. | ||
| 13-Dec-2005 Martin Brampton (counterpoint) | ||
| ! Extensive changes to the structure of index files, database classes and mambo.php | ||
| ! mosMambotHandler substantially modified to read all data from DB on first use | ||
| ! Near complete overhaul of all code now included in the root index.php, other index | ||
| ! files include this one so that all significant code for index files is now in one | ||
| ! place - exception is admin side index3.php which still contains some code. | ||
| -------------------- 4.5.3 (Holiday Patch) Release -------------------------- | ||
| 31 | ||
| 32 | 31-Dec-2005 Chad Auld (cauld) | # Fixed FS#300 - Sef, captcha and com_comment |
| 33 | # Fixing PHP 5 related issues with admin.content.php | --- |
| 34 | r1719 | elpie | 2008-05-20 23:17:45 -0500 (Mar, 20 May 2008) | 1 line | |
| 35 | ||
| 36 | #commit of install.css which had been missed when I committed the changes to install4 | |
| 37 | --- | |
| 38 | r1718 | andphe | 2008-05-20 16:46:26 -0500 (Mar, 20 May 2008) | 1 line | |
| 39 | ||
| 40 | # mambots doesn't execute due to item cache | |
| 41 | --- | |
| 42 | r1717 | andphe | 2008-05-20 14:34:52 -0500 (Mar, 20 May 2008) | 1 line | |
| 43 | ||
| 44 | # review FS#326 - Pagination Don't work If Use Caching | |
| 45 | --- | |
| 46 | r1716 | andphe | 2008-05-20 13:15:07 -0500 (Mar, 20 May 2008) | 1 line | |
| 47 | ||
| 48 | # sectionURL, categoryURL functions use the current Itemid instead of the one assigned in the menu | |
| 49 | --- | |
| 50 | r1715 | elpie | 2008-05-20 09:16:33 -0500 (Mar, 20 May 2008) | 1 line | |
| 51 | ||
| 52 | !changed link to GNU/GPL so it is going to the correct license (version 2). URL changed after GPL3 was released. | |
| 53 | --- | |
| 54 | r1714 | elpie | 2008-05-20 09:03:32 -0500 (Mar, 20 May 2008) | 1 line | |
| 55 | ||
| 56 | #fixed broken links, added subscription form for security announcements | |
| 57 | --- | |
| 58 | r1713 | andphe | 2008-05-19 06:32:09 -0500 (Lun, 19 May 2008) | 1 line | |
| 59 | ||
| 60 | # reviewing FS#326 - Pagination Don't work If Use Caching | |
| 61 | --- | |
| 62 | r1712 | elpie | 2008-05-19 06:26:29 -0500 (Lun, 19 May 2008) | 1 line | |
| 63 | ||
| 64 | !updated credits | |
| 65 | --- | |
| 66 | r1711 | andphe | 2008-05-19 05:39:45 -0500 (Lun, 19 May 2008) | 1 line | |
| 67 | ||
| 68 | + untranslated strings, taked from Mambolearn Team persian edition | |
| 69 | --- | |
| 70 | r1710 | andphe | 2008-05-19 05:35:47 -0500 (Lun, 19 May 2008) | 1 line | |
| 71 | ||
| 72 | ! (documening the last commit that doesn't have a log) deprecating $configuration->current_language->charset by $mosConfig_charset | |
| 73 | --- | |
| 74 | r1709 | andphe | 2008-05-19 05:32:13 -0500 (Lun, 19 May 2008) | 1 line | |
| 75 | ||
| 76 | ||
| 77 | --- | |
| 78 | r1708 | andphe | 2008-05-19 04:55:00 -0500 (Lun, 19 May 2008) | 1 line | |
| 79 | ||
| 80 | # comment form doesn't work with sef enabled | |
| 81 | --- | |
| 82 | r1707 | andphe | 2008-05-18 00:33:33 -0500 (Dom, 18 May 2008) | 1 line | |
| 83 | ||
| 84 | # fixed FS#341 - Check for Updates redirects to a wrong address for downloads | |
| 85 | --- | |
| 86 | r1706 | andphe | 2008-05-18 00:20:09 -0500 (Dom, 18 May 2008) | 1 line | |
| 87 | ||
| 88 | # fixed FS#335 - Contact Details - state field increased in length | |
| 89 | --- | |
| 90 | r1705 | andphe | 2008-05-18 00:15:06 -0500 (Dom, 18 May 2008) | 1 line | |
| 91 | ||
| 92 | # fixed FS#345 - Cannot set "Use Global" for pdf, print, and email icons of default "Home" item in mainmenu | |
| 93 | --- | |
| 94 | r1704 | andphe | 2008-05-18 00:03:11 -0500 (Dom, 18 May 2008) | 1 line | |
| 95 | ||
| 96 | # fixed FS#338 - "simple mode" & "Advanced Mode" doesn't switch | |
| 97 | --- | |
| 98 | r1703 | andphe | 2008-05-17 23:54:31 -0500 (S b, 17 May 2008) | 1 line | |
| 99 | ||
| 100 | # fixed FS#336 - Default editor toolbar not showing in IE7 with 3rd party addons | |
| 101 | --- | |
| 102 | r1702 | andphe | 2008-05-16 23:48:33 -0500 (Vie, 16 May 2008) | 1 line | |
| 103 | ||
| 104 | # fixed FS#320 - Poll Component Menu Assignments, polls doesn't appears in menu links assigned | |
| 105 | --- | |
| 106 | r1701 | andphe | 2008-05-16 23:04:42 -0500 (Vie, 16 May 2008) | 1 line | |
| 107 | ||
| 108 | # fixed FS#315 - Write Comment and section module links points to itemid 1 | |
| 109 | --- | |
| 110 | r1700 | andphe | 2008-05-16 23:03:08 -0500 (Vie, 16 May 2008) | 1 line | |
| 111 | ||
| 112 | ! extra sanitation for mosRedirect | |
| 113 | --- | |
| 114 | r1699 | andphe | 2008-05-14 06:32:45 -0500 (Mi‚, 14 May 2008) | 1 line | |
| 115 | ||
| 116 | ! refactoring method getItemid of contentHandler class, to produce Itemids more accurate and reuse for categories and sections | |
| 117 | --- | |
| 118 | r1698 | andphe | 2008-05-13 22:20:54 -0500 (Mar, 13 May 2008) | 1 line | |
| 119 | ||
| 120 | # Fixed FS#314 - Search result links does not match Sublevel Menu links, the order that the Itemid is calculated has been reordened, first exact items, caterories, sections, global blog sections, and frontpage itemid at end. | |
| 121 | --- | |
| 122 | r1695 | andphe | 2008-05-02 23:17:38 -0500 (Vie, 02 May 2008) | 1 line | |
| 123 | ||
| 124 | # fixed, FS#326 - Pagination Don't work If Use Caching | |
| 125 | --- | |
| 126 | r1693 | andphe | 2008-05-02 23:03:03 -0500 (Vie, 02 May 2008) | 1 line | |
| 127 | ||
| 128 | # fixed, FS#332 - base href kills anchors | |
| 129 | --- | |
| 130 | r1691 | andphe | 2008-05-02 22:41:39 -0500 (Vie, 02 May 2008) | 1 line | |
| 131 | ||
| 132 | # fixed, FS#260 - SEF URLs seem broken using cPanel temp URL | |
| 133 | --- | |
| 134 | r1690 | andphe | 2008-05-01 18:07:13 -0500 (Jue, 01 May 2008) | 1 line | |
| 135 | ||
| 136 | # sorting mambots doesn't work | |
| 137 | --- | |
| 138 | r1688 | andphe | 2008-04-27 01:18:01 -0500 (Dom, 27 Abr 2008) | 1 line | |
| 139 | ||
| 140 | # FS#330 - Enable translations of non-default language | |
| 141 | --- | |
| 142 | r1685 | andphe | 2008-04-27 00:26:02 -0500 (Dom, 27 Abr 2008) | 1 line | |
| 143 | ||
| 144 | + Adding new $mosConfig_charset global setting | |
| 145 | --- | |
| 146 | r1684 | andphe | 2008-04-26 23:10:54 -0500 (S b, 26 Abr 2008) | 1 line | |
| 147 | ||
| 148 | ! current language selected validation must be within language manager and not inside mosMenuBar class | |
| 149 | --- | |
| 150 | r1683 | andphe | 2008-04-23 06:13:00 -0500 (Mi‚, 23 Abr 2008) | 1 line | |
| 151 | ||
| 152 | # wrong gerenated urls with SEF enabled | |
| 153 | --- | |
| 154 | r1682 | elpie | 2008-04-21 23:03:09 -0500 (Lun, 21 Abr 2008) | 1 line | |
| 155 | ||
| 156 | #fixed incorrect heading tag for module title | |
| 157 | --- | |
| 158 | r1680 | andphe | 2008-04-19 01:03:17 -0500 (S b, 19 Abr 2008) | 1 line | |
| 159 | ||
| 160 | !sanitizing variables | |
| 161 | --- | |
| 162 | r1678 | andphe | 2008-04-18 23:53:52 -0500 (Vie, 18 Abr 2008) | 2 lines | |
| 163 | ||
| 164 | # adding extra validation rating content, the user must have access to the article | |
| 165 | ||
| 166 | --- | |
| 167 | r1677 | andphe | 2008-04-18 23:38:51 -0500 (Vie, 18 Abr 2008) | 1 line | |
| 168 | ||
| 169 | # Untranslated strings | |
| 170 | --- | |
| 171 | r1676 | andphe | 2008-04-18 23:21:06 -0500 (Vie, 18 Abr 2008) | 1 line | |
| 172 | ||
| 173 | # adding extra validation leaving comments, the article must exist, be published, the user must have access to the article and the section must be allowed to have comments | |
| 174 | --- | |
| 175 | r1675 | andphe | 2008-04-18 23:03:02 -0500 (Vie, 18 Abr 2008) | 1 line | |
| 176 | ||
| 177 | ! Oops, wrong function, sorry | |
| 178 | --- | |
| 179 | r1674 | andphe | 2008-04-18 22:37:13 -0500 (Vie, 18 Abr 2008) | 1 line | |
| 180 | ||
| 181 | ! extra sanitization for int values | |
| 182 | --- | |
| 183 | r1673 | alwarren | 2008-04-15 03:09:51 -0500 (Mar, 15 Abr 2008) | 1 line | |
| 184 | ||
| 185 | # Fixed issues with com_comment when emulate/register globals is off | |
| 186 | --- | |
| 187 | r1672 | alwarren | 2008-04-14 10:32:32 -0500 (Lun, 14 Abr 2008) | 1 line | |
| 188 | ||
| 189 | # Fixed config settings not saved with emulate globals off in administrator/components/com_comment/admin.comment.php | |
| 190 | --- | |
| 191 | r1671 | elpie | 2008-04-12 01:46:29 -0500 (S b, 12 Abr 2008) | 1 line | |
| 192 | ||
| 193 | !fixed invalid xhtml in the new code that had been added in the previous commit | |
| 194 | --- | |
| 195 | r1670 | elpie | 2008-04-08 23:31:45 -0500 (Mar, 08 Abr 2008) | 1 line | |
| 196 | ||
| 197 | !updated credits and removed invalid xhtml in javascript tags | |
| 198 | --- | |
| 199 | r1669 | andphe | 2008-04-03 22:30:11 -0500 (Jue, 03 Abr 2008) | 1 line | |
| 200 | ||
| 201 | # variable $sectionid is unnecessary | |
| 202 | --- | |
| 203 | r1667 | ocs_cms | 2008-04-03 02:29:51 -0500 (Jue, 03 Abr 2008) | 1 line | |
| 204 | ||
| 205 | # GNU/GPL License Agreement checkbox and check removed. Next button is enabled all the time. | |
| 206 | --- | |
| 207 | r1666 | arpee | 2008-04-02 17:09:02 -0500 (Mi‚, 02 Abr 2008) | 1 line | |
| 208 | ||
| 209 | #fixed missing contact_id and & issue in contacts component form redirect | |
| 210 | --- | |
| 211 | r1665 | ocs_cms | 2008-04-02 04:25:12 -0500 (Mi‚, 02 Abr 2008) | 1 line | |
| 212 | ||
| 213 | # FS#325 - com_search issues with spaces and options. Incrementing version numbers | |
| 214 | --- | |
| 215 | r1664 | ocs_cms | 2008-04-02 03:37:09 -0500 (Mi‚, 02 Abr 2008) | 1 line | |
| 216 | ||
| 217 | # FS#325 - com_search issues with spaces and options. resolved. | |
| 218 | --- | |
| 219 | r1662 | andphe | 2008-03-26 21:55:06 -0500 (Mi‚, 26 Mar 2008) | 1 line | |
| 220 | ||
| 221 | # fixed, one single plural form isn't supported by ngettext | |
| 222 | --- | |
| 223 | r1660 | andphe | 2008-03-26 21:31:34 -0500 (Mi‚, 26 Mar 2008) | 1 line | |
| 224 | ||
| 225 | # fixed, plurals form expression for the language isn't saved into the .mo file, the default one is always used. | |
| 226 | --- | |
| 227 | r1659 | ocs_cms | 2008-03-26 21:14:43 -0500 (Mi‚, 26 Mar 2008) | 1 line | |
| 228 | ||
| 229 | - removing the join the team from the intallation step 4 | |
| 230 | --- | |
| 231 | r1658 | ocs_cms | 2008-03-26 21:00:57 -0500 (Mi‚, 26 Mar 2008) | 1 line | |
| 232 | ||
| 233 | # make sure that menuid is set. | |
| 234 | --- | |
| 235 | r1656 | andphe | 2008-03-25 21:47:51 -0500 (Mar, 25 Mar 2008) | 1 line | |
| 236 | ||
| 237 | + Adding Bosnian language thanks to water_rabbit | |
| 238 | --- | |
| 239 | r1655 | andphe | 2008-03-25 21:27:23 -0500 (Mar, 25 Mar 2008) | 1 line | |
| 240 | ||
| 241 | + Adding Lao language thanks to laithai team | |
| 242 | --- | |
| 243 | r1654 | elpie | 2008-03-24 06:20:59 -0500 (Lun, 24 Mar 2008) | 1 line | |
| 244 | ||
| 245 | ! one more of those deprecated script language nasties | |
| 246 | --- | |
| 247 | r1653 | elpie | 2008-03-23 07:18:35 -0500 (Dom, 23 Mar 2008) | 1 line | |
| 248 | ||
| 249 | !fixed invalid language='JavaScript' tags in this file to prevent email cloaking from breaking xhtml validation. | |
| 250 | --- | |
| 251 | r1652 | elpie | 2008-03-21 07:45:44 -0500 (Vie, 21 Mar 2008) | 1 line | |
| 252 | ||
| 253 | ! updated credits | |
| 254 | --- | |
| 255 | r1648 | andphe | 2008-03-19 23:13:15 -0500 (Mi‚, 19 Mar 2008) | 2 lines | |
| 256 | ||
| 257 | # fixed cache doesn't work when a content item is displayed | |
| 258 | + added Output cache to mosCache class | |
| 259 | --- | |
| 260 | r1646 | arpee | 2008-03-19 10:14:39 -0500 (Mi‚, 19 Mar 2008) | 1 line | |
| 261 | ||
| 262 | comment poster is displayed as anonymous if name or email is not supplied when submitting comments | |
| 263 | --- | |
| 264 | r1645 | arpee | 2008-03-19 09:30:06 -0500 (Mi‚, 19 Mar 2008) | 1 line | |
| 265 | ||
| 266 | backporting of FS#232 to 4.6.4 | |
| 267 | --- | |
| 268 | r1644 | andphe | 2008-03-18 18:05:06 -0500 (Mar, 18 Mar 2008) | 1 line | |
| 269 | ||
| 270 | ! the default english language now is editable | |
| 271 | --- | |
| 272 | r1643 | andphe | 2008-03-18 17:54:20 -0500 (Mar, 18 Mar 2008) | 1 line | |
| 273 | ||
| 274 | + adding a empty set of catalogs for the default english catalog | |
| 275 | --- | |
| 276 | r1642 | andphe | 2008-03-18 17:04:09 -0500 (Mar, 18 Mar 2008) | 1 line | |
| 277 | ||
| 278 | !updating untranslated strings for 4.6.4 release | |
| 279 | --- | |
| 280 | r1640 | andphe | 2008-03-18 16:36:15 -0500 (Mar, 18 Mar 2008) | 1 line | |
| 281 | ||
| 282 | !extract action requires of GNU Gettext | |
| 283 | --- | |
| 284 | r1637 | andphe | 2008-03-17 22:48:20 -0500 (Lun, 17 Mar 2008) | 1 line | |
| 285 | ||
| 286 | ! refactoring GNU gettext detection at PHPGettextAdmin | |
| 287 | --- | |
| 288 | r1635 | andphe | 2008-03-17 21:52:38 -0500 (Lun, 17 Mar 2008) | 1 line | |
| 289 | ||
| 290 | # removing broken javascript file link | |
| 291 | --- | |
| 292 | r1634 | andphe | 2008-03-17 21:12:14 -0500 (Lun, 17 Mar 2008) | 1 line | |
| 293 | ||
| 294 | ! validating that each file exists before attempt to export it | |
| 295 | --- | |
| 296 | r1631 | andphe | 2008-03-17 21:05:05 -0500 (Lun, 17 Mar 2008) | 1 line | |
| 297 | ||
| 298 | #fix, languages.po catalog isn't installed | |
| 299 | --- | |
| 300 | r1630 | andphe | 2008-03-13 22:24:25 -0500 (Jue, 13 Mar 2008) | 1 line | |
| 301 | ||
| 302 | # xml parser doesn't read language xml files with encoding different to utf-8 | |
| 303 | --- | |
| 304 | r1627 | andphe | 2008-02-27 22:14:33 -0500 (Mi‚, 27 Feb 2008) | 1 line | |
| 305 | ||
| 306 | # _runBots pass wrong mambot parameters | |
| 307 | --- | |
| 308 | r1626 | ocs_cms | 2008-02-27 03:50:15 -0500 (Mi‚, 27 Feb 2008) | 1 line | |
| 309 | ||
| 310 | # Fix bug reported at http://forum.mambo-foundation.org/showthread.php?t=10387 | |
| 311 | --- | |
| 312 | r1625 | alwarren | 2008-02-22 18:18:09 -0500 (Vie, 22 Feb 2008) | 1 line | |
| 313 | ||
| 314 | # Fixed FS#319 - Undefined variable pageTitle in content.php | |
| 315 | --- | |
| 316 | r1622 | alwarren | 2008-02-22 18:07:08 -0500 (Vie, 22 Feb 2008) | 1 line | |
| 317 | ||
| 318 | # Fixed FS#318 - Fatal error in content.php - Call to undefined method stdClass::def() | |
| 319 | --- | |
| 320 | r1621 | alwarren | 2008-02-20 08:41:07 -0500 (Mi‚, 20 Feb 2008) | 1 line | |
| 321 | ||
| 322 | # Fixed turning off filter, ordering, and list limit in function showTable() causes invalid html per Elpie. | |
| 323 | --- | |
| 324 | r1620 | alwarren | 2008-02-19 09:05:41 -0500 (Mar, 19 Feb 2008) | 1 line | |
| 325 | ||
| 326 | # Fixed Itemid not being included in sefRelToAbs() | |
| 327 | --- | |
| 328 | r1619 | ocs_cms | 2008-02-17 16:18:38 -0500 (Dom, 17 Feb 2008) | 1 line | |
| 329 | ||
| 330 | # Content checked out times. | |
| 331 | --- | |
| 332 | r1612 | ocs_cms | 2008-02-16 02:42:30 -0500 (S b, 16 Feb 2008) | 1 line | |
| 333 | ||
| 334 | ! code format | |
| 335 | --- | |
| 336 | r1605 | andphe | 2008-02-13 06:23:14 -0500 (Mi‚, 13 Feb 2008) | 1 line | |
| 337 | ||
| 338 | # mosConfig_usecaptcha is not included at configuration.php after a fresh installation | |
| 339 | --- | |
| 340 | r1604 | elpie | 2008-02-13 02:32:24 -0500 (Mi‚, 13 Feb 2008) | 1 line | |
| 341 | ||
| 342 | ! corrected copyright notice in admin generator tag | |
| 343 | --- | |
| 344 | r1603 | elpie | 2008-02-13 01:04:51 -0500 (Mi‚, 13 Feb 2008) | 1 line | |
| 345 | ||
| 346 | ! typo changed pront to print | |
| 347 | --- | |
| 348 | r1602 | alwarren | 2008-02-12 18:36:32 -0500 (Mar, 12 Feb 2008) | 1 line | |
| 349 | ||
| 350 | # Fixed custom module duplicating content | |
| 351 | --- | |
| 352 | r1601 | ocs_cms | 2008-02-12 05:08:56 -0500 (Mar, 12 Feb 2008) | 1 line | |
| 353 | ||
| 354 | ! default data for mostlyce_front_end edited | |
| 355 | --- | |
| 356 | r1600 | ocs_cms | 2008-02-12 04:14:38 -0500 (Mar, 12 Feb 2008) | 1 line | |
| 357 | ||
| 358 | - com_mostlyce.xml replaces mostly.xml | |
| 359 | --- | |
| 360 | r1599 | ocs_cms | 2008-02-12 04:10:54 -0500 (Mar, 12 Feb 2008) | 1 line | |
| 361 | ||
| 362 | - deleting unused images | |
| 363 | --- | |
| 364 | r1598 | ocs_cms | 2008-02-12 03:57:23 -0500 (Mar, 12 Feb 2008) | 1 line | |
| 365 | ||
| 366 | +! Mostlyce 3.0 incorporated with Mambo 4.6 branch. | |
| 367 | --- | |
| 368 | r1597 | ocs_cms | 2008-02-12 03:27:39 -0500 (Mar, 12 Feb 2008) | 1 line | |
| 369 | ||
| 370 | replacing with mostlyce 3.0 | |
| 371 | --- | |
| 372 | r1596 | ocs_cms | 2008-02-12 01:49:36 -0500 (Mar, 12 Feb 2008) | 1 line | |
| 373 | ||
| 374 | # cannot get to contacts categories. "categories" added to the $allowedOptions | |
| 375 | --- | |
| 376 | r1595 | ocs_cms | 2008-02-12 00:57:08 -0500 (Mar, 12 Feb 2008) | 1 line | |
| 377 | ||
| 378 | ! Make sure that components without menu links will be populated in the database, so they can be uninstalled. | |
| 379 | --- | |
| 380 | r1594 | ocs_cms | 2008-02-11 16:29:23 -0500 (Lun, 11 Feb 2008) | 1 line | |
| 381 | ||
| 382 | # makePathway count($customs.... typo fixed | |
| 383 | --- | |
| 384 | r1593 | alwarren | 2008-02-11 15:04:16 -0500 (Lun, 11 Feb 2008) | 1 line | |
| 385 | ||
| 386 | Rolling back #1586 and #1577 | |
| 387 | --- | |
| 388 | r1592 | alwarren | 2008-02-10 20:34:30 -0500 (Dom, 10 Feb 2008) | 1 line | |
| 389 | ||
| 390 | # Removed prototype.js from function editWeblink() | |
| 391 | --- | |
| 392 | r1589 | alwarren | 2008-02-06 18:54:53 -0500 (Mi‚, 06 Feb 2008) | 1 line | |
| 393 | ||
| 394 | # Fixed wrong menu link in admin contact categories menu. | |
| 395 | --- | |
| 396 | r1588 | alwarren | 2008-01-27 12:31:12 -0500 (Dom, 27 Ene 2008) | 1 line | |
| 397 | ||
| 398 | # Fixed FS#312 - mod_newsflash does not render {mosimage} images | |
| 399 | --- | |
| 400 | r1587 | elpie | 2008-01-25 21:52:26 -0500 (Vie, 25 Ene 2008) | 1 line | |
| 401 | ||
| 402 | ! fixed invalid html table width | |
| 403 | --- | |
| 404 | r1586 | alwarren | 2008-01-24 10:26:16 -0500 (Jue, 24 Ene 2008) | 1 line | |
| 405 | ||
| 406 | # Fixed typo in sef that was causing mosNoAuth() to fire | |
| 407 | --- | |
| 408 | r1578 | alwarren | 2008-01-19 15:12:34 -0500 (S b, 19 Ene 2008) | 1 line | |
| 409 | ||
| 410 | # Fixed numerous sef and Itemid issues in polls | |
| 411 | --- | |
| 412 | r1577 | alwarren | 2008-01-18 14:13:25 -0500 (Vie, 18 Ene 2008) | 1 line | |
| 413 | ||
| 414 | # Fixed wrong case for Itemid in sef.php array keys | |
| 415 | --- | |
| 416 | r1568 | alwarren | 2008-01-17 16:25:31 -0500 (Jue, 17 Ene 2008) | 1 line | |
| 417 | ||
| 418 | # Fixed FS#308 - no error message in module preview when trying to preview a non-typed module | |
| 419 | --- | |
| 420 | r1566 | alwarren | 2008-01-17 11:44:20 -0500 (Jue, 17 Ene 2008) | 2 lines | |
| 421 | ||
| 422 | + Added required password for frontend user edit | |
| 423 | + Added wrapper functions in mambofunc.php for form hash methods | |
| 424 | --- | |
| 425 | r1563 | elpie | 2008-01-15 06:29:52 -0500 (Mar, 15 Ene 2008) | 1 line | |
| 426 | ||
| 427 | ! changed xhtml tags to lowercase | |
| 428 | --- | |
| 429 | r1562 | alwarren | 2008-01-15 01:07:27 -0500 (Mar, 15 Ene 2008) | 2 lines | |
| 430 | ||
| 431 | # Temporary workaround in database class for FS#294 | |
| 432 | (mosRedirect doesn't work right with content rating) | |
| 433 | --- | |
| 434 | r1561 | alwarren | 2008-01-14 23:59:17 -0500 (Lun, 14 Ene 2008) | 2 lines | |
| 435 | ||
| 436 | # Improved session handling | |
| 437 | # Fixed captcha session name conflict | |
| 438 | --- | |
| 439 | r1560 | elpie | 2008-01-14 17:50:25 -0500 (Lun, 14 Ene 2008) | 1 line | |
| 440 | ||
| 441 | ! removed orphaned closing p tag | |
| 442 | --- | |
| 443 | r1559 | elpie | 2008-01-14 08:17:06 -0500 (Lun, 14 Ene 2008) | 1 line | |
| 444 | ||
| 445 | ! corrected invalid tags | |
| 446 | --- | |
| 447 | r1558 | alwarren | 2008-01-13 21:35:00 -0500 (Dom, 13 Ene 2008) | 1 line | |
| 448 | ||
| 449 | #Fixed logic hole in index.php that caused a blank page when using a non-sef link with SEF turned off | |
| 450 | --- | |
| 451 | r1557 | alwarren | 2008-01-13 21:10:09 -0500 (Dom, 13 Ene 2008) | 1 line | |
| 452 | ||
| 453 | #Fixed sef related undefined index for $mysql_charsets in database.php | |
| 454 | --- | |
| 455 | r1556 | alwarren | 2008-01-13 20:32:34 -0500 (Dom, 13 Ene 2008) | 1 line | |
| 456 | ||
| 457 | # Fixed FS#310 - categories.searchbot.php and section.searchbot.php and results with no menu linkage | |
| 458 | --- | |
| 459 | r1555 | alwarren | 2008-01-13 20:12:40 -0500 (Dom, 13 Ene 2008) | 1 line | |
| 460 | ||
| 461 | Additional security features | |
| 462 | --- | |
| 463 | r1553 | ocs_cms | 2008-01-12 04:30:42 -0500 (S b, 12 Ene 2008) | 1 line | |
| 464 | ||
| 465 | #fixed mosimage alignment options in frontend editing. http://tracker.mambo-foundation.org/index.php?do=details&task_id=306 | |
| 466 | --- | |
| 467 | r1552 | ocs_cms | 2008-01-12 02:19:14 -0500 (S b, 12 Ene 2008) | 2 lines | |
| 468 | ||
| 469 | <version> tags are updated with the 4.6.x.y scheme.This way, core extensions can be easily identified and matched with the running Core version. Also will help distinguishing the patch updates. | |
| 470 | ||
| 471 | --- | |
| 472 | r1551 | ocs_cms | 2008-01-12 00:02:58 -0500 (S b, 12 Ene 2008) | 1 line | |
| 473 | ||
| 474 | bad typo fix. apologies | |
| 475 | --- | |
| 476 | r1548 | ocs_cms | 2008-01-11 19:37:57 -0500 (Vie, 11 Ene 2008) | 1 line | |
| 477 | ||
| 478 | drop_table.sql is not used anymore. taking out of the distro | |
| 479 | --- | |
| 480 | r1546 | ocs_cms | 2008-01-11 13:28:40 -0500 (Vie, 11 Ene 2008) | 1 line | |
| 481 | ||
| 482 | fixed incorrect nesting of form and div | |
| 483 | --- | |
| 484 | r1544 | ocs_cms | 2008-01-11 13:18:00 -0500 (Vie, 11 Ene 2008) | 1 line | |
| 485 | ||
| 486 | buttin typo fixed . button it is :) | |
| 487 | --- | |
| 488 | r1543 | alwarren | 2008-01-11 05:05:47 -0500 (Vie, 11 Ene 2008) | 1 line | |
| 489 | ||
| 490 | # Fixed missing base href tag | |
| 491 | --- | |
| 492 | r1541 | alwarren | 2008-01-11 03:53:00 -0500 (Vie, 11 Ene 2008) | 1 line | |
| 493 | ||
| 494 | # Fixed session fixation | |
| 495 | --- | |
| 496 | r1539 | ocs_cms | 2008-01-11 00:07:09 -0500 (Vie, 11 Ene 2008) | 1 line | |
| 497 | ||
| 498 | maxlength is set to 50 , as in mod_search | |
| 499 | --- | |
| 500 | r1537 | ocs_cms | 2008-01-10 21:32:56 -0500 (Jue, 10 Ene 2008) | 1 line | |
| 501 | ||
| 502 | fixed and secured search feature. | |
| 503 | --- | |
| 504 | r1536 | ocs_cms | 2008-01-10 04:40:39 -0500 (Jue, 10 Ene 2008) | 1 line | |
| 505 | ||
| 506 | mos_ prefixes replaced by #__ | |
| 507 | --- | |
| 508 | r1535 | alwarren | 2008-01-10 03:48:58 -0500 (Jue, 10 Ene 2008) | 1 line | |
| 509 | ||
| 510 | # Fixed FS#308 - Preview Module fails with Call to undefined function: mosgetparam() | |
| 511 | --- | |
| 512 | r1534 | ocs_cms | 2008-01-10 03:17:30 -0500 (Jue, 10 Ene 2008) | 3 lines | |
| 513 | ||
| 514 | Description: | |
| 515 | If you enter the wrong database authentication info you get a blank page instead of the javascript error popup. | |
| 516 | fixed as keliix06's suggested. | |
| 517 | --- | |
| 518 | r1533 | alwarren | 2008-01-10 00:45:25 -0500 (Jue, 10 Ene 2008) | 1 line | |
| 519 | ||
| 520 | # Fixed FS#305 $cache is not a mosCache object | |
| 521 | --- | |
| 522 | r1521 | ocs_cms | 2008-01-08 06:30:44 -0500 (Mar, 08 Ene 2008) | 1 line | |
| 523 | ||
| 524 | renaming the file to comply with file headers | |
| 525 | --- | |
| 526 | r1517 | ocs_cms | 2008-01-05 19:59:41 -0500 (S b, 05 Ene 2008) | 2 lines | |
| 527 | ||
| 528 | * $Itemid removed from the poll results, onchange javascript code. | |
| 529 | * sefRelToAbs call removed from the poll results on link. | |
| 530 | --- | |
| 531 | r1516 | elpie | 2008-01-04 19:47:48 -0500 (Vie, 04 Ene 2008) | 1 line | |
| 532 | ||
| 533 | #changed line 502 to utf-8 | |
| 534 | --- | |
| 535 | r1515 | arpee | 2008-01-02 19:40:10 -0500 (Mi‚, 02 Ene 2008) | 1 line | |
| 536 | ||
| 537 | added default value to mod_random_image module folder param | |
| 538 | --- | |
| 539 | r1514 | arpee | 2007-12-29 23:40:30 -0500 (S b, 29 Dic 2007) | 1 line | |
| 540 | ||
| 541 | fixed random image module notice if there is no folder set in its configuration | |
| 542 | --- | |
| 543 | r1513 | andphe | 2007-12-29 14:42:44 -0500 (S b, 29 Dic 2007) | 1 line | |
| 544 | ||
| 545 | # modules, templates and mambots get uninstalled under a reinstall attempt | |
| 546 | --- | |
| 547 | r1512 | ocs_cms | 2007-12-29 04:59:56 -0500 (S b, 29 Dic 2007) | 1 line | |
| 548 | ||
| 549 | determineOptionAndItemid http://tracker.mambo-foundation.org/index.php?do=details&task_id=296 | |
| 550 | --- | |
| 551 | r1510 | chanh | 2007-12-28 23:42:41 -0500 (Vie, 28 Dic 2007) | 1 line | |
| 552 | ||
| 553 | Fix bug when buffered is enable but buffer is empty | |
| 554 | --- | |
| 555 | r1508 | ocs_cms | 2007-12-27 01:10:56 -0500 (Jue, 27 Dic 2007) | 1 line | |
| 556 | ||
| 557 | * quotation was missing in the showimage function - to preview template thumbnails. | |
| 558 | --- | |
| 559 | r1507 | ocs_cms | 2007-12-27 00:53:18 -0500 (Jue, 27 Dic 2007) | 2 lines | |
| 560 | ||
| 561 | * template fix for SEF | |
| 562 | * more sanitization and form action fix. | |
| 563 | --- | |
| 564 | r1506 | ocs_cms | 2007-12-27 00:41:12 -0500 (Jue, 27 Dic 2007) | 1 line | |
| 565 | ||
| 566 | stripslashes function call fixed to have the correct # of params | |
| 567 | --- | |
| 568 | r1505 | andphe | 2007-12-26 23:09:52 -0500 (Mi‚, 26 Dic 2007) | 1 line | |
| 569 | ||
| 570 | ! more on lang variable stuff | |
| 571 | --- | |
| 572 | r1504 | ocs_cms | 2007-12-26 22:19:56 -0500 (Mi‚, 26 Dic 2007) | 1 line | |
| 573 | ||
| 574 | more request sanitization | |
| 575 | --- | |
| 576 | r1503 | andphe | 2007-12-26 21:22:23 -0500 (Mi‚, 26 Dic 2007) | 2 lines | |
| 577 | ||
| 578 | ! validating $option variable to store only feasible values | |
| 579 | ! validating $lang variable to store only feasible values | |
| 580 | --- | |
| 581 | r1502 | ocs_cms | 2007-12-26 20:07:38 -0500 (Mi‚, 26 Dic 2007) | 2 lines | |
| 582 | ||
| 583 | *4.6.4 init | |
| 584 | *meta tag fix in admin side index.php | |
| 585 | ||
| 586 | --------------------------- 4.6.3 Release ------------------------------- | |
| 587 | r1498 | alwarren | 2007-12-22 23:25:14 -0800 (Sat, 22 Dec 2007) | 1 line | |
| 588 | # Fixed missing title tag in mosHtmlHelper::showHead | |
| 589 | --- | |
| 590 | r1496 | ocs_cms | 2007-12-22 23:09:28 -0800 (Sat, 22 Dec 2007) | 1 line | |
| 591 | # copyright fix | |
| 592 | --- | |
| 593 | r1495 | ocs_cms | 2007-12-22 13:57:31 -0800 (Sat, 22 Dec 2007) | 1 line | |
| 594 | 4.6.3 CHANGELOG.php | |
| 595 | --- | |
| 596 | r1494 | alwarren | 2007-12-22 01:21:44 -0800 (Sat, 22 Dec 2007) | 2 lines | |
| 597 | # Fixed weblinks title multiple slashes added when editing web links | |
| 598 | # Fixed weblinks title slashes showing in frontend | |
| 599 | --- | |
| 600 | r1493 | ocs_cms | 2007-12-21 14:18:04 -0800 (Fri, 21 Dec 2007) | 1 line | |
| 601 | trims are not necessary. mosGetParam already trims the string. | |
| 602 | --- | |
| 603 | r1492 | ocs_cms | 2007-12-21 13:56:38 -0800 (Fri, 21 Dec 2007) | 1 line | |
| 604 | For the sake of sanity -http://secunia.com/advisories/28133/- some (int) typecasts, and htmlspecialchars modifications in index.php and core.classes.php . | |
| 605 | --- | |
| 606 | r1491 | ocs_cms | 2007-12-21 12:50:32 -0800 (Fri, 21 Dec 2007) | 1 line | |
| 607 | "null" checks in setPathway and menuCheck functions in core.classes.php . with invalid $Itemid's it was causing the good ole' Trying to get property of non-object in ... | |
| 608 | --- | |
| 609 | r1490 | ocs_cms | 2007-12-21 12:13:11 -0800 (Fri, 21 Dec 2007) | 1 line | |
| 610 | deleted the $doctype line. | |
| 611 | r1489 | ocs_cms | 2007-12-18 23:25:56 -0800 (Tue, 18 Dec 2007) | 1 line | |
| 612 | version updated | |
| 613 | --- | |
| 614 | r1488 | alwarren | 2007-12-18 21:49:46 -0800 (Tue, 18 Dec 2007) | 1 line | |
| 615 | # Fixed created_by changing in com_content when content modified | |
| 616 | --- | |
| 617 | r1487 | alwarren | 2007-12-18 08:54:54 -0800 (Tue, 18 Dec 2007) | 1 line | |
| 618 | ! Removing helper code examples from templates/waterandstone/index.php | |
| 619 | --- | |
| 620 | r1486 | alwarren | 2007-12-18 08:53:37 -0800 (Tue, 18 Dec 2007) | 2 lines | |
| 621 | ! Removing doctype from config per Cem's request. | |
| 622 | ! Removing helper code examples from templates/waterandstone/index.php | |
| 623 | --- | |
| 624 | r1485 | cauld | 2007-12-17 23:39:13 -0800 (Mon, 17 Dec 2007) | 1 line | |
| 625 | --- | |
| 626 | r1484 | elpie | 2007-12-17 21:02:58 -0800 (Mon, 17 Dec 2007) | 1 line | |
| 627 | #updated the link to the security notification list | |
| 628 | --- | |
| 629 | r1482 | alwarren | 2007-12-17 08:32:18 -0800 (Mon, 17 Dec 2007) | 1 line | |
| 630 | ! Changed default document type in configuration.sample.php | |
| 631 | --- | |
| 632 | r1480 | alwarren | 2007-12-17 07:23:24 -0800 (Mon, 17 Dec 2007) | 1 line | |
| 633 | ! Added onAfterStart system mambot trigger per 3pd requests. | |
| 634 | --- | |
| 635 | r1479 | elpie | 2007-12-17 03:47:09 -0800 (Mon, 17 Dec 2007) | 1 line | |
| 636 | #updated credits and fixed incorrect file name within config file | |
| 637 | --- | |
| 638 | r1478 | ocs_cms | 2007-12-16 23:51:04 -0800 (Sun, 16 Dec 2007) | 1 line | |
| 639 | minor quotation issue with 'id' | |
| 640 | --- | |
| 641 | r1477 | ocs_cms | 2007-12-16 17:13:41 -0800 (Sun, 16 Dec 2007) | 1 line | |
| 642 | --- | |
| 643 | r1476 | ocs_cms | 2007-12-16 17:10:43 -0800 (Sun, 16 Dec 2007) | 1 line | |
| 644 | --- | |
| 645 | r1474 | ocs_cms | 2007-12-16 16:56:44 -0800 (Sun, 16 Dec 2007) | 2 lines | |
| 646 | Removed file/folder | |
| 647 | configuration.sample.php replaces this file | |
| 648 | --- | |
| 649 | r1472 | ocs_cms | 2007-12-16 16:49:22 -0800 (Sun, 16 Dec 2007) | 1 line | |
| 650 | --- | |
| 651 | r1470 | andphe | 2007-12-16 14:14:52 -0800 (Sun, 16 Dec 2007) | 1 line | |
| 652 | # when the flock function fails the save/apply action produce empty catalogs | |
| 653 | --- | |
| 654 | r1469 | alwarren | 2007-12-16 06:17:54 -0800 (Sun, 16 Dec 2007) | 1 line | |
| 655 | ! More backporting for the helper class | |
| 656 | --- | |
| 657 | r1467 | ocs_cms | 2007-12-15 17:56:56 -0800 (Sat, 15 Dec 2007) | 1 line | |
| 658 | mosuser::store failed error fixed. this was happening when trying to modify the admin with installation-default password. | |
| 659 | --- | |
| 660 | r1466 | ocs_cms | 2007-12-15 17:22:14 -0800 (Sat, 15 Dec 2007) | 1 line | |
| 661 | sample data for "topmenu" changed so that, the two "Home" links won't use different Itemid | |
| 662 | --- | |
| 663 | r1465 | cauld | 2007-12-15 14:21:51 -0800 (Sat, 15 Dec 2007) | 1 line | |
| 664 | ! Adding to last nights MOStlyCE update to fix front-end editing | |
| 665 | --- | |
| 666 | r1464 | alwarren | 2007-12-15 13:49:26 -0800 (Sat, 15 Dec 2007) | 1 line | |
| 667 | - Removing example.php from tm_encrypt folder | |
| 668 | --- | |
| 669 | r1463 | cauld | 2007-12-14 22:50:31 -0800 (Fri, 14 Dec 2007) | 1 line | |
| 670 | ! Updating xml file list in 4.6.3 and 4.7 for MOStlyCE v2.4 | |
| 671 | --- | |
| 672 | r1462 | cauld | 2007-12-14 22:47:27 -0800 (Fri, 14 Dec 2007) | 1 line | |
| 673 | ! Updating MOStlyCE in 4.6.3 and 4.7 to v2.4. Patching a potential security hole. | |
| 674 | --- | |
| 675 | r1460 | andphe | 2007-12-14 19:41:38 -0800 (Fri, 14 Dec 2007) | 1 line | |
| 676 | # clearing warnings at frontpage manager when no categories exists | |
| 677 | --- | |
| 678 | r1449 | arpee | 2007-12-04 13:34:14 -0800 (Tue, 04 Dec 2007) | 1 line | |
| 679 | Fixed mod_templatechooser.php based on Chads work on 4.7 version | |
| 680 | --- | |
| 681 | r1447 | cauld | 2007-12-04 11:52:54 -0800 (Tue, 04 Dec 2007) | 1 line | |
| 682 | # Fixing editor initialization check | |
| 683 | --- | |
| 684 | r1439 | ocs_cms | 2007-11-28 23:54:32 -0800 (Wed, 28 Nov 2007) | 2 lines | |
| 685 | $class_sfx defined in the beginning but the rest of the file was referencing to $moduleclass_sfx . | |
| 686 | $moduleclass_sfx replaced by $class_sfx | |
| 687 | --- | |
| 688 | r1438 | ocs_cms | 2007-11-28 23:44:00 -0800 (Wed, 28 Nov 2007) | 4 lines | |
| 689 | changed ; <param name="type" type="list" default="0" label="Target Window" description="Target window for link."> | |
| 690 | to; <param name="target" type="list" default="0" label="Target Window" description="Target window for link."> | |
| 691 | http://tracker.mambo-foundation.org/index.php?do=details&task_id=214 | |
| 692 | --- | |
| 693 | r1436 | alwarren | 2007-11-28 18:14:09 -0800 (Wed, 28 Nov 2007) | 1 line | |
| 694 | #Fixed FS#214 - Make Link Item Parameters Consistent | |
| 695 | --- | |
| 696 | r1432 | alwarren | 2007-11-28 08:52:22 -0800 (Wed, 28 Nov 2007) | 1 line | |
| 697 | # Fixed FS#231 - Section Module cannot find Page parameters - Itemid missing in URL | |
| 698 | --- | |
| 699 | r1429 | alwarren | 2007-11-27 19:11:22 -0800 (Tue, 27 Nov 2007) | 1 line | |
| 700 | ! back-porting some changes to core.helpers.php from 4.7 | |
| 701 | --- | |
| 702 | r1423 | andphe | 2007-11-26 21:09:26 -0800 (Mon, 26 Nov 2007) | 1 line | |
| 703 | # dechex function portability for 32 and 64 bits | |
| 704 | --- | |
| 705 | r1422 | arpee | 2007-11-26 14:49:37 -0800 (Mon, 26 Nov 2007) | 1 line | |
| 706 | changed typo error on copyright of admin.media.html.php and admin.media.php from subpackage Massmail to subpackage Media Manager | |
| 707 | --- | |
| 708 | r1420 | andphe | 2007-11-26 07:48:44 -0800 (Mon, 26 Nov 2007) | 1 line | |
| 709 | # login and logout redirection page doesn't work using the login component | |
| 710 | --- | |
| 711 | r1417 | alwarren | 2007-11-23 19:15:16 -0800 (Fri, 23 Nov 2007) | 1 line | |
| 712 | ! additional html helper code | |
| 713 | --- | |
| 714 | r1412 | ocs_cms | 2007-11-21 00:01:20 -0800 (Wed, 21 Nov 2007) | 2 lines | |
| 715 | made a tiny "Yourself" -> "yourself" wording change. http://tracker.mambo-foundation.org/index.php?do=details&task_id=282 | |
| 716 | The rest of the tracker item looks good | |
| 717 | --- | |
| 718 | r1400 | alwarren | 2007-11-15 14:38:07 -0800 (Thu, 15 Nov 2007) | 1 line | |
| 719 | + Added cypher class to address form security | |
| 720 | --- | |
| 721 | r1396 | ocs_cms | 2007-11-13 01:59:41 -0800 (Tue, 13 Nov 2007) | 1 line | |
| 722 | fixed header comment blocks to meet coding standards and to remove the invalid link to GNU/GPL version 2 license. | |
| 723 | --- | |
| 724 | r1386 | alwarren | 2007-11-09 08:47:10 -0800 (Fri, 09 Nov 2007) | 1 line | |
| 725 | # Fixed a typo in a <br /> tag | |
| 726 | --- | |
| 727 | r1385 | andphe | 2007-11-08 03:43:23 -0800 (Thu, 08 Nov 2007) | 1 line | |
| 728 | # validating that a content item exists and it's published before to rate it. | |
| 729 | --- | |
| 730 | r1383 | alwarren | 2007-11-06 05:45:12 -0800 (Tue, 06 Nov 2007) | 2 lines | |
| 731 | # Additional fixes for FS#289 - Fix for Menu Access | |
| 732 | $maxaccess was not set properly in mosShowVIMenu() and mosShowHFMenu() | |
| 733 | --- | |
| 734 | r1381 | cauld | 2007-11-03 22:06:29 -0700 (Sat, 03 Nov 2007) | 1 line | |
| 735 | ! Changing editor initialization so that it is only loaded when it is actually needed (code contribed by andphe) | |
| 736 | --- | |
| 737 | r1378 | alwarren | 2007-11-03 06:57:07 -0700 (Sat, 03 Nov 2007) | 1 line | |
| 738 | # Fixed FS#290 - Inconsistent validation of custom banner code | |
| 739 | --- | |
| 740 | r1376 | alwarren | 2007-11-02 19:06:25 -0700 (Fri, 02 Nov 2007) | 1 line | |
| 741 | # Fixed FS#266 - Bug in install XML parser | |
| 742 | --- | |
| 743 | r1375 | alwarren | 2007-11-02 16:33:13 -0700 (Fri, 02 Nov 2007) | 1 line | |
| 744 | # Fixed typo in mosShowHead | |
| 745 | --- | |
| 746 | r1374 | alwarren | 2007-11-02 12:28:27 -0700 (Fri, 02 Nov 2007) | 1 line | |
| 747 | # Additional fix for FS#282 - force blocked to 0 in saveUser for super administrators | |
| 748 | --- | |
| 749 | r1371 | alwarren | 2007-11-02 11:48:10 -0700 (Fri, 02 Nov 2007) | 1 line | |
| 750 | # Fixed FS#282 - Can not delete or block super administrators | |
| 751 | --- | |
| 752 | r1369 | alwarren | 2007-11-01 11:19:40 -0700 (Thu, 01 Nov 2007) | 3 lines | |
| 753 | + Added mosUriHelper class | |
| 754 | ! Moved helpers to core.helpers.php | |
| 755 | # Fixed FS#234 - Problem in getPathway() function leads to missing links in Pathway | |
| 756 | --- | |
| 757 | r1368 | andphe | 2007-11-01 04:54:58 -0700 (Thu, 01 Nov 2007) | 1 line | |
| 758 | ! taking off the url parameter from the rate item content form, a local url will be constructed instead | |
| 759 | --- | |
| 760 | r1366 | andphe | 2007-10-27 21:50:27 -0700 (Sat, 27 Oct 2007) | 1 line | |
| 761 | # Fixed FS#250 - Copying menu items: incorrectly copies items; Thanks to neo_fox | |
| 762 | --- | |
| 763 | r1364 | alwarren | 2007-10-27 19:16:31 -0700 (Sat, 27 Oct 2007) | 1 line | |
| 764 | # Fixed FS#289 - menu access not working | |
| 765 | --- | |
| 766 | r1362 | ocs_cms | 2007-10-24 00:27:56 -0700 (Wed, 24 Oct 2007) | 1 line | |
| 767 | unnecessary option with hardcoded com_syndicate removed | |
| 768 | --- | |
| 769 | r1360 | arpee | 2007-10-23 02:04:47 -0700 (Tue, 23 Oct 2007) | 1 line | |
| 770 | minor corrections on install4.php regarding hardcoded DBcreated values | |
| 771 | --- | |
| 772 | r1359 | arpee | 2007-10-23 01:50:31 -0700 (Tue, 23 Oct 2007) | 1 line | |
| 773 | fixed installation step back failure in firefox, also fixed bug when step 3 and 4 does not check if DB is created or not, it always return DBcreated variable to 1 | |
| 774 | --- | |
| 775 | r1357 | arpee | 2007-10-21 12:53:09 -0700 (Sun, 21 Oct 2007) | 1 line | |
| 776 | fixed corrupt installation of extensions caused by missing trim function in character_date function of mosBasicXML class | |
| 777 | --- | |
| 778 | r1354 | arpee | 2007-10-20 16:38:25 -0700 (Sat, 20 Oct 2007) | 1 line | |
| 779 | Fixed Media Manager wrong recognition of filetypes. Ex: this_is_not_a_jpg.doc filename will be misrecognized as a jpg causing Division by Zero error when media manager tries to render a thumbnail off a non-image file, plus a few minor code enhancements | |
| 780 | --- | |
| 781 | r1349 | arpee | 2007-10-18 08:03:27 -0700 (Thu, 18 Oct 2007) | 1 line | |
| 782 | Fixed possibility to set child and grandchild items to be the parent of its own parent resulting in orphaned menu items | |
| 783 | --- | |
| 784 | r1348 | arpee | 2007-10-18 07:53:38 -0700 (Thu, 18 Oct 2007) | 1 line | |
| 785 | Fixed wrong sorting of files read from a directory, fixes the image and image folder sorting issue as well | |
| 786 | --- | |
| 787 | r1347 | arpee | 2007-10-18 07:48:19 -0700 (Thu, 18 Oct 2007) | 1 line | |
| 788 | Added line to prevent mosConfig_locale from being blank | |
| 789 | --- | |
| 790 | r1346 | alwarren | 2007-10-18 05:08:00 -0700 (Thu, 18 Oct 2007) | 1 line | |
| 791 | + adding mosConfig_doctype to install4.php and configuration.php-dist | |
| 792 | --- | |
| 793 | r1344 | alwarren | 2007-10-16 05:38:49 -0700 (Tue, 16 Oct 2007) | 1 line | |
| 794 | + Added search feature to Manage Translations in LM backend | |
| 795 | --- | |
| 796 | r1343 | alwarren | 2007-10-15 05:04:02 -0700 (Mon, 15 Oct 2007) | 1 line | |
| 797 | #Fixed FS#286 - Itemid is undefined | |
| 798 | --- | |
| 799 | r1342 | alwarren | 2007-10-14 23:14:58 -0700 (Sun, 14 Oct 2007) | 1 line | |
| 800 | ! remove HTML doctypes from DTD arrays in mosHtmlHelper | |
| 801 | --- | |
| 802 | r1341 | alwarren | 2007-10-14 22:17:14 -0700 (Sun, 14 Oct 2007) | 4 lines | |
| 803 | + added mosHtmlHelper class with DTD utilities (core.classes.php) | |
| 804 | + added $html helper object to index.php | |
| 805 | + added mosConfig_doctype with backend editing | |
| 806 | ! changed hard-coded DTD to $html->renderDocType() (index.php and WS default template) | |
| 807 | --- | |
| 808 | r1340 | alwarren | 2007-10-12 22:21:26 -0700 (Fri, 12 Oct 2007) | 1 line | |
| 809 | # Fixed FS#266 - Bug in install XML parser: strips spaces randomly in data | |
| 810 | --- | |
| 811 | r1337 | alwarren | 2007-10-12 22:06:24 -0700 (Fri, 12 Oct 2007) | 1 line | |
| 812 | # Fixed FS#247 - missing fields in class mosCategory | |
| 813 | --- | |
| 814 | r1335 | alwarren | 2007-10-12 21:38:24 -0700 (Fri, 12 Oct 2007) | 1 line | |
| 815 | # Fixed FS#248 - undefined class mosAdminMenus in HTML_toolbar | |
| 816 | --- | |
| 817 | r1334 | alwarren | 2007-10-12 21:01:53 -0700 (Fri, 12 Oct 2007) | 1 line | |
| 818 | # fixed FS#283 - disappearing filter list | |
| 819 | --- | |
| 820 | r1332 | alwarren | 2007-10-12 09:10:25 -0700 (Fri, 12 Oct 2007) | 1 line | |
| 821 | ! added module buffering | |
| 822 | --- | |
| 823 | r1331 | alwarren | 2007-10-11 07:05:06 -0700 (Thu, 11 Oct 2007) | 2 lines | |
| 824 | ! mosShowHead() updated to allow selective rendering or selective exclusion of head tags. | |
| 825 | See function comments in core.classes.php for usage | |
| 826 | --- | |
| 827 | r1330 | ninekrit | 2007-10-10 10:00:00 -0700 (Wed, 10 Oct 2007) | 1 line | |
| 828 | #fixed menu com_search add 2 times in mainmenu | |
| 829 | --- | |
| 830 | r1329 | alwarren | 2007-10-09 09:46:48 -0700 (Tue, 09 Oct 2007) | 3 lines | |
| 831 | + mosPath() function to sanitize directory separators | |
| 832 | + e() utility debugging function | |
| 833 | + pr() utility debugging function | |
| 834 | --- | |
| 835 | r1323 | alwarren | 2007-10-02 06:30:40 -0700 (Tue, 02 Oct 2007) | 1 line | |
| 836 | # Fixed FS #137 - Escaping Discontinuity in content item titles | |
| 837 | --- | |
| 838 | r1322 | alwarren | 2007-10-02 04:51:02 -0700 (Tue, 02 Oct 2007) | 1 line | |
| 839 | # Fixed FS#107 - Incorrectly escaped single quotes (in installation) | |
| 840 | --- | |
| 841 | r1321 | andphe | 2007-09-28 16:34:42 -0700 (Fri, 28 Sep 2007) | 1 line | |
| 842 | # Fixed FS#100 - No default homepage causes several errors | |
| 843 | --- | |
| 844 | r1318 | cauld | 2007-09-27 13:19:25 -0700 (Thu, 27 Sep 2007) | 1 line | |
| 845 | ! Updating mostlydbadmin to v1.5 and adding suggestion from FS#263 | |
| 846 | --- | |
| 847 | r1316 | cauld | 2007-09-27 05:48:52 -0700 (Thu, 27 Sep 2007) | 1 line | |
| 848 | # Fixing a few minor MOStlyCE issues (i.e.) tooltip change and FS#251 | |
| 849 | --- | |
| 850 | r1313 | cauld | 2007-09-27 04:59:15 -0700 (Thu, 27 Sep 2007) | 1 line | |
| 851 | ! Updating the geshi mambot to version 1.0.7.20 | |
| 852 | --- | |
| 853 | r1310 | elpie | 2007-09-27 01:26:45 -0700 (Thu, 27 Sep 2007) | 1 line | |
| 854 | #fixed xhtml errors | |
| 855 | --- | |
| 856 | r1309 | elpie | 2007-09-27 01:09:01 -0700 (Thu, 27 Sep 2007) | 1 line | |
| 857 | #fixing XHTML compliance errors | |
| 858 | --- | |
| 859 | r1306 | alwarren | 2007-09-26 19:39:34 -0700 (Wed, 26 Sep 2007) | 1 line | |
| 860 | Fixed FS#10 - Consistent Nav Labels for Components Subnav | |
| 861 | --- | |
| 862 | r1305 | alwarren | 2007-09-26 18:39:28 -0700 (Wed, 26 Sep 2007) | 1 line | |
| 863 | Fixed FS#278 - xxx showing on query failure | |
| 864 | --- | |
| 865 | r1303 | andphe | 2007-09-26 04:24:21 -0700 (Wed, 26 Sep 2007) | 1 line | |
| 866 | # FS#206 - configuration.php can\'t include \'$\' in data values | |
| 867 | --- | |
| 868 | r1300 | ocs_cms | 2007-09-23 02:31:15 -0700 (Sun, 23 Sep 2007) | 3 lines | |
| 869 | http://tracker.mambo-foundation.org/index.php?do=details&task_id=239 | |
| 870 | global ... $configuration; was missing in 4.6.3 code. Added and committing | |
| 871 | --- | |
| 872 | r1299 | ocs_cms | 2007-09-22 17:28:08 -0700 (Sat, 22 Sep 2007) | 4 lines | |
| 873 | On behalf of Arpee: | |
| 874 | http://tracker.mambo-foundation.org/index.php?do=details&task_id=271 | |
| 875 | do not send emails to block users, unless the stated otherwise by the newly added checkbox | |
| 876 | --- | |
| 877 | r1296 | chanh | 2007-09-21 22:30:34 -0700 (Fri, 21 Sep 2007) | 1 line | |
| 878 | FS#226 - Frontend editing disable for admin after patch 4.5.5 to 4.6.2 | |
| 879 | --- | |
| 880 | r1294 | andphe | 2007-09-21 20:58:27 -0700 (Fri, 21 Sep 2007) | 1 line | |
| 881 | # Clearing PHP warning in the author filter of static content list when doesn't exists authors yet | |
| 882 | --- | |
| 883 | r1291 | cauld | 2007-09-18 19:42:34 -0700 (Tue, 18 Sep 2007) | 1 line | |
| 884 | ! Updating version info to 4.6.3 | |
| 885 | --- | |
| 886 | r1285 | cauld | 2007-09-18 15:28:12 -0700 (Tue, 18 Sep 2007) | 1 line | |
| 887 | #Fixing misnamed MOStlyCE file | |
| 888 | --- | |
| 889 | r1284 | cauld | 2007-09-18 15:16:06 -0700 (Tue, 18 Sep 2007) | 1 line | |
| 890 | ! Updating bot_mostlyce to v2.3. This includes the latest TinyMCE core (2.1.2), Neil's "Link to another article" suggestion, and additional performance gains via JSMin compression on the file manager and image manager plugins. | |
| 891 | --- | |
| 892 | r1283 | cauld | 2007-09-18 15:10:05 -0700 (Tue, 18 Sep 2007) | 1 line | |
| 893 | ! Removing bot_mostlyce v2.2 in preparation for the v2.3 upgrade. | |
| 894 | --- | |
| 895 | r1281 | cauld | 2007-09-18 15:05:20 -0700 (Tue, 18 Sep 2007) | 1 line | |
| 896 | ! Upgrading MOStlyCE Admin to v2.3. This release contains tooltip changes, supports 4.6 & 4.7, and has a number of HTML/validation cleanup related changes. | |
| 897 | --- | |
| 898 | r1276 | andphe | 2007-09-16 16:17:33 -0700 (Sun, 16 Sep 2007) | 1 line | |
| 899 | # untranslated strings | |
| 900 | --- | |
| 901 | r1272 | chanh | 2007-09-15 20:40:38 -0700 (Sat, 15 Sep 2007) | 1 line | |
| 902 | Update with Mambo-Code.org | |
| 903 | --- | |
| 904 | r1271 | chanh | 2007-09-15 20:39:34 -0700 (Sat, 15 Sep 2007) | 1 line | |
| 905 | Update with Mambo-Code.org | |
| 906 | --- | |
| 907 | r1267 | chanh | 2007-09-15 18:56:10 -0700 (Sat, 15 Sep 2007) | 1 line | |
| 908 | Update with Mambo-Code site | |
| 909 | --- | |
| 910 | r1266 | chanh | 2007-09-15 18:36:32 -0700 (Sat, 15 Sep 2007) | 1 line | |
| 911 | Fix FS#273 | |
| 912 | --- | |
| 913 | r1263 | cauld | 2007-09-15 12:38:48 -0700 (Sat, 15 Sep 2007) | 1 line | |
| 914 | !Changing the survey form to point potential memembers at http://members.mambo-foundation.org/ rather than sending emails to the Mambo team directly. | |
| 915 | --- | |
| 916 | r1257 | andphe | 2007-09-01 22:20:45 -0700 (Sat, 01 Sep 2007) | 1 line | |
| 917 | # bug fix FS#262 - banners clients next previous buttons directing wrongly | |
| 918 | --- | |
| 919 | r1256 | andphe | 2007-09-01 21:52:27 -0700 (Sat, 01 Sep 2007) | 1 line | |
| 920 | # bug fix FS#249 - Install mambo administrator templates not working, suggestion of Carlos Guimaraes (sekmet) | |
| 921 | --- | |
| 922 | r1252 | ocs_cms | 2007-08-20 21:02:58 -0700 (Mon, 20 Aug 2007) | 1 line | |
| 923 | Arpee's fix: http://tracker.mambo-foundation.org/?do=details&task_id=258 | |
| 924 | --- | |
| 925 | r1248 | cauld | 2007-08-19 07:05:30 -0700 (Sun, 19 Aug 2007) | 1 line | |
| 926 | ! Adding a bit more security to pollid. | |
| 927 | --- | |
| 928 | r1236 | ocs_cms | 2007-08-08 11:00:56 -0700 (Wed, 08 Aug 2007) | 1 line | |
| 929 | Administrator -> Manage Contacts. Link to Contact Category is fixed. | |
| 930 | --- | |
| 931 | r1231 | andphe | 2007-07-30 13:49:35 -0700 (Mon, 30 Jul 2007) | 1 line | |
| 932 | # security bug fix for phpmailer class | |
| 933 | --- | |
| 934 | r1229 | andphe | 2007-07-28 21:05:04 -0700 (Sat, 28 Jul 2007) | 1 line | |
| 935 | ! Updating untranslated folder | |
| 936 | --- | |
| 937 | r1226 | andphe | 2007-07-28 20:17:02 -0700 (Sat, 28 Jul 2007) | 1 line | |
| 938 | # typo error on text direction | |
| 939 | --- | |
| 940 | r1225 | andphe | 2007-07-28 19:41:33 -0700 (Sat, 28 Jul 2007) | 1 line | |
| 941 | - removing unnecessary files for distro | |
| 942 | --- | |
| 943 | r1224 | andphe | 2007-07-28 14:14:07 -0700 (Sat, 28 Jul 2007) | 1 line | |
| 944 | # FS#233 - Application halts on CR/LF in textarea textfield in Global Configuration | |
| 945 | --- | |
| 946 | r1222 | andphe | 2007-07-28 14:00:17 -0700 (Sat, 28 Jul 2007) | 1 line | |
| 947 | # contact categories doesn't translate using NokKaew | |
| 948 | --- | |
| 949 | r1221 | chanh | 2007-07-27 23:00:33 -0700 (Fri, 27 Jul 2007) | 1 line | |
| 950 | Fix id to class to support moduleclass_sfx when use style = -2 | |
| 951 | --- | |
| 952 | r1220 | chanh | 2007-07-27 22:33:15 -0700 (Fri, 27 Jul 2007) | 1 line | |
| 953 | Quick fix on bug generate lot of warning when click submit to send email in com_contact. | |
| 954 | --- | |
| 955 | r1219 | andphe | 2007-07-27 19:12:48 -0700 (Fri, 27 Jul 2007) | 1 line | |
| 956 | ! Merging bug fixes from rev 1083 to rev 1218, from 4.7 branch to 4.6 branch | |
| 957 | --- | |
| 958 | r1118 | adi | 2007-05-30 20:25:09 -0700 (Wed, 30 May 2007) | 1 line | |
| 959 | fix bug that caused different Itemid in blog category menu type. ref: http://forum.mambo-foundation.org/showthread.php?p=26113 | |
| 960 | --- | |
| 961 | r1082 | enjoyman | 2007-04-26 04:08:36 -0700 (Thu, 26 Apr 2007) | 1 line | |
| 962 | I fix some bug about using xml_parser_create() for use mambo on php4. | |
| 963 | --- | |
| 964 | r1081 | cauld | 2007-04-25 06:18:10 -0700 (Wed, 25 Apr 2007) | 2 lines | |
| 965 | # Missed file when committing module state fix earlier | |
| 966 | # Fixing url and version check in the "Check for Updates" feature | |
| 967 | --- | |
| 968 | r1080 | neilt | 2007-04-25 00:49:26 -0700 (Wed, 25 Apr 2007) | 1 line | |
| 969 | # bug fix - images added with editor still showing when module set to not show - FS#207 | |
| 970 | --- | |
| 971 | r1079 | neilt | 2007-04-25 00:31:17 -0700 (Wed, 25 Apr 2007) | 1 line | |
| 972 | # bug fix - FS#219 - Linked title in category Mgr linked to new page | |
| 973 | --- | |
| 974 | r1078 | cauld | 2007-04-24 05:30:50 -0700 (Tue, 24 Apr 2007) | 1 line | |
| 975 | ! Implementing neilts suggestion of adding addition list limit values to front end page navigation (ex) 100,500,1000,2500, etc | |
| 976 | --- | |
| 977 | r1077 | neilt | 2007-04-24 04:48:18 -0700 (Tue, 24 Apr 2007) | 1 line | |
| 978 | Minor clean up of comments prior to public release | |
| 979 | --------------------------- 4.6.2 Release ------------------------------- | |
| 980 | r1076 | cauld | 2007-04-23 20:08:10 -0600 (Mon, 23 Apr 2007) | 1 line | |
| 981 | # Implementing konlong fix for module state noted here: | |
| 982 | http://forum.mambo-foundation.org/showthread.php?p=22046 | |
| 983 | ! Updating Changelog for the official 4.6.2 release | |
| 984 | --- | |
| 985 | r1075 | andphe | 2007-04-23 17:53:33 -0600 (Mon, 23 Apr 2007) | 1 line | |
| 986 | ! clearing PHP warnings from the latest commit about cached mambots. | |
| 987 | --- | |
| 988 | r1074 | andphe | 2007-04-23 08:30:13 -0600 (Mon, 23 Apr 2007) | 1 line | |
| 989 | ! Using the cached mambot instead of load from the dabatase | |
| 990 | --- | |
| 991 | r1073 | andphe | 2007-04-23 08:22:55 -0600 (Mon, 23 Apr 2007) | 1 line | |
| 992 | + Addind the new getBot function to mosMambotHandler class to get a | |
| 993 | cached mambot | |
| 994 | --- | |
| 995 | r1072 | andphe | 2007-04-23 08:20:03 -0600 (Mon, 23 Apr 2007) | 1 line | |
| 996 | ! Rollback the enjoyman changes to admin.php | |
| 997 | --- | |
| 998 | r1071 | cauld | 2007-04-22 08:43:10 -0600 (Sun, 22 Apr 2007) | 1 line | |
| 999 | ! Updating Changelog for the official 4.6.2 release | |
| 1000 | --- | |
| 1001 | r1071 | cauld | 2007-04-22 08:40:21 -0600 (Sun, 22 Apr 2007) | 1 line | |
| 1002 | ! Updating Changelog for the official 4.6.2 release | |
| 1003 | --- | |
| 1004 | r1070 | cauld | 2007-04-21 20:43:33 -0600 (Sat, 21 Apr 2007) | 1 line | |
| 1005 | # Fixing FS#216 - Latest Content Module Failure. (Note: Committing | |
| 1006 | for adi since he is having SVN issues). | |
| 1007 | --- | |
| 1008 | r1069 | cauld | 2007-04-21 17:25:37 -0600 (Sat, 21 Apr 2007) | 1 line | |
| 1009 | # Minor Geshi correction | |
| 1010 | --- | |
| 1011 | r1068 | cauld | 2007-04-21 15:14:43 -0600 (Sat, 21 Apr 2007) | 1 line | |
| 1012 | ! Updating version info for the 4.6.2 release | |
| 1013 | --- | |
| 1014 | r1067 | cauld | 2007-04-21 15:12:20 -0600 (Sat, 21 Apr 2007) | 1 line | |
| 1015 | ! Updating bot_geshi to the latest version of Geshi available (1.0.7.19) | |
| 1016 | --- | |
| 1017 | r1066 | cauld | 2007-04-21 14:30:41 -0600 (Sat, 21 Apr 2007) | 1 line | |
| 1018 | ! Adding a new feature to the Add-On Installer. It now shows latest and | |
| 1019 | current installed versions of the various addons with red conditional | |
| 1020 | highlighting for those that are outdated. | |
| 1021 | --- | |
| 1022 | r1065 | ninekrit | 2007-04-21 11:46:38 -0600 (Sat, 21 Apr 2007) | 1 line | |
| 1023 | !update Thai language for installation | |
| 1024 | --- | |
| 1025 | r1064 | cauld | 2007-04-21 09:52:08 -0600 (Sat, 21 Apr 2007) | 1 line | |
| 1026 | ! Replacing the htaccess file for com_legacysef | |
| 1027 | --- | |
| 1028 | r1063 | enjoyman | 2007-04-21 09:41:34 -0600 (Sat, 21 Apr 2007) | 1 line | |
| 1029 | I fix some bugs in file database.php. | |
| 1030 | --- | |
| 1031 | r1062 | enjoyman | 2007-04-21 09:23:09 -0600 (Sat, 21 Apr 2007) | 1 line | |
| 1032 | I fix some bugs. about convert character set. | |
| 1033 | --- | |
| 1034 | r1061 | enjoyman | 2007-04-21 07:47:18 -0600 (Sat, 21 Apr 2007) | 1 line | |
| 1035 | Correction for database.php | |
| 1036 | --- | |
| 1037 | r1059 | enjoyman | 2007-04-21 07:38:27 -0600 (Sat, 21 Apr 2007) | 5 lines | |
| 1038 | -edit includes/database.php follow Andres told me and I edit something to | |
| 1039 | support any encoding. | |
| 1040 | -delete some files which is unnecessary in folder includes/ConvertTables/ . | |
| 1041 | -edit charsetmapping.php | |
| 1042 | -edit language/locales.xml ,delete character set "vps" from my | |
| 1043 | locales.xml I delete 'wincodepage'. | |
| 1044 | --- | |
| 1045 | r1058 | enjoyman | 2007-04-21 05:49:18 -0600 (Sat, 21 Apr 2007) | 1 line | |
| 1046 | I edit core.classes.php , add this line.header('Content-type: text/html; '._ISO); | |
| 1047 | --- | |
| 1048 | r1057 | enjoyman | 2007-04-21 03:01:45 -0600 (Sat, 21 Apr 2007) | 1 line | |
| 1049 | about deleting 'wincodepage'(I forgot this step,use global $mapcharset | |
| 1050 | at above of function save().) | |
| 1051 | --- | |
| 1052 | r1056 | enjoyman | 2007-04-21 02:16:01 -0600 (Sat, 21 Apr 2007) | 1 line | |
| 1053 | I delete 'wincodepage' from anywhere because now it is not use for anything. | |
| 1054 | And I edit com_language for user cannot delete default language. | |
| 1055 | --- | |
| 1056 | r1055 | neilt | 2007-04-20 07:29:51 -0600 (Fri, 20 Apr 2007) | 1 line | |
| 1057 | # minor bug fix to get params limit | |
| 1058 | --- | |
| 1059 | r1054 | cauld | 2007-04-20 06:54:51 -0600 (Fri, 20 Apr 2007) | 1 line | |
| 1060 | # Fixing SEF issue with mos_comment capatcha code and preping for | |
| 1061 | mos_commentV1.2 release | |
| 1062 | --- | |
| 1063 | r1053 | cauld | 2007-04-18 16:49:01 -0600 (Wed, 18 Apr 2007) | 1 line | |
| 1064 | ! Commiting bot_mostlyceV2.2. v2.0 was pretty outdated and had some browser | |
| 1065 | compatability issues. v2.2 is based on the latest version TinyMCE has to offer. | |
| 1066 | --- | |
| 1067 | r1052 | cauld | 2007-04-18 16:37:27 -0600 (Wed, 18 Apr 2007) | 1 line | |
| 1068 | ! Removing bot_mostlyce2.0. Preparing to upgrade to bot_mostlyce2.2. | |
| 1069 | Due to the number of changes it is better to remove and readd. | |
| 1070 | --- | |
| 1071 | r1051 | cauld | 2007-04-18 15:26:16 -0600 (Wed, 18 Apr 2007) | 1 line | |
| 1072 | ! Adding files for the new legacy sef component | |
| 1073 | --- | |
| 1074 | r1050 | neilt | 2007-04-18 02:16:15 -0600 (Wed, 18 Apr 2007) | 1 line | |
| 1075 | # bug fix - cloaking not working on email address | |
| 1076 | --- | |
| 1077 | r1049 | ninekrit | 2007-04-18 01:24:13 -0600 (Wed, 18 Apr 2007) | 1 line | |
| 1078 | #update ConvertTable Charset mapping for Chainese/Georgian/Japanese/Thai | |
| 1079 | --- | |
| 1080 | r1048 | andphe | 2007-04-17 21:11:10 -0600 (Tue, 17 Apr 2007) | 1 line | |
| 1081 | # improve the database nokkaew patch | |
| 1082 | --- | |
| 1083 | r1047 | andphe | 2007-04-17 19:16:44 -0600 (Tue, 17 Apr 2007) | 1 line | |
| 1084 | ! reestablishing the 4.6 sef engine | |
| 1085 | --- | |
| 1086 | r1046 | neilt | 2007-04-17 01:24:08 -0600 (Tue, 17 Apr 2007) | 1 line | |
| 1087 | Modifications to allow comments to link directly to relating article | |
| 1088 | --- | |
| 1089 | r1044 | cauld | 2007-04-13 21:50:35 -0600 (Fri, 13 Apr 2007) | 1 line | |
| 1090 | # Fixing FS#204 - Page Impression Statistics Error Warning | |
| 1091 | --- | |
| 1092 | r1043 | andphe | 2007-04-13 07:18:18 -0600 (Fri, 13 Apr 2007) | 1 line | |
| 1093 | # FS#35 - Safe mode problem, bug fixed, now when the Safe Mode is enabled | |
| 1094 | phpgettext will be used instead of gettext and the calls to putenv will | |
| 1095 | be avoided | |
| 1096 | --- | |
| 1097 | r1042 | andphe | 2007-04-13 07:15:00 -0600 (Fri, 13 Apr 2007) | 1 line | |
| 1098 | # Page title for frontpage doesn't take effect | |
| 1099 | --- | |
| 1100 | r1041 | andphe | 2007-04-13 07:14:08 -0600 (Fri, 13 Apr 2007) | 1 line | |
| 1101 | ! Rollback the SEF engine | |
| 1102 | --- | |
| 1103 | r1040 | elpie | 2007-04-13 07:10:11 -0600 (Fri, 13 Apr 2007) | 1 line | |
| 1104 | #fixed second incorrectly written div | |
| 1105 | --- | |
| 1106 | r1039 | elpie | 2007-04-13 07:04:28 -0600 (Fri, 13 Apr 2007) | 1 line | |
| 1107 | #removed deprecated name element from the form so it will now validate | |
| 1108 | --- | |
| 1109 | r1038 | elpie | 2007-04-13 07:02:41 -0600 (Fri, 13 Apr 2007) | 1 line | |
| 1110 | #corrected hidden input that had been placed outside of the div | |
| 1111 | --- | |
| 1112 | r1037 | elpie | 2007-04-13 00:01:44 -0600 (Fri, 13 Apr 2007) | 1 line | |
| 1113 | # Fixed header blocks that were overwritten in svn | |
| 1114 | --- | |
| 1115 | r1036 | andphe | 2007-04-09 06:19:03 -0600 (Mon, 09 Apr 2007) | 1 line | |
| 1116 | # bad locale string returned in Windows when the language doesn't have a | |
| 1117 | iso3166_3 code in locales.xml | |
| 1118 | --- | |
| 1119 | r1035 | andphe | 2007-04-09 06:17:19 -0600 (Mon, 09 Apr 2007) | 1 line | |
| 1120 | ! alter the order of mos_polls and mos_poll_menu in the SQL query, this | |
| 1121 | doesn't affect the behavior of the code but helps to nokkaew | |
| 1122 | --- | |
| 1123 | r1034 | cauld | 2007-04-08 10:27:09 -0600 (Sun, 08 Apr 2007) | 2 lines | |
| 1124 | # Fixing The Source sample data RSS feed link. Pointed to the old url. | |
| 1125 | It was fixed before, but overwritten in SVN. | |
| 1126 | ! Adjusting RSS feed timeout | |
| 1127 | --- | |
| 1128 | r1033 | andphe | 2007-03-31 22:51:12 -0600 (Sat, 31 Mar 2007) | 1 line | |
| 1129 | # Bug fixed, the mambot generate wrong url's when SEF is enabled | |
| 1130 | --- | |
| 1131 | r1032 | cauld | 2007-03-27 06:37:01 -0600 (Tue, 27 Mar 2007) | 1 line | |
| 1132 | # Fixing FS#208 - Comments on NewsFlash | |
| 1133 | --- | |
| 1134 | r1031 | cauld | 2007-03-26 06:43:05 -0600 (Mon, 26 Mar 2007) | 1 line | |
| 1135 | # Fixing FS#84 - HTML tags stripped from module parameter type textarea | |
| 1136 | --- | |
| 1137 | r1030 | cauld | 2007-03-25 12:06:00 -0600 (Sun, 25 Mar 2007) | 1 line | |
| 1138 | ! Adding notices to the Install about MySQL strict mode not being supported | |
| 1139 | --- | |
| 1140 | r1029 | cauld | 2007-03-25 11:00:37 -0600 (Sun, 25 Mar 2007) | 1 line | |
| 1141 | ! Adjusting mostlyce.php per FS#155. Will come in mambot v2.2 releases+, | |
| 1142 | but wanted to adjust this version included by default. | |
| 1143 | --- | |
| 1144 | r1028 | cauld | 2007-03-24 21:34:41 -0600 (Sat, 24 Mar 2007) | 1 line | |
| 1145 | ! Implementing suggestions from konlong for the universal installer | |
| 1146 | --- | |
| 1147 | r1027 | andphe | 2007-03-23 16:22:49 -0600 (Fri, 23 Mar 2007) | 2 lines | |
| 1148 | # Bug Fix Adding Itemid to Wrapper menu links, because when exists two | |
| 1149 | or more wrapper links in menu all them points to the last added | |
| 1150 | # Adding lang parameter to URLs when nokkaew is used | |
| 1151 | --- | |
| 1152 | r1026 | cauld | 2007-03-22 13:32:46 -0600 (Thu, 22 Mar 2007) | 1 line | |
| 1153 | ! Making some improvements to the post installation survey. | |
| 1154 | --- | |
| 1155 | r1025 | cauld | 2007-03-21 20:49:23 -0600 (Wed, 21 Mar 2007) | 1 line | |
| 1156 | ! Updating the geshi mambot from version 1.0.4 to 1.0.7.18 and adding | |
| 1157 | highlight support for mysql, perl, and python | |
| 1158 | --- | |
| 1159 | r1023 | cauld | 2007-03-20 05:50:33 -0600 (Tue, 20 Mar 2007) | 1 line | |
| 1160 | ! Updating copyright.php to include Tango | |
| 1161 | --- | |
| 1162 | r1022 | cauld | 2007-03-20 05:42:53 -0600 (Tue, 20 Mar 2007) | 1 line | |
| 1163 | ! Changing out the default logo inside each template. Using a new Mambo | |
| 1164 | image provided by ricoflan | |
| 1165 | --- | |
| 1166 | r1021 | cauld | 2007-03-19 22:59:31 -0600 (Mon, 19 Mar 2007) | 1 line | |
| 1167 | ! Adding new icon to the cpanel for "Get Support" and updating the install | |
| 1168 | splash page with the forum link. Making official support easier to find. | |
| 1169 | --- | |
| 1170 | r1020 | andphe | 2007-03-19 09:11:13 -0600 (Mon, 19 Mar 2007) | 1 line | |
| 1171 | ! discard nokkaew patch for administration side | |
| 1172 | --- | |
| 1173 | r1019 | andphe | 2007-03-16 22:21:56 -0600 (Fri, 16 Mar 2007) | 1 line | |
| 1174 | + adding tagalog language to locales.xml | |
| 1175 | --- | |
| 1176 | r1018 | andphe | 2007-03-16 22:17:55 -0600 (Fri, 16 Mar 2007) | 1 line | |
| 1177 | # improved nokkaew support | |
| 1178 | --- | |
| 1179 | r1017 | andphe | 2007-03-16 06:10:37 -0600 (Fri, 16 Mar 2007) | 1 line | |
| 1180 | # clearing PHP notices when a new user is created | |
| 1181 | --- | |
| 1182 | r1016 | ninekrit | 2007-03-13 06:42:47 -0600 (Tue, 13 Mar 2007) | 1 line | |
| 1183 | #Add Nokkaew patch, Now Nokkaew don't need DOMIT anymore | |
| 1184 | --- | |
| 1185 | r1015 | enjoyman | 2007-03-09 20:47:15 -0700 (Fri, 09 Mar 2007) | 1 line | |
| 1186 | I edited function mosTreeRecurse() for more performance, tree object can | |
| 1187 | identify other parent variable more than 'parent' and it can get level | |
| 1188 | of tree from 'level' variable. | |
| 1189 | --- | |
| 1190 | r1014 | andphe | 2007-03-09 14:28:13 -0700 (Fri, 09 Mar 2007) | 1 line | |
| 1191 | # some strings with special chars aren't translatable | |
| 1192 | --- | |
| 1193 | r1013 | andphe | 2007-03-09 12:47:15 -0700 (Fri, 09 Mar 2007) | 1 line | |
| 1194 | + adding vietnamese language to locales.xml | |
| 1195 | --- | |
| 1196 | r1012 | andphe | 2007-03-09 05:38:15 -0700 (Fri, 09 Mar 2007) | 1 line | |
| 1197 | ! untranslated strings | |
| 1198 | --- | |
| 1199 | r1011 | andphe | 2007-03-09 05:36:22 -0700 (Fri, 09 Mar 2007) | 1 line | |
| 1200 | # mambots description doesn't translate | |
| 1201 | --- | |
| 1202 | r1010 | andphe | 2007-03-09 05:35:01 -0700 (Fri, 09 Mar 2007) | 1 line | |
| 1203 | # Some translations still empty after save the catalog | |
| 1204 | --- | |
| 1205 | r1009 | andphe | 2007-03-09 05:33:37 -0700 (Fri, 09 Mar 2007) | 1 line | |
| 1206 | # clearing notices using more than two plural forms | |
| 1207 | --- | |
| 1208 | r1008 | andphe | 2007-03-09 05:29:42 -0700 (Fri, 09 Mar 2007) | 1 line | |
| 1209 | ! updating the untranslated folder for 4.6.2 | |
| 1210 | --- | |
| 1211 | r1007 | andphe | 2007-03-08 11:31:14 -0700 (Thu, 08 Mar 2007) | 1 line | |
| 1212 | # error messages is displayed in the browser when the URl parameter for | |
| 1213 | mod_wrapper is left blank | |
| 1214 | --- | |
| 1215 | r1006 | cauld | 2007-03-07 19:58:12 -0700 (Wed, 07 Mar 2007) | 1 line | |
| 1216 | ! Making some compatability changes as suggested by konlong here: | |
| 1217 | (http://forum.mambo-foundation.org/showthread.php?p=18280#post18280) | |
| 1218 | ---------------- 4.6.2 Bug Stomp Pre-Release 2 --------------------------- | |
| 1219 | r1005 | cauld | 2007-03-04 20:24:53 -0700 (Sun, 04 Mar 2007) | 1 line | |
| 1220 | ! Updating Changelog and Version info for 4.6.2 Bug Stomp Pre-Release 2 | |
| 1221 | --- | |
| 1222 | r1004 | chanh | 2007-03-04 11:13:53 -0700 (Sun, 04 Mar 2007) | 1 line | |
| 1223 | Correct Banner links | |
| 1224 | --- | |
| 1225 | r1003 | chanh | 2007-03-04 10:20:25 -0700 (Sun, 04 Mar 2007) | 1 line | |
| 1226 | Link to Security mailing list in sample data for both type of install | |
| 1227 | --- | |
| 1228 | r1001 | andphe | 2007-03-03 15:04:15 -0700 (Sat, 03 Mar 2007) | 1 line | |
| 1229 | # fs#180 SEF not working on 4.6.1 | |
| 1230 | --- | |
| 1231 | r1000 | andphe | 2007-03-03 10:59:39 -0700 (Sat, 03 Mar 2007) | 1 line | |
| 1232 | ! Adding T_ to untranslated strings | |
| 1233 | --- | |
| 1234 | r999 | alwarren | 2007-02-20 12:27:29 -0700 (Tue, 20 Feb 2007) | 1 line | |
| 1235 | Removed improper pass-by-reference on line 46 | |
| 1236 | --- | |
| 1237 | r998 | alwarren | 2007-02-20 11:54:56 -0700 (Tue, 20 Feb 2007) | 1 line | |
| 1238 | Fixed FS#202 — retrieveResults does not use key with loadAssocList | |
| 1239 | --- | |
| 1240 | r997 | alwarren | 2007-02-20 11:37:55 -0700 (Tue, 20 Feb 2007) | 1 line | |
| 1241 | Fixed FS#176 loadAssocList was not returning a proper list | |
| 1242 | --- | |
| 1243 | r996 | adi | 2007-02-20 02:33:05 -0700 (Tue, 20 Feb 2007) | 1 line | |
| 1244 | add blank value for mosparameter if there's no contact detail | |
| 1245 | found.dicuss: http://forum.mambo-foundation.org/showthread.php?t=3418 | |
| 1246 | --- | |
| 1247 | r995 | cauld | 2007-02-19 06:56:53 -0700 (Mon, 19 Feb 2007) | 1 line | |
| 1248 | ! Updating changelog and version info for 4.6.2 bug stomp pre-release | |
| 1249 | ---------------- 4.6.2 Bug Stomp Pre-Release 1 ----------------------------- | |
| 1250 | r994 | andphe | 2007-02-14 04:43:17 -0700 (Wed, 14 Feb 2007) | 1 line | |
| 1251 | # extract action doesn't go to deep folders in linux systems | |
| 1252 | --- | |
| 1253 | r993 | andphe | 2007-02-12 15:55:14 -0700 (Mon, 12 Feb 2007) | 1 line | |
| 1254 | # update action doesn't create a .mo file when the language is imported | |
| 1255 | without the LC_MESSAGES folder | |
| 1256 | --- | |
| 1257 | r992 | andphe | 2007-02-11 13:30:10 -0700 (Sun, 11 Feb 2007) | 1 line | |
| 1258 | ! changing copyright notices | |
| 1259 | --- | |
| 1260 | r991 | andphe | 2007-02-11 13:28:11 -0700 (Sun, 11 Feb 2007) | 2 lines | |
| 1261 | ! ignore offline check for the admin side | |
| 1262 | # help button in cpanel isn't displayed after login to the admin side | |
| 1263 | --- | |
| 1264 | r990 | cauld | 2007-02-10 16:18:31 -0700 (Sat, 10 Feb 2007) | 1 line | |
| 1265 | ! Updating MOStlyCE Admin to v2.1. Adds i18n support (Andphe made these mods). | |
| 1266 | --- | |
| 1267 | r989 | cauld | 2007-02-10 15:55:42 -0700 (Sat, 10 Feb 2007) | 1 line | |
| 1268 | ! Updating MOStlyDB Admin to v1.3. Adds i18n support (Andphe made these mods). | |
| 1269 | --- | |
| 1270 | r988 | elpie | 2007-02-09 03:33:34 -0700 (Fri, 09 Feb 2007) | 1 line | |
| 1271 | !corrected sample data where links were not closed | |
| 1272 | --- | |
| 1273 | r987 | alwarren | 2007-02-08 23:04:03 -0700 (Thu, 08 Feb 2007) | 1 line | |
| 1274 | Fixed missing variables $gid and $acl | |
| 1275 | --- | |
| 1276 | r986 | elpie | 2007-02-08 18:18:30 -0700 (Thu, 08 Feb 2007) | 1 line | |
| 1277 | !corrected typo in contact sample data | |
| 1278 | --- | |
| 1279 | r985 | elpie | 2007-02-08 18:04:58 -0700 (Thu, 08 Feb 2007) | 1 line | |
| 1280 | !fixed incorrect rss feed link for The Source | |
| 1281 | --- | |
| 1282 | r984 | enjoyman | 2007-02-08 06:28:45 -0700 (Thu, 08 Feb 2007) | 1 line | |
| 1283 | I edited /administrator/components/com_admin/admin.admin.html.php online | |
| 1284 | 40 for clear error if internet is disabled. | |
| 1285 | --- | |
| 1286 | r983 | enjoyman | 2007-02-08 05:47:14 -0700 (Thu, 08 Feb 2007) | 1 line | |
| 1287 | move calling method offlineCheck() to somewhere is better. | |
| 1288 | --- | |
| 1289 | r982 | elpie | 2007-02-08 04:48:23 -0700 (Thu, 08 Feb 2007) | 1 line | |
| 1290 | !updated copyrights that had been overwritten | |
| 1291 | --- | |
| 1292 | r981 | enjoyman | 2007-02-08 04:04:23 -0700 (Thu, 08 Feb 2007) | 1 line | |
| 1293 | I edited this file to check to show offline page if folder installation | |
| 1294 | is exists for backend page. | |
| 1295 | --- | |
| 1296 | r980 | enjoyman | 2007-02-08 03:58:46 -0700 (Thu, 08 Feb 2007) | 1 line | |
| 1297 | I edited core.class.php to show offline page if folder installation is exists | |
| 1298 | when user go to backend page. | |
| 1299 | --- | |
| 1300 | r979 | cauld | 2007-02-07 19:14:07 -0700 (Wed, 07 Feb 2007) | 1 line | |
| 1301 | # Fixing some error handling within the Universal Installer to better handle | |
| 1302 | submissions with a bad file path, no file, and/or no Internet connection. | |
| 1303 | --- | |
| 1304 | r977 | alwarren | 2007-02-07 18:58:13 -0700 (Wed, 07 Feb 2007) | 1 line | |
| 1305 | Fixed Fixed FS#199 Special/registered access for content items | |
| 1306 | --- | |
| 1307 | r976 | alwarren | 2007-02-07 18:56:47 -0700 (Wed, 07 Feb 2007) | 1 line | |
| 1308 | Fixed FS#199 Special/registered access for content items, mod_latestcontent.php | |
| 1309 | and mod_latestnews.php | |
| 1310 | --- | |
| 1311 | r975 | enjoyman | 2007-02-07 05:59:53 -0700 (Wed, 07 Feb 2007) | 1 line | |
| 1312 | I edited file /administrator/includes/menubar.html.php for check only | |
| 1313 | default language is translated. | |
| 1314 | --- | |
| 1315 | r974 | cauld | 2007-02-06 18:01:14 -0700 (Tue, 06 Feb 2007) | 1 line | |
| 1316 | # Removing php short tags found in the MOStlyCE integrated image manager | |
| 1317 | --- | |
| 1318 | r973 | elpie | 2007-02-06 15:50:44 -0700 (Tue, 06 Feb 2007) | 1 line | |
| 1319 | !more copyright updates | |
| 1320 | --- | |
| 1321 | r972 | elpie | 2007-02-06 06:48:02 -0700 (Tue, 06 Feb 2007) | 1 line | |
| 1322 | !removed old Miro copyright that was never updated | |
| 1323 | --- | |
| 1324 | r971 | elpie | 2007-02-06 06:01:13 -0700 (Tue, 06 Feb 2007) | 1 line | |
| 1325 | !more copyright corrections | |
| 1326 | --- | |
| 1327 | r970 | andphe | 2007-02-06 05:11:58 -0700 (Tue, 06 Feb 2007) | 1 line | |
| 1328 | ! Change i18n to T_ functions | |
| 1329 | --- | |
| 1330 | r969 | andphe | 2007-02-06 05:10:36 -0700 (Tue, 06 Feb 2007) | 1 line | |
| 1331 | + Install button for Language Manager, Arpee's Contribution | |
| 1332 | --- | |
| 1333 | r968 | elpie | 2007-02-06 04:40:15 -0700 (Tue, 06 Feb 2007) | 1 line | |
| 1334 | !updated copyright and contact email address | |
| 1335 | --- | |
| 1336 | r967 | elpie | 2007-02-06 04:29:17 -0700 (Tue, 06 Feb 2007) | 1 line | |
| 1337 | !copyright notices updated | |
| 1338 | --- | |
| 1339 | r966 | elpie | 2007-02-06 04:06:44 -0700 (Tue, 06 Feb 2007) | 1 line | |
| 1340 | !fixed php short open tag | |
| 1341 | --- | |
| 1342 | r965 | elpie | 2007-02-06 04:05:23 -0700 (Tue, 06 Feb 2007) | 1 line | |
| 1343 | !more copyright updates | |
| 1344 | --- | |
| 1345 | r964 | elpie | 2007-02-05 23:05:27 -0700 (Mon, 05 Feb 2007) | 1 line | |
| 1346 | Removed Miro notice from files and placed into copyright file. | |
| 1347 | --- | |
| 1348 | r963 | enjoyman | 2007-02-05 10:26:01 -0700 (Mon, 05 Feb 2007) | 2 lines | |
| 1349 | I edit installation/sql/mambo.sql for fix bug between install mambo. | |
| 1350 | And I edit file installation/index.php, change from php short tags to | |
| 1351 | full tags | |
| 1352 | --- | |
| 1353 | r962 | andphe | 2007-02-05 04:54:26 -0700 (Mon, 05 Feb 2007) | 1 line | |
| 1354 | # keeping update the xml language file to export the correct files, and | |
| 1355 | correcting various php notices | |
| 1356 | --- | |
| 1357 | r961 | alwarren | 2007-02-05 03:01:21 -0700 (Mon, 05 Feb 2007) | 1 line | |
| 1358 | Restored lost commit in mosAdminMenus | |
| 1359 | --- | |
| 1360 | r960 | andphe | 2007-02-04 14:02:39 -0700 (Sun, 04 Feb 2007) | 1 line | |
| 1361 | # FS#133 — Contacts don't show icons | |
| 1362 | --- | |
| 1363 | r959 | cauld | 2007-02-04 09:15:37 -0700 (Sun, 04 Feb 2007) | 1 line | |
| 1364 | ! Updating changelog | |
| 1365 | --- | |
| 1366 | r958 | elpie | 2007-02-04 05:28:01 -0700 (Sun, 04 Feb 2007) | 1 line | |
| 1367 | !fixed short open tag | |
| 1368 | --- | |
| 1369 | r957 | elpie | 2007-02-04 05:08:54 -0700 (Sun, 04 Feb 2007) | 1 line | |
| 1370 | !fixed short open tag. Updated copyright. | |
| 1371 | --- | |
| 1372 | r956 | ninekrit | 2007-02-03 18:46:16 -0700 (Sat, 03 Feb 2007) | 1 line | |
| 1373 | !removed line check installation folder for admin site. | |
| 1374 | --- | |
| 1375 | r955 | ninekrit | 2007-02-03 18:20:53 -0700 (Sat, 03 Feb 2007) | 1 line | |
| 1376 | !change function offlineCheck to not effect admin site. | |
| 1377 | --- | |
| 1378 | r952 | cauld | 2007-02-02 05:17:47 -0700 (Fri, 02 Feb 2007) | 1 line | |
| 1379 | ! Updating Mambo glossary help file | |
| 1380 | --- | |
| 1381 | r951 | alwarren | 2007-02-02 00:16:30 -0700 (Fri, 02 Feb 2007) | 1 line | |
| 1382 | Removed reference to mamboxchange | |
| 1383 | --- | |
| 1384 | r950 | cauld | 2007-02-01 22:22:15 -0700 (Thu, 01 Feb 2007) | 1 line | |
| 1385 | ! Updating the credits file and removing 3rd party tool info since it has | |
| 1386 | been moved to the new copyright.php file | |
| 1387 | --- | |
| 1388 | r949 | cauld | 2007-02-01 22:19:18 -0700 (Thu, 01 Feb 2007) | 1 line | |
| 1389 | ! Updating sample data | |
| 1390 | --- | |
| 1391 | r948 | cauld | 2007-02-01 22:02:04 -0700 (Thu, 01 Feb 2007) | 1 line | |
| 1392 | ! Updating all old copyright statements to reference the new copyright.php | |
| 1393 | file for easier maintenance | |
| 1394 | --- | |
| 1395 | r947 | cauld | 2007-02-01 06:28:51 -0700 (Thu, 01 Feb 2007) | 1 line | |
| 1396 | ! Add group column to the modules table | |
| 1397 | --- | |
| 1398 | r946 | ninekrit | 2007-02-01 03:35:57 -0700 (Thu, 01 Feb 2007) | 1 line | |
| 1399 | #add defined( '_VALID_MOS' ) when write langconfig.php | |
| 1400 | --- | |
| 1401 | r945 | ninekrit | 2007-02-01 03:21:15 -0700 (Thu, 01 Feb 2007) | 1 line | |
| 1402 | !fixed default language to enlish language | |
| 1403 | --- | |
| 1404 | r944 | cauld | 2007-01-31 23:54:07 -0700 (Wed, 31 Jan 2007) | 1 line | |
| 1405 | ! New copyright file being added. Contains Mambo copyright notice and 3rd | |
| 1406 | party copyright info as well. To be referred to in all other files to make | |
| 1407 | future copyright updates much easier. | |
| 1408 | --- | |
| 1409 | r943 | cauld | 2007-01-31 23:12:51 -0700 (Wed, 31 Jan 2007) | 1 line | |
| 1410 | ! Updating credits file | ! Updating credits file |
| 1411 | ! Adjusting static content editor so it doesn't shift during editing with TinyMCE 2.0.1 | --- |
| 1412 | r942 | cauld | 2007-01-31 23:04:53 -0700 (Wed, 31 Jan 2007) | 1 line | |
| 1413 | 31-Dec-2005 Carlos Souza (csouza) | ! Additional 2007 copyright updates |
| 1414 | # Replaced inconsistent short open tags that caused parse errors in some php versions | --- |
| 1415 | r941 | cauld | 2007-01-31 22:54:14 -0700 (Wed, 31 Jan 2007) | 1 line | |
| 1416 | 31-Dec-2005 Martin Brampton (counterpoint) | ! 2007 copyright update |
| 1417 | ! Modified one line in pathway that was using globals no longer set - changed to super globals | --- |
| 1418 | r940 | andphe | 2007-01-31 17:19:00 -0700 (Wed, 31 Jan 2007) | 1 line | |
| 1419 | 29-Dec-2005 Chanh Ong (cong) | # FS#113 — Admin Help in Lite Version, no help button will showed when not help files exists |
| 1420 | # Fix Parse error: parse error, unexpected '}' in php 5.1 | --- |
| 1421 | r939 | andphe | 2007-01-31 17:11:20 -0700 (Wed, 31 Jan 2007) | 1 line | |
| 1422 | 26-Dec-2005 Chad Auld (cauld) | # FS#175 — Missing Help file, no button help will be showed when not a file help is found |
| 1423 | ! Making some changes for the TinyMCE 2.0.1 update to handle the default to simple template change | --- |
| 1424 | ! Updating version.php for release | r938 | andphe | 2007-01-31 14:36:43 -0700 (Wed, 31 Jan 2007) | 1 line |
| 1425 | # Fixing trash so that it is empty after a fresh install with sample data | !changing constants _LOGIN_SUCCESS and _LOGOUT_SUCCESS by T_ functions |
| 1426 | --- | |
| 1427 | 23-Dec-2005 Chad Auld (cauld) | r937 | andphe | 2007-01-31 14:05:48 -0700 (Wed, 31 Jan 2007) | 1 line |
| 1428 | ! Removing experimental Safari warning in TinyMCE | #FS#177 — authenticator does not return true on valid login |
| 1429 | ! Updating version.php for holiday patch | --- |
| 1430 | r936 | ninekrit | 2007-01-31 06:15:10 -0700 (Wed, 31 Jan 2007) | 1 line | |
| 1431 | 22-Dec-2005 Martin Brampton (counterpoint) | #change button padding for smooth in ubuntu too |
| 1432 | # Altered incorrect method for error message on row in admin.section.php | --- |
| 1433 | # Added default of null string to params field in mos_section. | r934 | andphe | 2007-01-29 15:52:43 -0700 (Mon, 29 Jan 2007) | 1 line |
| 1434 | !changing mosConfig_lang to mosConfig_locale in all login frontend forms | |
| 1435 | 21-Dec-2005 Chad Auld (cauld) | --- |
| 1436 | ! Updating default templates with some minor fixes | r933 | andphe | 2007-01-29 15:26:57 -0700 (Mon, 29 Jan 2007) | 1 line |
| 1437 | # Fixing some formatting errors on the sample data | #plurals string isn't parsed fine |
| 1438 | --- | |
| 1439 | 21-Dec-2005 Carlos Souza (csouza) | r932 | andphe | 2007-01-29 15:24:02 -0700 (Mon, 29 Jan 2007) | 1 line |
| 1440 | # added session_start() calls to index.php and index2.php | #unescaped tool tips in edit catalogs in LM fixed |
| 1441 | --- | |
| 1442 | 21-Dec-2005 Chanh Ong (cong) | r931 | andphe | 2007-01-29 15:22:24 -0700 (Mon, 29 Jan 2007) | 1 line |
| 1443 | - Revert the change below due to the fix csouza made in index2.php which is better and more secure | !Changing T_( entries to T_ |
| 1444 | --- | |
| 1445 | 20-Dec-2005 Chanh Ong (cong) | r930 | alwarren | 2007-01-29 10:06:46 -0700 (Mon, 29 Jan 2007) | 1 line |
| 1446 | # Fix problem where Email icon on content not working where session lost its previous value. | Fixed FS#99 Module group access |
| 1447 | --- | |
| 1448 | 20-Dec-2005 Chad Auld (cauld) | r928 | cauld | 2007-01-28 19:22:54 -0700 (Sun, 28 Jan 2007) | 1 line |
| 1449 | + Adding 453 to 453h sql patch for TinyMCE 2.0.1 upgrade | ! Updating changelog |
| 1450 | r926 | ninekrit | 2007-01-28 06:25:42 -0700 (Sun, 28 Jan 2007) | 1 line | |
| 1451 | 19-Dec-2005 Chad Auld (cauld) | #update new installatin screen working with LM. |
| 1452 | # Fixing admin content preview & upload session issue | --- |
| 1453 | r923 | cauld | 2007-01-27 22:37:52 -0700 (Sat, 27 Jan 2007) | 1 line | |
| 1454 | 18-Dec-2005 Chad Auld (cauld) | ! Updating credits file |
| 1455 | ! Updated the default TinyMCE editor from 1.45 to 2.0.1 | --- |
| 1456 | + Added back in the old System Information administrator link | r921 | cauld | 2007-01-27 16:15:14 -0700 (Sat, 27 Jan 2007) | 1 line |
| 1457 | # Fixing RSS feed issue where the RSS feeds being created were ignoring | |
| 1458 | 19-Dec-2005 Carlos Souza (csouza) | params defined within the com_syndication interface. |
| 1459 | # Changed register globals emulation to default to 'On' | --- |
| 1460 | r920 | cauld | 2007-01-27 15:09:31 -0700 (Sat, 27 Jan 2007) | 1 line | |
| 1461 | 18-Dec-2005 Martin Brampton(counterpoint) | ! Updating sample data |
| 1462 | # Modified SQL statements having LEFT JOIN after list of joined tables | --- |
| 1463 | # Modified contact searchbot to set Itemid | r919 | cauld | 2007-01-27 14:32:45 -0700 (Sat, 27 Jan 2007) | 1 line |
| 1464 | ! Updating version.php | |
| 1465 | 17-Dec-2005 Martin Brampton (counterpoint) | --- |
| 1466 | # Modified index.php to avoid conflict with SMF over $_REQUEST['message'] | r918 | andphe | 2007-01-27 14:20:38 -0700 (Sat, 27 Jan 2007) | 1 line |
| 1467 | # Modified admin trash manager to fix failures and lack of page control | improving language export action |
| 1468 | --- | |
| 1469 | 16-Dec-2005 Chanh Ong (cong) | r916 | andphe | 2007-01-27 05:37:00 -0700 (Sat, 27 Jan 2007) | 1 line |
| 1470 | # Fix bug that causes the "top" position always overlay other component | improving javascript for delete and translate actions |
| 1471 | --- | |
| 1472 | -------------------- 4.5.3 Release -------------------------- | r915 | andphe | 2007-01-26 22:28:56 -0700 (Fri, 26 Jan 2007) | 1 line |
| 1473 | adding defined( '_VALID_MOS' ) or die( 'Direct Access to this location | |
| 1474 | 26-Nov-2005 Chad Auld (cauld) | is not allowed.' ); |
| 1475 | ! Fixed GPL text in install (made all 1 font, easier to read) | --- |
| 1476 | - Removed old templates | r914 | andphe | 2007-01-26 22:18:36 -0700 (Fri, 26 Jan 2007) | 1 line |
| 1477 | + Added new Mambo default template | creating glossaries in another encoding different to utf-8 |
| 1478 | ! Changed more sample data | --- |
| 1479 | ! Updated the default setup to fit new template | r913 | andphe | 2007-01-26 22:16:03 -0700 (Fri, 26 Jan 2007) | 1 line |
| 1480 | ! Adding setting to default register globals emulation to "On" | adding headers for compiled .mo file and left out empty translations |
| 1481 | --- | |
| 1482 | 24-Nov-2005 Chad Auld (cauld) | r912 | andphe | 2007-01-26 21:59:01 -0700 (Fri, 26 Jan 2007) | 1 line |
| 1483 | ! Changed the default on the new admin simple/advanced interface to advanced | default English language cannot be deleted or translated |
| 1484 | --- | |
| 1485 | 23-Nov-2005 Chad Auld (cauld) | r910 | enjoyman | 2007-01-26 05:24:24 -0700 (Fri, 26 Jan 2007) | 1 line |
| 1486 | ! Changed header logos. Removed references to 4.5.2. | delete folder cvs, it is not related. |
| 1487 | ! Updated most of the sample install data | --- |
| 1488 | ! Update some of the default installation settings | r909 | ninekrit | 2007-01-26 05:06:09 -0700 (Fri, 26 Jan 2007) | 1 line |
| 1489 | ! Changed out the included sample banners, install header banner, and admin header banners | #change create new language will be redirect to languages screen instead |
| 1490 | - Removed old sample images no longer in use | to edit screen |
| 1491 | --- | |
| 1492 | 23-Nov-2005 Carlos Souza (csouza) | r908 | andphe | 2007-01-25 19:34:06 -0700 (Thu, 25 Jan 2007) | 1 line |
| 1493 | ! Replaced globals.php and sef.php to address the globals emulation overwrite vulnerability | using langtitle_iso3166-3 instead iso639_iso3166-2 for setlocale in |
| 1494 | + Added option in com_config to toggle register_globals emulation | windows to load properly the translations when gettext is used |
| 1495 | --- | |
| 1496 | 16-Nov-2005 Carlos Souza (csouza) | r907 | enjoyman | 2007-01-23 21:02:53 -0700 (Tue, 23 Jan 2007) | 1 line |
| 1497 | + Added fix in index*.php to address the Globals overwrite problem in versions < 4.4.1 | edit some line in file admin.mambots.php for fix some bug about drop down |
| 1498 | list for searching. | |
| 1499 | 14-Nov-2005 Ilias Antonopoulos (eliasan) | --- |
| 1500 | # Added Vcard option on Contact Items Parameters | r906 | alwarren | 2007-01-23 16:30:00 -0700 (Tue, 23 Jan 2007) | 1 line |
| 1501 | /administrator/components/com_contact/contact_items.xml | Fixed SQL injection in com_weblinks |
| 1502 | # Fixed. Link type, menu items don't show up on Pages/Items List. | --- |
| 1503 | /includes/mambo.php | r905 | alwarren | 2007-01-23 16:14:18 -0700 (Tue, 23 Jan 2007) | 1 line |
| 1504 | # Fixed. Empty Categories don't show up, although 'Show Empty Categories' is selected on a Table-Content Section menu Item | Fixed SQL injection in cancel edit functions |
| 1505 | /components/com_content/content.php | --- |
| 1506 | ! 'List - Content Section' corrected to 'Table - Content Section' | r904 | enjoyman | 2007-01-23 11:33:33 -0700 (Tue, 23 Jan 2007) | 1 line |
| 1507 | /administrator/components/com_menus/content_section/content_section.menu.html.php | edit some line in file mambolanguage.class.php |
| 1508 | --- | |
| 1509 | 13-Nov-2005 Chad Auld (cauld) | r903 | enjoyman | 2007-01-23 11:16:53 -0700 (Tue, 23 Jan 2007) | 2 lines |
| 1510 | ! Updated install screens to display 453 and release dates. | add file charsetmapping.php,and edit file core.classes.php for include |
| 1511 | ! Changed the newsflash articles included with the sample data. | file charsetmapping.php.edit file phpgettext.class.php for convert charsets |
| 1512 | # [#8199] Database queries in gacl_api.class | when you click auto translate in language manager. |
| 1513 | # [#7713] mosMail fix bcc bug + add missing ReplyTo fields | --- |
| 1514 | r902 | enjoyman | 2007-01-22 07:55:06 -0700 (Mon, 22 Jan 2007) | 1 line | |
| 1515 | 12-Nov-2005 Giorgio Nordo (gin) | I edit class ConvertCharset in file core.classes.php on line 3349, comment |
| 1516 | # [#7590] fixed the bug of the related items module (the module showed also expired content items) | to not check empty string. |
| 1517 | --- | |
| 1518 | 11-Nov-2005 Chad Auld (cauld) | r901 | enjoyman | 2007-01-22 07:10:06 -0700 (Mon, 22 Jan 2007) | 1 line |
| 1519 | + [#8364] OSI Certification: Added README file. Added OSI logo to install screens. | delete file /includes/ConvertCharset.class.php because it's not used.It's |
| 1520 | contents is in core.classes.php already. | |
| 1521 | 08-Nov-2005 Ilias Antonopoulos (eliasan) | --- |
| 1522 | # [#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. | r900 | enjoyman | 2007-01-22 05:47:56 -0700 (Mon, 22 Jan 2007) | 1 line |
| 1523 | For testing, set your help server to point at: http://www.mambobook.gr/draftdoc | edit function iconvert() in file mambolanguage.class.php on line 217 for |
| 1524 | New Help screen will be uploaded to http://help.mamboserver.com | create english iso-8859-1 |
| 1525 | --- | |
| 1526 | 27-Oct-2005 Shaoying Sun (lang3) | r899 | andphe | 2007-01-22 05:40:58 -0700 (Mon, 22 Jan 2007) | 1 line |
| 1527 | # [#7447] Image path input from backend results in broken links on frontend | adding _VALID_MOS constant |
| 1528 | --- | |
| 1529 | 26-Oct-2005 Carlos Souza (csouza) | r898 | enjoyman | 2007-01-22 05:35:57 -0700 (Mon, 22 Jan 2007) | 1 line |
| 1530 | ! Hardened 'Email To Friend' form in com_content | add if (!defined('_VALID_MOS')) define( '_VALID_MOS', 1 ); to files in |
| 1531 | folder installation for install mambo. | |
| 1532 | 22-Oct-2005 Shaoying Sun (lang3) | --- |
| 1533 | ! Changed date format "Y-m-d h:i:s" to "Y-m-d H:i:s" in content, frontpage, typedcontent show in backend | r897 | enjoyman | 2007-01-22 05:26:07 -0700 (Mon, 22 Jan 2007) | 1 line |
| 1534 | ! Changed date format "Y-m-d h:i:s" to "Y-m-d H:i:s" in message send in frontend | add if (!defined('_VALID_MOS')) define( '_VALID_MOS', 1 ); in file |
| 1535 | /installation/index.php on line 16 for installation. | |
| 1536 | 20-Oct-2005 Chad Auld (cauld) | --- |
| 1537 | ! Fixed SQL injection hole in content submission | r896 | andphe | 2007-01-22 04:27:12 -0700 (Mon, 22 Jan 2007) | 1 line |
| 1538 | the most functions was migrated from gettext commands to php code, some | |
| 1539 | 20-Oct-2005 Cameron Fraser | validations for open_basedir and disable_functions was included |
| 1540 | + Added Simple / Advanced functionality to Add / Edit (Content/Section/Category) pages | --- |
| 1541 | admin.admin.html.php | r895 | andphe | 2007-01-22 04:23:16 -0700 (Mon, 22 Jan 2007) | 1 line |
| 1542 | admin.content.html.php | The xml language file includes all the files (.po files, .mo files, and |
| 1543 | admin.sections.html.php | glossary), a new "filetype" attribute was added to the xml file, now the |
| 1544 | admin.categories.html.php | export action and the universal installer can donwload and upload a complete |
| 1545 | admin.typedcontent.html.php | language, the installer supports wincodepage, and the catalogs list just |
| 1546 | index2.php | show the .po files. |
| 1547 | --- | |
| 1548 | 19-Oct-2005 Chad Auld (cauld) | r894 | andphe | 2007-01-22 04:18:16 -0700 (Mon, 22 Jan 2007) | 1 line |
| 1549 | # [#8260] Search highlighting fails when a "?" is entered | export action now exports all .po files, the .mo file and the glossary |
| 1550 | file, pclzip was fixed to work fine in windows | |
| 1551 | 16-Oct-2005 Chad Auld (cauld) | --- |
| 1552 | # [#7601] MySQL password textbox is shown as a plain text box | r893 | andphe | 2007-01-22 04:15:53 -0700 (Mon, 22 Jan 2007) | 1 line |
| 1553 | # [#7410] Mambo gzip fails when gzip compression is already enabled in php.ini | now the remove action removes the glossary file too. |
| 1554 | # [#7746] Missing space in mosimage IMG tags | --- |
| 1555 | # [#8157] Use of $mosConfig_abolute_path instead of $mosConfig_absolute_path | r892 | andphe | 2007-01-22 04:14:03 -0700 (Mon, 22 Jan 2007) | 1 line |
| 1556 | # [#7714] User Registration allows dots and other chars besides A-Z 0-9 | restoring the old ampReplace function |
| 1557 | --- | |
| 1558 | 08-Aug-2005 Andrew Eddie | r891 | enjoyman | 2007-01-18 07:05:15 -0700 (Thu, 18 Jan 2007) | 1 line |
| 1559 | ^ Encased text files in PHP wrapper to help obsfucate version info | I change file core.classes.php in function fixLanguage() for support other |
| 1560 | # Changed admin session name to hash of live_site to allow you to log into more than one mambo on the same host | language more than english.I just change ordering of codes,define _ISO |
| 1561 | # Fixed hardcoded (c) character in web installer files | before require file english.php. |
| 1562 | # Fixed slow query in admin User Manager list screen | --- |
| 1563 | # Fixed bug in poll stats calculation | r890 | adi | 2007-01-17 20:22:59 -0700 (Wed, 17 Jan 2007) | 2 lines |
| 1564 | # Fixed SQL injection bugs in user activation (thanks Enno Klasing) | add IE 7 quirk mode bsed on user info |
| 1565 | # Updated bug fixes in phpMailer class | http://forum.mambo-foundation.org/showthread.php?t=2813 |
| 1566 | # Fixed login bug for nested Mambo sites on the same domain | --- |
| 1567 | r889 | ninekrit | 2007-01-17 07:24:15 -0700 (Wed, 17 Jan 2007) | 1 line | |
| 1568 | 02-Aug-2005 Alex Kempkens | #fixed HTML Validation |
| 1569 | # [#6775] Display of static content without Itemid | --- |
| 1570 | # [#6330] Corrected default value of field | r888 | ninekrit | 2007-01-17 06:28:49 -0700 (Wed, 17 Jan 2007) | 3 lines |
| 1571 | #verify html validation admin templates | |
| 1572 | -------------------- 4.5.2.3 Patch Released ---------------------- | #removed file not used in glossary folder |
| 1573 | #update word "Show Banner:" | |
| 1574 | 15-Jun-2005 Andrew Eddie | --- |
| 1575 | # Fixed sql injection vulnerability in voting form | r887 | andphe | 2007-01-17 05:05:24 -0700 (Wed, 17 Jan 2007) | 1 line |
| 1576 | # Fixed over-sensitive filtering of content intro and full text fields | improving auto translate and gettext detection |
| 1577 | ^ Updates database::setQuery code to more efficient version | --- |
| 1578 | r886 | cauld | 2007-01-16 10:25:51 -0700 (Tue, 16 Jan 2007) | 1 line | |
| 1579 | -------------------- 4.5.2.2 Patch Released ---------------------- | # Still working on RSS / SEO bug. This should be the final fix. Had to |
| 1580 | adjust $item_link a bit for the different modes. | |
| 1581 | 04-May-2005 Andrew Eddie | --- |
| 1582 | # Fixed vulnerability with bind method in mosDBTable class | r885 | cauld | 2007-01-16 09:51:42 -0700 (Tue, 16 Jan 2007) | 1 line |
| 1583 | # Fixed session id spoofing via administrator/index3.php | # Fixing RSS / SEO bug where RSS feeds were not being converted properly |
| 1584 | # Fixed bug in mosAbstractTasker redirect method | when SEO was enabled. |
| 1585 | # Prevented attacks via injection of POST variables through GET | --- |
| 1586 | # Fix injection bugs in various class 'check' methods | r884 | andphe | 2007-01-13 21:34:55 -0700 (Sat, 13 Jan 2007) | 1 line |
| 1587 | + Added input filter class (replacement for built-in strip tags) | added the mosIsRTL function, this functions returns true when the current |
| 1588 | - Removed vulnerable file in DOMIT library | language is RTL |
| 1589 | --- | |
| 1590 | 4-Mar-2005 Rey Gigataras | r883 | cauld | 2007-01-13 20:24:58 -0700 (Sat, 13 Jan 2007) | 1 line |
| 1591 | # Fixed [#4642] Can't login to ADMINISTATION | ! Updating default meta description and keywords |
| 1592 | # Fixed [#4768] emailCloaking() doesn't completely combine parts of mail address | --- |
| 1593 | # Fixed [#4972] Truncated email address in Contacts | r882 | andphe | 2007-01-12 11:52:16 -0700 (Fri, 12 Jan 2007) | 1 line |
| 1594 | # Fixed [#4607] admin.typedcontent.php missing $lists['_caption_align'] initialisation code | freeing the actions "auto translate" and "update" from gettext dependencies, |
| 1595 | # Fixed [#4610] MOSimage doesn't work in static content manager | and providing portability to the action "extract " |
| 1596 | # Fixed [#4586] `List Length` is ignored | --- |
| 1597 | r881 | ninekrit | 2007-01-11 02:48:09 -0700 (Thu, 11 Jan 2007) | 1 line | |
| 1598 | -------------------- 4.5.2.1 Patch Released ---------------------- | +add meta http-equiv in popup |
| 1599 | 19-Feb-2005 Andrew Eddie | --- |
| 1600 | # Fixed security vulnerability in Tar.php | r880 | andphe | 2007-01-10 20:07:38 -0700 (Wed, 10 Jan 2007) | 1 line |
| 1601 | the extract action now includes mambots, and some php and xml files | |
| 1602 | 18-Feb-2005 Andy Miller | --- |
| 1603 | # Fixed com_content to use <div> for componentheading | r879 | andphe | 2007-01-10 20:03:13 -0700 (Wed, 10 Jan 2007) | 1 line |
| 1604 | ! Changed implementation of new -3 module style for more robust solution | not create a mo files after save changes |
| 1605 | --- | |
| 1606 | -------------------- 4.5.2 Stable Released ---------------------- | r878 | andphe | 2007-01-10 19:53:28 -0700 (Wed, 10 Jan 2007) | 1 line |
| 1607 | compile the .mo file and free of gettext dependencies | |
| 1608 | 16-Feb-2005 Emir Sakic | --- |
| 1609 | # Fixed JS Bug with save order button not refreshing the page in IE | r877 | andphe | 2007-01-10 16:12:20 -0700 (Wed, 10 Jan 2007) | 1 line |
| 1610 | + Added support for language variable in content URL | changing a line that gives a lot of problems with extract action. |
| 1611 | --- | |
| 1612 | 16-Feb-2005 Andy Miller | r876 | ninekrit | 2007-01-10 04:58:11 -0700 (Wed, 10 Jan 2007) | 1 line |
| 1613 | + Added css elements for image/caption in sf2 | #fixed language don't used T_ function |
| 1614 | ! Removed hardcoded default padding/margin in mosimage mambot | --- |
| 1615 | r875 | andphe | 2007-01-09 05:32:31 -0700 (Tue, 09 Jan 2007) | 1 line | |
| 1616 | 16-Feb-2005 Alex Kempkens | disabling the actions extract, update and auto_translate when gettext |
| 1617 | # Fixed handling of header and search phrases in search component | isn't installed |
| 1618 | --- | |
| 1619 | 16-Feb-2005 Rey Gigataras | r874 | ninekrit | 2007-01-08 20:51:29 -0700 (Mon, 08 Jan 2007) | 1 line |
| 1620 | ! `Cancel` button replaced with `Close` button when editing existing items | #fixed offline message |
| 1621 | ! Moved `Mass Mail` to `Component` Sub-menu | --- |
| 1622 | # Fixed [#4517] Menu order incorrect | r873 | ninekrit | 2007-01-08 05:45:31 -0700 (Mon, 08 Jan 2007) | 1 line |
| 1623 | # Fixed [#4466] Administrator may delete other administrator | #fixed wrong word |
| 1624 | # Fixed [#4468] Administrator may change the level they belong to | --- |
| 1625 | # Fixed [#4536] Logout Link wrong in User Menu | r872 | adi | 2007-01-07 20:16:22 -0700 (Sun, 07 Jan 2007) | 1 line |
| 1626 | # Fixed [#4467] Back-end Group may create 'Public Front-end' or 'Public Back-end' user | update image header |
| 1627 | # Fixed 'Other Categories' param problem in 'Newsfeeds` and `Contacts` components | --- |
| 1628 | # Fixed [#4482] Error in WebLink Parameters | r871 | adi | 2007-01-07 19:15:46 -0700 (Sun, 07 Jan 2007) | 1 line |
| 1629 | # Fixed [#4532] Display problem in Table - Content Category | update link to help.mamboserver.com to docs.mambo-foundation.org |
| 1630 | # Fixed [#4533] Display problem in Table - Content Section | --- |
| 1631 | # Fixed missing published button in `Newsfeed` Component edit page | r870 | alwarren | 2007-01-07 16:49:38 -0700 (Sun, 07 Jan 2007) | 1 line |
| 1632 | # Fixed [#4500] No Caption in Static Content | copyright update |
| 1633 | --- | |
| 1634 | 16-Feb-2005 Peter Koch | r869 | neilt | 2007-01-06 03:39:30 -0700 (Sat, 06 Jan 2007) | 1 line |
| 1635 | # Fixed [#4090] navigation between archived articles is not possible | comments language work provided by Andphe |
| 1636 | # Fixed error in 'make unwriteable' when editing language and template files | --- |
| 1637 | # Fixed category redirection error after calling from content item manager | r866 | enjoyman | 2007-01-05 01:17:10 -0700 (Fri, 05 Jan 2007) | 1 line |
| 1638 | ! Updated cpanel icons and modules for hiding mainmenu when calling edit pages | I use class convertCharset instead function iconv(). |
| 1639 | ! Updated typed/static content for hiding mainmenu when calling edit pages | --- |
| 1640 | ! Spread menubar icons for improved usability | r865 | neilt | 2007-01-04 05:16:48 -0700 (Thu, 04 Jan 2007) | 1 line |
| 1641 | ! Updated installation step 1 hints and warnings | change to language feature, not yet fully implemented |
| 1642 | --- | |
| 1643 | 16-Feb-2005 Andrew Eddie | r864 | neilt | 2007-01-04 04:59:37 -0700 (Thu, 04 Jan 2007) | 1 line |
| 1644 | + Added new site module stype to allow for rounded corner styling techniques | Changes to the captcha component to allow audio capture via .wav format |
| 1645 | # Fixed bug in database error reporting when in debug mode | to aid accessibility. Removal of some fonts/rotating features that were |
| 1646 | # Fixed bug showing Not Auth message when linking via Key reference | causing problems on some machines |
| 1647 | # Fixed help links to support and removed useless index link | --- |
| 1648 | # Fixed [#4483] 4.5.2 Pre1: Powerd by Logo still shows 4.5.1 | r863 | andphe | 2007-01-03 15:54:31 -0700 (Wed, 03 Jan 2007) | 1 line |
| 1649 | # Fixed [#4496] Pre-1 Section Creation: No menu link creation possible | FS#130 — Admin parameters translations added |
| 1650 | + Added [#4502] Pre-1: User "Select Log Status" lacks "logged out" option | --- |
| 1651 | # Fixed [#4480] 4.5.2 CVS missing language string in contacts (Download as Vcard) | r862 | andphe | 2007-01-03 14:42:29 -0700 (Wed, 03 Jan 2007) | 1 line |
| 1652 | improving backward compatibility with old components, the english.php file | |
| 1653 | 15-Feb-2005 Rey Gigataras | is loaded be default when no other is found |
| 1654 | # Fixed bug `Search Category` mambot | --- |
| 1655 | r861 | andphe | 2007-01-02 12:16:35 -0700 (Tue, 02 Jan 2007) | 1 line | |
| 1656 | 15-Feb-2005 Peter Koch | en vs english fixed |
| 1657 | # Fixed creation of menuitems for weblink, newsfeed and contact categories | --- |
| 1658 | # Fixed content menu should recognize empty sections and categories | r858 | andphe | 2006-12-30 17:41:18 -0700 (Sat, 30 Dec 2006) | 1 line |
| 1659 | ! Hide main menu whenever an item is edited to reduce risk of lost checkouts. | improving the export action |
| 1660 | ! Improved backend messaging | --- |
| 1661 | r857 | alwarren | 2006-12-29 13:51:50 -0700 (Fri, 29 Dec 2006) | 1 line | |
| 1662 | 15-Feb-2005 Andrew Eddie | Fixed FS#170 - low level security issue in pdf.php |
| 1663 | # Fixed spurious installer error msg when xml file is included in package file list | --- |
| 1664 | + Added experimental task routing class | r854 | cauld | 2006-12-22 20:55:53 -0700 (Fri, 22 Dec 2006) | 1 line |
| 1665 | + Added mainframe function to add custom html to the head tag of a template | # Fixing busted category manager admin form. Had 4 errors and 34 warnings. |
| 1666 | Still more work to be done, but the errors have been cleared. It now has | |
| 1667 | 14-Feb-2005 Emir Sakic | 0 errors and 24 warnings. |
| 1668 | # Fixed [#4207] Bug in Blog-Content Category Archives | --- |
| 1669 | r853 | cauld | 2006-12-22 20:36:10 -0700 (Fri, 22 Dec 2006) | 1 line | |
| 1670 | 14-Feb-2005 Peter Koch | # Fixing busted section manager admin form. Had 4 errors and 34 warnings. |
| 1671 | # Fixed [#4472] 4.5.2 CVS Menu Manager [menu] Overlib oddities | Still more work to be done, but the errors have been cleared. It now has |
| 1672 | # Fixed sample installation inconsistents | 0 errors and 24 warnings. |
| 1673 | # Fixed phrasing for all menuitem names | --- |
| 1674 | # Fixed wrong category mgr if no weblink or newsfeed cat. exists | r846 | chanh | 2006-12-20 23:57:56 -0700 (Wed, 20 Dec 2006) | 1 line |
| 1675 | Fix the editing on the backend that causes Mambo to be extremely slow | |
| 1676 | 14-Feb-2005 Alex Kempkins | w/ huge user table, comment out for now |
| 1677 | # Fixed problem with RSS feeds & live feed | --- |
| 1678 | # Removed config_ml_support from configuration dialogs | r842 | enjoyman | 2006-12-20 07:39:30 -0700 (Wed, 20 Dec 2006) | 1 line |
| 1679 | I change line 226 from "return $NewEncoding->Convert($source,$fromcharset,$tocharset,true);" | |
| 1680 | 14-Feb-2005 Andrew Eddie | to "return $NewEncoding->Convert($source,$fromcharset,$tocharset,false);" |
| 1681 | # Fixed [#4305,3971] User with Manager or Administrator Access pb | --- |
| 1682 | ! Converted help files to html, help index can point to help site | r841 | enjoyman | 2006-12-19 20:09:55 -0700 (Tue, 19 Dec 2006) | 1 line |
| 1683 | check set $adminside already or not.If yes,it is admind side. | |
| 1684 | 13-Feb-2005 Rey Gigataras | --- |
| 1685 | # Fixed [#3840] Some curious things in the Groupmanagement | r837 | chanh | 2006-12-18 19:44:53 -0700 (Mon, 18 Dec 2006) | 1 line |
| 1686 | # Fixed [#4272] Configuration: no 'back'; link to control panel | referencing FS#140 and FS#160 |
| 1687 | ! Added logged filter to `User Manager` | --- |
| 1688 | + mod_logged Admin module | r836 | cauld | 2006-12-18 09:51:01 -0700 (Mon, 18 Dec 2006) | 1 line |
| 1689 | ! Updating CHANGELOG with latest change entries | |
| 1690 | 12-Feb-2005 Rey Gigataras | --- |
| 1691 | # Fixed [#4319] 4.5.2 CVS mod_rssfeed malfunction | r832 | cauld | 2006-12-17 13:38:59 -0700 (Sun, 17 Dec 2006) | 1 line |
| 1692 | # Working on admin.content.html.php. The edit content page had 4 errors | |
| 1693 | 12-Feb-2005 Peter Koch | and 49 warnings which was hosing up the editor. All errors have been |
| 1694 | # Fixed [#4345] stripslashes on array in includes/mambo.php:mosBindArrayToObject() | cleared and some warnings, down to 38. The other warnings will be worked |
| 1695 | + Added optional parameters for $cc, $bcc, $attachment to mosMail() | on later. |
| 1696 | + Made path to sendmail configurable ($mosConfig_sendmail) | --- |
| 1697 | r831 | cauld | 2006-12-16 13:32:33 -0700 (Sat, 16 Dec 2006) | 1 line | |
| 1698 | 11-Feb-2005 Andy Miller | ! Adjust MOStlyDB Admin again. |
| 1699 | # Fixed Long SEF URLs showing up in search results | --- |
| 1700 | + Added a function to show area of text in search results based on keyword | r830 | cauld | 2006-12-16 13:23:49 -0700 (Sat, 16 Dec 2006) | 1 line |
| 1701 | # Fixed rotate image module to include trailing <br /> for IE compatibility | ! Adjusting security of MOStlyDB Admin. Should only allow access to |
| 1702 | # Fixed search highlighting to display properly | super admins rather than all admins. |
| 1703 | --- | |
| 1704 | 11-Feb-2005 Peter Koch | r827 | andphe | 2006-12-15 05:22:33 -0700 (Fri, 15 Dec 2006) | 1 line |
| 1705 | # Fixed [#4321] 4.5.2 CVS mod_sections module displays empty sections | FS#165 — Dropdown in Contact Component Fixed |
| 1706 | # Fixed [#3072] Update DB from 4.5.0 to 4.5.1 | --- |
| 1707 | r826 | enjoyman | 2006-12-14 20:38:18 -0700 (Thu, 14 Dec 2006) | 1 line | |
| 1708 | 11-Feb-2005 Rey Gigataras | I edited administrator/components/com_languages/actions/save.action.php on |
| 1709 | # Fixed Live Bookmarks handling | line 78,It need not to check and create $dir/$lang.po when install language. |
| 1710 | + Additional parameters for TinyMCE | But when you new language it proper create $dir/$domain.po from |
| 1711 | ! Added group filtering for User Manager | $untranslated/$domain.pot.And I edited line 125 follow Andphe suggest me. |
| 1712 | ! Added `User Manager` & `Media Manager` to Admin Panel Quickicons | Not only that,I edited file |
| 1713 | ! Restrutured Admin `Content` Sub-Menu | administrator/components/com_languages/views/templates/langform.tpl.php |
| 1714 | to cannot save if _ISO value not same $language->charset value. | |
| 1715 | 10-Feb-2005 Peter Koch | --- |
| 1716 | # Fixed [#4251] (Again) Issues with other categories display | r823 | andphe | 2006-12-14 04:58:58 -0700 (Thu, 14 Dec 2006) | 1 line |
| 1717 | # Fixed [#4361] script tag in submit news bloqs admin backend | Language export action fixed |
| 1718 | --- | |
| 1719 | 10-Feb-2005 Alex Kempkens | r822 | enjoyman | 2006-12-13 20:48:46 -0700 (Wed, 13 Dec 2006) | 1 line |
| 1720 | ! Removed multi lingual calls from index and searchbot scripts | I use class convercharset instead iconv and edit,add some function for support it. |
| 1721 | --- | |
| 1722 | 10-Feb-2005 Andrew Eddie | r821 | enjoyman | 2006-12-13 05:58:04 -0700 (Wed, 13 Dec 2006) | 1 line |
| 1723 | # Fixed bug in module display for free text and style=-1 | restore locales.xml for support any character set more than utf-8. |
| 1724 | # fixed bug in mambot uninstaller | --- |
| 1725 | r820 | enjoyman | 2006-12-12 20:22:48 -0700 (Tue, 12 Dec 2006) | 1 line | |
| 1726 | 09-Feb-2005 Peter Koch | I edited file mambolanguage.class.php in line 52 from |
| 1727 | # Fixed [#4396] 4.5.2 CVS Order column in lists? Editing can't be saved. | if($page_ == "addpage") { to be if( ($page_ == "addpage") && ($task="save") ) |
| 1728 | # Fixed [#4251] 4.5.2 CVS Menu Manager/Menu Items Editing window typos and bugs | { and re-implement and rename function attrEncoding() to be arrayEncoding() |
| 1729 | and I add some function ,bindAttributes binds attributes and elements in array. | |
| 1730 | 08-Feb-2005 Peter Koch | --- |
| 1731 | # Fixed [#4404] 4.5.2 CVS mod_templatechooser Typo | r819 | alwarren | 2006-12-12 14:42:48 -0700 (Tue, 12 Dec 2006) | 1 line |
| 1732 | # Fixed [#4405] 4.5.2 CVS mod_whosonline oddity | Fixed typo in function loadBotGroup |
| 1733 | # Fixed [#4400] problem with copying menu in admin panel | --- |
| 1734 | r818 | alwarren | 2006-12-11 16:53:41 -0700 (Mon, 11 Dec 2006) | 1 line | |
| 1735 | 07-Feb-2005 Peter Koch | Fixed FS#169. Custom mambot fires when it shouldn't |
| 1736 | # Fixed [#4105] Fixes to new item counters, category display, etc. | --- |
| 1737 | # Fixed [#4359] 4.5.2 CVS new Menu Manager display bug after 05/02/cvs update | r815 | andphe | 2006-12-08 21:02:08 -0700 (Fri, 08 Dec 2006) | 1 line |
| 1738 | add phpdoc comments, copyright notices | |
| 1739 | 07-Feb-2005 Alex Kempkens | --- |
| 1740 | # Fixed small variable notices | r814 | ninekrit | 2006-12-08 05:53:45 -0700 (Fri, 08 Dec 2006) | 1 line |
| 1741 | ! Added configuration value for ml support | fixed bug when save configuration file. |
| 1742 | # Fixed small issues about content categories & notice warnings for news-flash module | --- |
| 1743 | r813 | enjoyman | 2006-12-08 05:24:06 -0700 (Fri, 08 Dec 2006) | 1 line | |
| 1744 | 06-Feb-2005 | I edited this file for installation. |
| 1745 | # Fixed bug that in usermenu logout link that prevents access to com_login | --- |
| 1746 | r812 | enjoyman | 2006-12-08 05:18:23 -0700 (Fri, 08 Dec 2006) | 2 lines | |
| 1747 | 05-Feb-2005 Alex Kempkens | -I edited file includes/mambolanguage.class.php, add a function for convert |
| 1748 | + Added small corrections in the select handling for multi lingual contents | charset of attribute of this class from utf-8 to "encoding" attribute in xml |
| 1749 | + Integrated basic check for multi lingual component, same technique like | file.Therefore I check edit or install language in save() function,if |
| 1750 | SEF | $page_ is "addpage",it is install language. |
| 1751 | ! Added the use of css 'sectiontableentry1/2' in the content item table of | -I edited file administrator\components\com_languages\views\templates\langform.tpl.php, |
| 1752 | the category list | add 2 hidden fields for assigned "page_" to be "addpage" or "editpage" for |
| 1753 | each mission. | |
| 1754 | 05-Feb-2005 Emir Sakic | --- |
| 1755 | # Fixed JS error in TinyMCE advanced editor | r811 | ninekrit | 2006-12-08 04:45:58 -0700 (Fri, 08 Dec 2006) | 2 lines |
| 1756 | # Fixed SEF bug | change install1.php line 80 to T_('Next') |
| 1757 | # Fixed TOC SEF bug | --- |
| 1758 | # Fixed cosmetic admin menu bug | r810 | adi | 2006-12-07 00:12:53 -0700 (Thu, 07 Dec 2006) | 1 line |
| 1759 | ! Removed IFRAME borders on admin help page | #fix bug in yesnoSelectList function with wrong value switch the other way around |
| 1760 | # Fixed [#4267] Module Manager list default bug | --- |
| 1761 | ! Added icon for save order admin listing | r809 | alwarren | 2006-12-05 03:29:49 -0700 (Tue, 05 Dec 2006) | 1 line |
| 1762 | #Fixed warning errors in modules/mod_newsflash.php when no items published | |
| 1763 | 05-Feb-2005 Andrew Eddie | --- |
| 1764 | + Added Quote method to database class | r808 | cauld | 2006-12-04 15:39:15 -0700 (Mon, 04 Dec 2006) | 1 line |
| 1765 | + Added php 4.1.2 compat functions | # Adding a missing semicolon to emailForm function |
| 1766 | --- | |
| 1767 | 03-Feb-2005 Andrew Eddie | r806 | neilt | 2006-12-04 02:11:18 -0700 (Mon, 04 Dec 2006) | 1 line |
| 1768 | + Add Walter Zorn tooltip library | #bug fix - Content items still available after "Finish Publishing" date - FS#157 |
| 1769 | --- | |
| 1770 | 02-Feb-2005 Andrew Eddie | r804 | cauld | 2006-12-03 10:34:53 -0700 (Sun, 03 Dec 2006) | 1 line |
| 1771 | ! Fixed x-site injection vulnerability related to PHP bug | # Fixing issue that prevented section & cat images from being displayed |
| 1772 | --- | |
| 1773 | 30-Jan-2005 Andy Stewart | r802 | neilt | 2006-12-01 07:24:11 -0700 (Fri, 01 Dec 2006) | 1 line |
| 1774 | # Fixed [#4520] Changed singular "Module" into plural "Module(s)" when deleting a menu. | #bug fix - cannot send page email to a friend -FS#112 |
| 1775 | # Fixed [#4220] Static content linking to content item in menu manager. | --- |
| 1776 | r798 | cauld | 2006-11-30 07:10:10 -0700 (Thu, 30 Nov 2006) | 1 line | |
| 1777 | 29-Jan-2005 Alex Kempkens | ! Updating Changelog with changes since 4.6.1 |
| 1778 | # Fixed live feed handling of RRS and integrated possibility to name | --- |
| 1779 | the feed file | r796 | cauld | 2006-11-29 09:18:21 -0700 (Wed, 29 Nov 2006) | 1 line |
| 1780 | ! Updated the "Check for Updates" version.xml file for the 4.6.2 release | |
| 1781 | 27-Jan-2005 Andy Stewart | --- |
| 1782 | # Fixed [#2938] Added strtolower to filename when chmod after upload | r790 | andphe | 2006-11-24 20:13:07 -0700 (Fri, 24 Nov 2006) | 1 line |
| 1783 | Bug Fixed, liveBookMark crash when com_syndicate is not installed. | |
| 1784 | 27-Jan-2005 Andrew Eddie | --- |
| 1785 | + Added folder offset to <files> tag in installer | r789 | andphe | 2006-11-19 10:08:50 -0700 (Sun, 19 Nov 2006) | 1 line |
| 1786 | Td_ and Tdn_ functions replaced by T_ and Tn_, from the frontend domain | |
| 1787 | 26-Jan-2005 Peter Koch | to a default domain |
| 1788 | ! Change content editors width to 100% | --- |
| 1789 | r787 | neilt | 2006-11-17 00:54:16 -0700 (Fri, 17 Nov 2006) | 1 line | |
| 1790 | 25-Jan-2005 Peter Koch | #bug fix - additional fix for menu error when submitting weblinks |
| 1791 | # Fixed weblinks not working with SEF enabled | --- |
| 1792 | # Fixed [#3851] Alternative gzip page compression doesn't work (for example in Opera) | r786 | neilt | 2006-11-15 01:03:55 -0700 (Wed, 15 Nov 2006) | 1 line |
| 1793 | # Fixed non-standard HTML in user manager | #Bug Fix - #FS122 - not returning ItemId when no blog categories |
| 1794 | --- | |
| 1795 | 24-Jan-2005 Andy Stewart | r785 | cauld | 2006-11-13 13:14:22 -0700 (Mon, 13 Nov 2006) | 1 line |
| 1796 | # Fixed [3565] updated publish_array to point to correct key | ! Updating JSCookMenu to latest release v2.0.3 |
| 1797 | # Fixed [3824] Closed, resolved by [3289] fix | --- |
| 1798 | # Fixed [3473] Closed, resolved by [3289] fix | r784 | neilt | 2006-11-10 13:37:54 -0700 (Fri, 10 Nov 2006) | 1 line |
| 1799 | # Fixed [3752] Not a bug, user not understood ini_get function | #Bug Fix - Search always returns Itemid=1 - FS#122 |
| 1800 | --- | |
| 1801 | 24-Jan-2005 Peter Koch | r783 | neilt | 2006-11-07 11:12:35 -0700 (Tue, 07 Nov 2006) | 1 line |
| 1802 | # Fixed misspelling cateogry/category in english.php | #bug fix : Unchecked sendmail loop - FS#156 |
| 1803 | # Fixed non-standard HTML in admin control panel | --- |
| 1804 | r782 | cauld | 2006-11-06 17:26:40 -0700 (Mon, 06 Nov 2006) | 1 line | |
| 1805 | 23-Jan-2005 Levis Bisson | ! Adjusting grammer in regisitration.html.php |
| 1806 | + Added the global configuration -> Show UnAuthorized Links condition | --- |
| 1807 | to the mod_latestnews.php, mod_mostread.php and mod_newsflash.php | r781 | neilt | 2006-11-06 01:39:44 -0700 (Mon, 06 Nov 2006) | 1 line |
| 1808 | #bug fix - ratings not showing | |
| 1809 | 23-Jan-2005 Peter Koch | --- |
| 1810 | + Added write protection handling to template html and css editors. | r780 | ninekrit | 2006-11-05 22:02:31 -0700 (Sun, 05 Nov 2006) | 1 line |
| 1811 | + Added write protection handling to language file editor. | update thai language in glossary |
| 1812 | # Fixed [#3289] Media Manager not working with globals off | --- |
| 1813 | # Fixed [#3352] Global configuration and Logout Fail | r779 | ninekrit | 2006-11-05 21:53:28 -0700 (Sun, 05 Nov 2006) | 1 line |
| 1814 | fixed translation "Start" on tool tip display | |
| 1815 | 22-Jan-2005 Rey Gigataras | --- |
| 1816 | # Fixed missing Back Button option for Search component page | r778 | neilt | 2006-11-03 06:40:36 -0700 (Fri, 03 Nov 2006) | 1 line |
| 1817 | # Fixed 'no results' found when first entering Search component - without engaging a search | #bug fix - {mosimage} bot incorrectly shows intro images in main body if |
| 1818 | # Fixed pathway html entity problem | intro text hidden - FS#145 |
| 1819 | --- | |
| 1820 | 21-Jan-2005 Peter Koch | r777 | neilt | 2006-11-03 05:52:47 -0700 (Fri, 03 Nov 2006) | 1 line |
| 1821 | + Added checkboxes in site global configuration to make configuration.php | #bug fix : template parse bug when text outside of mosMainBody() - FS#102 |
| 1822 | unwritable after saving, or to override write protection while saving | --- |
| 1823 | respectively. | r776 | neilt | 2006-11-03 05:43:17 -0700 (Fri, 03 Nov 2006) | 1 line |
| 1824 | + Added function mosIsChmodable($file) to administrator/includes/admin.php. | #bug fix : Content items automatically adding mailto links - FS#128 |
| 1825 | Returns TRUE if mambo can chmod the file. Used for overwrite/add write | --- |
| 1826 | protection functions in administration editors. | r775 | ninekrit | 2006-11-01 05:18:49 -0700 (Wed, 01 Nov 2006) | 1 line |
| 1827 | Fixed save action | |
| 1828 | 19-Jan-2005 Rey Gigataras | --- |
| 1829 | + Added Vcard capability to Contact Component | r774 | alwarren | 2006-10-31 23:55:03 -0700 (Tue, 31 Oct 2006) | 1 line |
| 1830 | Fixed FS#127 — Strange problem with showing content after 4.6.1 update | |
| 1831 | 18-Jan-2005 Peter Koch | --- |
| 1832 | # General fix for chmod issues [#3842] [#3727] [#3275]: | r773 | alwarren | 2006-10-31 23:02:09 -0700 (Tue, 31 Oct 2006) | 1 line |
| 1833 | + Added configurable file and directory permissions (chmod) to installation steps. | Fixed FS#126 — Front End Editing Error. Usertype was set to '' on save. |
| 1834 | + Added configurable file & directory permissions (chmod) to global configuration | --- |
| 1835 | + Added function mosChmodRecursive($path, $filemode=NULL, $dirmode=NULL) to mambo.php. | r772 | alwarren | 2006-10-31 16:35:51 -0700 (Tue, 31 Oct 2006) | 1 line |
| 1836 | + Added function mosChmod($path) to mambo.php. | Fixed FS#140 - Installer failure on Windows with magic_quotes_gpc off |
| 1837 | ! 3rd party addons may adopt the permission flags while still keeping backward compatibility. | --- |
| 1838 | ! Updated com_installer to use the new chmod options above | r768 | cauld | 2006-10-29 10:21:36 -0700 (Sun, 29 Oct 2006) | 1 line |
| 1839 | ! Updated com_media to use the new chmod options above | ! Updating MOStlyCE mambot to v2.0. Brings TinyMCE guts to 2.0.8, fixes |
| 1840 | # Fixed $mosConfig_absolute_path having double slashes after installing on windows | issues with IE7 & FF2. Integration with TinyMCPUK adds image / file manager |
| 1841 | # Fixed several minor html errors in installer and com_config | functionality. |
| 1842 | --- | |
| 1843 | 18-Jan-2005 Rey Gigataras | r767 | cauld | 2006-10-29 10:00:22 -0700 (Sun, 29 Oct 2006) | 1 line |
| 1844 | ! Added Date column to Content Managers | ! Updating MOStlyCE Admin component to v2.0. Brings TinyMCE guts to 2.0.8, |
| 1845 | fixes issues with IE7 & FF2. Integration with TinyMCPUK adds image / file | |
| 1846 | 17-Jan-2005 Rey Gigataras | manager functionality. |
| 1847 | + Added Caption support to {mosimage} | --- |
| 1848 | # Fixed Category param in Blog Category | r766 | cauld | 2006-10-28 09:46:22 -0600 (Sat, 28 Oct 2006) | 1 line |
| 1849 | # Fixed inability to hide Categories in Category view of 'List - Content Section' | ! Updating PclZip from 2.1 to 2.5 for Language Manager export functionality |
| 1850 | --- | |
| 1851 | 16-Jan-2005 Rey Gigataras | r764 | alwarren | 2006-10-20 14:14:59 -0600 (Fri, 20 Oct 2006) | 1 line |
| 1852 | ! Separated Menu Item Types into groups | Fixed FS#139 - warnings in admin polls popup. |
| 1853 | --- | |
| 1854 | 15-Jan-2005 Rey Gigataras | r763 | alwarren | 2006-10-19 14:45:31 -0600 (Thu, 19 Oct 2006) | 1 line |
| 1855 | ! Added param for `title` & `heading` attribs of 'mospagebreak' to be added to <site> tag | Reverted previous fix for FS#134 and moved to function determineOptionAndItemid |
| 1856 | ! Added `heading` attribute to 'mospagebreak' to control title of first item in TOC | --- |
| 1857 | ! Add Search button params for `Search Module` | r762 | alwarren | 2006-10-19 14:09:24 -0600 (Thu, 19 Oct 2006) | 1 line |
| 1858 | ! Add forget password and register new user for Login Component page | Added copyright block to core.classes.php |
| 1859 | --- | |
| 1860 | 14-Jan-2005 Rey Gigataras | r761 | alwarren | 2006-10-19 14:00:14 -0600 (Thu, 19 Oct 2006) | 1 line |
| 1861 | + Added new Ordering ability for Admin list/table views | Fixed FS#134 — Static as a homepage is not working |
| 1862 | ! Template Manager preview template thumbnail, on by default | --- |
| 1863 | ! Improved New Menu Item creation page - added tooltips from XML file | r760 | alwarren | 2006-10-19 11:19:07 -0600 (Thu, 19 Oct 2006) | 1 line |
| 1864 | ! Improved MOSTooltip function | Fixed FS#138 - Warnings when magic_quotes_gpc is off |
| 1865 | --- | |
| 1866 | 13-Jan-2005 Rey Gigataras | r759 | alwarren | 2006-10-17 12:21:59 -0600 (Tue, 17 Oct 2006) | 1 line |
| 1867 | + Added Reset Clicks button to Banner manager | Better handling of function mosComponentManager::restore_magic_quotes() |
| 1868 | ! Added Author column and Author filter to Content Item and Static Content Manager | --- |
| 1869 | r758 | alwarren | 2006-10-17 10:57:44 -0600 (Tue, 17 Oct 2006) | 1 line | |
| 1870 | 12-Jan-2005 Rey Gigataras | Fixed FS#136 - Contact Us / Custom Module / Add slashes |
| 1871 | + Added `Load Module Position` mambot | --- |
| 1872 | r757 | alwarren | 2006-10-17 00:26:21 -0600 (Tue, 17 Oct 2006) | 1 line | |
| 1873 | 11-Jan-2005 Rey Gigataras | Fixed FS#132 - problem with emulate register globals off |
| 1874 | + Added `Wrapper` module | --- |
| 1875 | + Added option to send HTML emails in `Massmail` component | r756 | chanh | 2006-10-15 22:28:51 -0600 (Sun, 15 Oct 2006) | 1 line |
| 1876 | # Fixed Wrapper Component XHTML validation issue | Fix bug when upgrade from older version that use "superadministrator" in |
| 1877 | # Fixed [#4051] Can search sections and categories even if they have not been published | users.usertype rather than "Super Administrator" |
| 1878 | --- | |
| 1879 | 10-Jan-2005 Rey Gigataras | r755 | chanh | 2006-10-15 10:40:38 -0600 (Sun, 15 Oct 2006) | 1 line |
| 1880 | ! 'Latest News' module can now show Static Content - configurable via new `Module Mode` param | It might be confusing for the user so I revert out my change. |
| 1881 | ! 'Most Read' module can now show Static Content - configurable via new `Module Mode` param | --- |
| 1882 | r754 | chanh | 2006-10-15 10:16:57 -0600 (Sun, 15 Oct 2006) | 1 line | |
| 1883 | 09-Jan-2005 Rey Gigataras | Add edit title_alias on the frontend right below the title |
| 1884 | + Site `Favourite Icon` now configurable via Global Configuration | --- |
| 1885 | + Added Syndication support for Firefox `Live Bookmarks` | r753 | adi | 2006-10-08 20:50:22 -0600 (Sun, 08 Oct 2006) | 1 line |
| 1886 | + Added 'Apply' action to Menu Items | remove xml prolog in template files |
| 1887 | + Added 'Apply' action to Content Item, Static Content, Section, Category & Global Config | --- |
| 1888 | + Added 'Apply' button ( saves item but does not exit `edit` mode ) | r752 | cauld | 2006-10-08 10:28:20 -0600 (Sun, 08 Oct 2006) | 1 line |
| 1889 | ! Reordered `Page Title` to have sitename appear before page name | # Removing the old checkbox DROP TABLES option from the install screen. |
| 1890 | # Fixed unnecessary extra commas in Meta Tags | Should have been removed when the code was rewritten, but forgot to check it in. |
| 1891 | -------------------- 4.6.1 Release ------------------------------------- | |
| 1892 | 07-Jan-2005 Rey Gigataras | r749 | neilt | 2006-10-04 13:15:07 -0600 (Wed, 04 Oct 2006) | 1 line |
| 1893 | ! Added action message to 'Copy' module function | # bug fix : incorrectly assigned variable causing php notices - #FS121 |
| 1894 | ! Replace `split` funtion with faster `explode` function to determine ISO encoding | --- |
| 1895 | # Fixed Error messages in 'Copy' Menu Item confirmation page | r745 | cauld | 2006-10-03 15:40:42 -0600 (Tue, 03 Oct 2006) | 1 line |
| 1896 | ! Removing the old DROP TABLES option during install. This is not really | |
| 1897 | 05-Jan-2005 Rey Gigataras | an option since you have to drop tables before creating new ones. Just |
| 1898 | # Fixed [#3990] Saving or editing existing categories gives errors | altered the way the BACKUP TABLES option works. |
| 1899 | --- | |
| 1900 | 04-Jan-2005 Andy Stewart | r744 | neilt | 2006-10-03 06:06:58 -0600 (Tue, 03 Oct 2006) | 1 line |
| 1901 | # Fixed [#3473] Added code to auto delete index.html from empty media manager folder | # Bug fix : Pathway clone bug, link becomes a pathway - FS#106 |
| 1902 | ! Added code to media manager function create_folder to create index.html | --- |
| 1903 | r743 | cauld | 2006-10-02 17:26:25 -0600 (Mon, 02 Oct 2006) | 1 line | |
| 1904 | 04-Jan-2005 Rey Gigataras | # Fixing a few installation bugs found during an internal QA audit |
| 1905 | # Fixed handling of menus when more than one module assigned to display a particular menutype | --- |
| 1906 | # Fixed Search Contacts mambot sql error | r741 | cauld | 2006-10-01 20:10:21 -0600 (Sun, 01 Oct 2006) | 1 line |
| 1907 | # FS-108 - Fixes 6 array_merge warnings that are present on a fresh install | |
| 1908 | 04-Jan-2005 Andrew Eddie | with no content. |
| 1909 | # Fixed hardcoded classname in mosParameters that prevents derived classes from working | --- |
| 1910 | # Fixed wrongly named iscore property in mosComponents class | r740 | cauld | 2006-10-01 17:07:08 -0600 (Sun, 01 Oct 2006) | 1 line |
| 1911 | ! Updated mosReadDirectory function to be able to recurse into sub-directories | ! Updating the Banner module & component to change the alt tag change from |
| 1912 | "Advertisement" to "Banner". The old text was causing banners to be | |
| 1913 | 03-Jan-2005 Rey Gigataras | automatically blocked by some ad blockers. |
| 1914 | # Fixed Admin Module 'Components' being visible for Managers | --- |
| 1915 | # Fixed Admin Module 'Menu Stats' including Trashed menu items in count | r739 | cauld | 2006-09-28 15:21:24 -0600 (Thu, 28 Sep 2006) | 1 line |
| 1916 | # Fixing <span> issue in function makePathway | |
| 1917 | 02-Jan-2005 Rey Gigataras | --- |
| 1918 | + New 'Installer' sub-menu for Admin and Super Admin - amalgamates links for all installers | r738 | neilt | 2006-09-28 11:39:07 -0600 (Thu, 28 Sep 2006) | 1 line |
| 1919 | ! Improvement to Category 'Link to Menu' handling | # Fix for some cross scripting bugs. FS#95 |
| 1920 | ! Improvement to Section 'Link to Menu' handling | --- |
| 1921 | # Fixed page title param for Contact Component menu items | r737 | adi | 2006-09-27 00:23:45 -0600 (Wed, 27 Sep 2006) | 1 line |
| 1922 | include PHP 5 compatibility file | |
| 1923 | 01-Jan-2005 Rey Gigataras | --- |
| 1924 | ! Improvement to Static Content 'Link to Menu' handling | r736 | adi | 2006-09-27 00:22:58 -0600 (Wed, 27 Sep 2006) | 1 line |
| 1925 | ! Improvement to Content Item 'Link to Menu' handling | added new file to provide missing functionality for older version of php |
| 1926 | ! Improvement to Menu Manager edit menu item linking | --- |
| 1927 | r734 | cauld | 2006-09-26 20:46:25 -0600 (Tue, 26 Sep 2006) | 2 lines | |
| 1928 | 31-Dec-2004 Rey Gigataras | # Adding a getEscaped call for $passwd in the LoginUser function |
| 1929 | ! Improvement to Content Item 'Reset Hits' handling | # Updating mosGetParam to utilize addslashes for added security |
| 1930 | ! Improvement to Static Content 'Reset Hits' handling | --- |
| 1931 | # Fixed RSS Syndication author validation error - removed author info | r733 | neilt | 2006-09-25 13:33:41 -0600 (Mon, 25 Sep 2006) | 1 line |
| 1932 | + initial workaround for FS#89 — Can not add menu when Mysql strict is on | |
| 1933 | 31-Dec-2004 Andrew Eddie | --- |
| 1934 | # Fixed stripping of backslashes when loading an object | r732 | chanh | 2006-09-23 17:42:50 -0600 (Sat, 23 Sep 2006) | 1 line |
| 1935 | # Fixed error if xml didn't exist in Mambot and Module install screens | Fix bug cause site go offline when MetaKeys reach beyond 256 chars. |
| 1936 | --- | |
| 1937 | 30-Dec-2004 Rey Gigataras | r731 | neilt | 2006-09-23 07:21:20 -0600 (Sat, 23 Sep 2006) | 1 line |
| 1938 | # Fixed [#2706] Bug(?) with 'time to publish' in relation to timezone (time offset) | # bug fix - Email cloak incorrectly parses emails URL that include ? |
| 1939 | # Fixed [#3922] POLL: Page Title is missing (Parameters) | --- |
| 1940 | # Fixed params for 'Component - Search' menu item | r729 | neilt | 2006-09-23 04:46:37 -0600 (Sat, 23 Sep 2006) | 1 line |
| 1941 | # Fixed Poll dropdown select missing Itemid | # bug fix - numerous gets missing for backward compatibility - FS#85 |
| 1942 | --- | |
| 1943 | 30-Dec-2004 Peter Koch | r728 | ninekrit | 2006-09-22 02:34:07 -0600 (Fri, 22 Sep 2006) | 1 line |
| 1944 | # Fixed [#3610] Missing #__ in admin.content.php | #removed fixed encoding line 354 for support all encoding |
| 1945 | # Fixed [#3503] Missing quote in admin.media.html.php | --- |
| 1946 | # Fixed [#3217] Typo in variable name, missing $ sign | r727 | neilt | 2006-09-21 12:42:10 -0600 (Thu, 21 Sep 2006) | 1 line |
| 1947 | # Bug fix — Declaration dropped bug, removed unused css - FS#58 | |
| 1948 | 30-Dec-2004 Andrew Eddie | --- |
| 1949 | ! Admin custom toolbar now displays only text if images not defined | r726 | neilt | 2006-09-21 12:17:17 -0600 (Thu, 21 Sep 2006) | 1 line |
| 1950 | # Bug Fix - missing / in check() function FS#90 | |
| 1951 | 29-Dec-2004 Rey Gigataras | --- |
| 1952 | + Search Newsfeeds mambot | r725 | neilt | 2006-09-21 07:33:49 -0600 (Thu, 21 Sep 2006) | 1 line |
| 1953 | + Added Feed Image, Feed descrip, Item descrip & word count params to 'Link - Newsfeed' | # bug fix - missing declaration |
| 1954 | + Added Feed Image, Feed descrip, Item descrip & word count params to 'Component - Newsfeed' | --- |
| 1955 | + Added Feed Image, Item description & word count params to RSS Feed module | r724 | neilt | 2006-09-20 07:57:33 -0600 (Wed, 20 Sep 2006) | 1 line |
| 1956 | ! Modified Search Weblinks mambot | # WebLinks email message not sent to admin bug fixed FS#76 |
| 1957 | --- | |
| 1958 | 27-Dec-2004 Rey Gigataras | r723 | neilt | 2006-09-20 04:08:13 -0600 (Wed, 20 Sep 2006) | 1 line |
| 1959 | + Added hyperlink to Frontpage Manager list linking to Category Edit | # Bug fix for error message when there are no weblinks FS#88 |
| 1960 | + Added hyperlink to Frontpage Manager list linking to Section Edit | --- |
| 1961 | + Added hyperlink to Content Manager list linking to Category Edit | r722 | neilt | 2006-09-20 03:54:16 -0600 (Wed, 20 Sep 2006) | 1 line |
| 1962 | + Added hyperlink to Content Manager list linking to Section Edit | # bug fix for login/out messages FS#82 |
| 1963 | + Added hyperlink to Category Manager list linking to Section Edit | --- |
| 1964 | ! Cosmetic change to Module Item layout - shifted from tab to column layout | r721 | adi | 2006-09-18 20:09:06 -0600 (Mon, 18 Sep 2006) | 1 line |
| 1965 | # Fixed mambot description in Edit Mambot page | fix incorrect br tag. FS#87 |
| 1966 | --- | |
| 1967 | 26-Dec-2004 Rey Gigataras | r719 | neilt | 2006-09-18 09:08:45 -0600 (Mon, 18 Sep 2006) | 1 line |
| 1968 | + Added hyperlink to Menu Manager for Contact Item menu items directly to the item itself | file missed on earlier upload |
| 1969 | + Added hyperlink to Menu Manager for Newsfeed Item menu items directly to the item itself | --- |
| 1970 | + Added hyperlink to Menu Manager for Content Item menu items directly to the item itself | r718 | neilt | 2006-09-18 06:48:29 -0600 (Mon, 18 Sep 2006) | 1 line |
| 1971 | + Ability to link to Content Items from Edit Content Item menu page | + Enhancements to comments component to fix bugs #FS72, #FS75 |
| 1972 | + Ability to link to Static Content from Edit Static Content Item menu page | --- |
| 1973 | ! Cosmetic change to Menu Item layout - shifted from tab to column layout | r717 | cauld | 2006-09-17 12:27:50 -0600 (Sun, 17 Sep 2006) | 1 line |
| 1974 | # Fixed [#3551] Failed during uninstallation of Admin's module | ! Updating version.php & changelog.php |
| 1975 | # Fixed [#3056] No handling of illegal section names in Category Manager | -------------------- 4.6 Release --------------------------------------- |
| 1976 | # Fixed [#3030] Query in archive modul don't work | r716 | cauld | 2006-09-17 12:19:53 -0600 (Sun, 17 Sep 2006) | 1 line |
| 1977 | # Fixed [#2847] archive module not using SEO | ! Removing Mambo Raw SQL installation files and replacing with Mambo Lite SQL files. |
| 1978 | --- | |
| 1979 | 25-Dec-2004 Rey Gigataras | r715 | alwarren | 2006-09-14 23:03:21 -0600 (Thu, 14 Sep 2006) | 1 line |
| 1980 | ! Disabled edit icon appearing in newsflash module | # FS#80 Fixed display of number of items checked in |
| 1981 | # Fixed [#3891] Checkout for Banner Clients don't work | --- |
| 1982 | # Fixed [#2986] com_banner option listclients doesn't work in FireFox 1.0 | r714 | adi | 2006-09-14 19:05:36 -0600 (Thu, 14 Sep 2006) | 1 line |
| 1983 | # Fixed [#3048] Problem with Frontend editing checked-out Content | remove non utf-8 in locales.xml |
| 1984 | --- | |
| 1985 | 24-Dec-2004 Andrew Eddie | r711 | alwarren | 2006-09-14 11:18:07 -0600 (Thu, 14 Sep 2006) | 1 line |
| 1986 | ! Added PEAR Archive Tar library | ! FS#12 - Change menu manager radio buttons to checkboxes to allow multiple item selection |
| 1987 | --- | |
| 1988 | 24-Dec-2004 Rey Gigataras | r710 | alwarren | 2006-09-14 10:22:48 -0600 (Thu, 14 Sep 2006) | 2 lines |
| 1989 | # Fixed [#3287] Login fails if index.php is not the default for the domain | # FS#74 - Fixed problem with Itemid. |
| 1990 | # Fixed [#3669] str_replace( '&', '&', $path ) may break unicode | section/category links in content item were causing bad links |
| 1991 | # Fixed [#2982] minor error in pathway.php | --- |
| 1992 | # Fixed [#3290] Sort by button broken in 'Browser, OS, Domain Statistics' page | r708 | gin | 2006-09-14 20:29:00 |
| 1993 | # Fixed [#2984] Centering of text in install components | ! some minor esthetical change in the form of the advanced search |
| 1994 | # Fixed [#2791] Administrators can delete themselves | (components/com_search/search.html.php) |
| 1995 | # Fixed [#3058] Control Panel | --- |
| 1996 | # Fixed [#3426] component com_contacts several issues | r707 | gin | 2006-09-14 16:36:00 |
| 1997 | # Fixed [#3375] Multiple contacts printing error | # fixed the bug #77 noted by Mac in 2nd form's compilation during the new language creation |
| 1998 | # Fixed [#3482] Contacts Page Class Suffix and Page Title don`t work | modfied the file includes\phpgettext\phpgettext.catalog.php |
| 1999 | --- | |
| 2000 | 23-Dec-2004 Rey Gigataras | r706 | gin | 2006-09-14 14:10:00 |
| 2001 | # Fixed [#3895] 'Active' Column in Contact Categories list always zero | ! Modified the component registration in a 2 step process with double e-mail |
| 2002 | # Fixed mambot xml group attribute | verification and some additional test |
| 2003 | --- | |
| 2004 | 22-Dec-2004 Andrew Eddie | r705 | alwarren | 2006-09-13 02:58:12 -0600 (Wed, 13 Sep 2006) | 1 line |
| 2005 | ! Replaced Incutio xmlrpc library with DOMIT xmlrpc library | FS#73 Change wording in comments mambot |
| 2006 | --- | |
| 2007 | 20-Dec-2004 Andrew Eddie | r704 | alwarren | 2006-09-13 02:41:03 -0600 (Wed, 13 Sep 2006) | 1 line |
| 2008 | # Removed display of href in returned search results (long urls corrupt display) | FS#54 Added spacers to toolbar in banner manager |
| 2009 | --- | |
| 2010 | 19-Dec-2004 Rey Gigataras | r703 | adi | 2006-09-12 23:34:45 -0600 (Tue, 12 Sep 2006) | 1 line |
| 2011 | + Block renaming of menutype for 'mainmenu' menu | fix bug #63 |
| 2012 | + Block deletion of 'mainmenu' menu | --- |
| 2013 | + Block deletion of 'mainmenu' module | r702 | adi | 2006-09-12 23:15:12 -0600 (Tue, 12 Sep 2006) | 1 line |
| 2014 | ! Hides email by default on Contacts component table view | fix bug #57 & #64 |
| 2015 | ! Cosmetic change to representation of Menu Tree | --- |
| 2016 | ! Administrator Group now able to access Trash Manager | r701 | cauld | 2006-09-12 22:28:50 -0600 (Tue, 12 Sep 2006) | 1 line |
| 2017 | # Fixed [#3127] typo in 'List - Content Section' menu item params: Filter Field | ! Updating MOS Rating to be a fully installable package for Mambo Raw |
| 2018 | # Fixed [#2693] Bug by install local 4.51a local WIN XP PRP XAMPP | --- |
| 2019 | # Fixed [#2752] blogsection mode, shows IMG element wwhen no image is selected | r700 | cauld | 2006-09-12 17:01:15 -0600 (Tue, 12 Sep 2006) | 1 line |
| 2020 | # Fixed [#2734] 'Register Globals' set to OFF, Bug with viewing page as PDF or to Print | # Forgot to add the MOStlyDBAdmin classes folder on an earlier commit |
| 2021 | # Fixed [#2743] index2.php option-variable used before initialisation | --- |
| 2022 | # Fixed [#2867] $author not visible in email for user submitted weblink | r699 | cauld | 2006-09-12 16:36:47 -0600 (Tue, 12 Sep 2006) | 1 line |
| 2023 | # Fixed [#2917] Can't edit static content in backend via edit button | ! FS#60 — Modify News Feeds Items |
| 2024 | # Fixed [#3152] menu class suffix parameter does not work for sublevels | --- |
| 2025 | # Fixed [#3513] 'Do not use image' doesn't remove weblink icon | r698 | cauld | 2006-09-12 16:30:12 -0600 (Tue, 12 Sep 2006) | 1 line |
| 2026 | # Fixed [#2862] menu copy doesn't copy sublevel items | # FS#55 — Update WebLinks Items |
| 2027 | # Fixed [#3827] Trashed Content is displayed to those with frontend edit access | --- |
| 2028 | # Fixed [#2689] Link to Menu, will not show empty menus in Menu Select list | r697 | cauld | 2006-09-12 16:17:48 -0600 (Tue, 12 Sep 2006) | 1 line |
| 2029 | # Fixed [#3829] Access to Menu Manager not allowed for Administrators | # FS#53 — Change Banner Link |
| 2030 | # Fixed [#3701] Changing menu module menu class suffix interferes with menu menutype | --- |
| 2031 | # Fixed [#3128] Menu manager issues | r696 | cauld | 2006-09-12 16:11:52 -0600 (Tue, 12 Sep 2006) | 1 line |
| 2032 | # Fixed [#3109] menutype shows a wrong value | # FS#68 — Help Screens Missing |
| 2033 | # Fixed [#2710] Problem with menu manager | --- |
| 2034 | # Fixed renaming of Menu Type also renames type for menu items | r695 | cauld | 2006-09-12 05:17:46 -0600 (Tue, 12 Sep 2006) | 1 line |
| 2035 | ! Pulling mosvote / MOS Rating from Mambo Raw edition | |
| 2036 | 18-Dec-2004 Andy Stewart | --- |
| 2037 | # Fixed [#3794] Replaced $mainframe->getCfg("mosConfig_dbprefix") with $mosConfig_dbprefix | r694 | cauld | 2006-09-11 23:38:01 -0600 (Mon, 11 Sep 2006) | 1 line |
| 2038 | # Fixing FS#69 — Absolute Path to MOStlyCE Template Directory | |
| 2039 | 18-Dec-2004 Rey Gigataras | --- |
| 2040 | # Fixed [#2992] Spelling error in Registration module | r693 | cauld | 2006-09-11 23:30:28 -0600 (Mon, 11 Sep 2006) | 1 line |
| 2041 | # Fixed [#3725] Spelling Error in Global Config | ! Updating mostlyce admin xml file |
| 2042 | # Fixed [#2717] Missing parameters for 'Component - Search' menu item | --- |
| 2043 | # Fixed [#2690] Newsfeed Component not outputing Feeds image | r692 | cauld | 2006-09-11 23:28:16 -0600 (Mon, 11 Sep 2006) | 5 lines |
| 2044 | # Fixed [#2825] Poll Lag is Broken | # Fixed MOStlyDBAdmin zip archive issue. Was missing the zip.lib/php class. |
| 2045 | # Fixed [#3748] Impossible to reply to mails from contact component | ! Updating directory listing on the universal installer screen |
| 2046 | # Fixed [#3802] Contact component js redirect fails on submit in Firefox | # Updating MOStlyCE Spellchecker plugin warning to notify user that CURL is now a requirement. |
| 2047 | # Update VCard to prevent vcard link from displaying when contact has not been edited or where the contact params do not exist. (suggested by alwarren) | |
| 2048 | 17-Dec-2004 Rey Gigataras | # Fixing some missing single quotes in some of the menu manager <script>alert code. This was causing a blank page when certain error conditions exist. (suggested by alwarren) |
| 2049 | + Email Cloaking mambot | --- |
| 2050 | + Search Content Sections mambot | r691 | cauld | 2006-09-11 17:56:22 -0600 (Mon, 11 Sep 2006) | 1 line |
| 2051 | + Search Content Categories mambot | # Changing install.php to us $mosConfig_lang = 'en' for configuration.php rather than 'english'. Was causing issues with archive and create / modify dates. |
| 2052 | ! Added css class distinction between next and previous item navigation buttons | --- |
| 2053 | ! TinyMCE removed from uninstall list | r690 | cauld | 2006-09-10 19:35:02 -0600 (Sun, 10 Sep 2006) | 2 lines |
| 2054 | ! On clean install TinyMCE in 'Advanced' mode loaded as default editor | ! Updating changelog.php |
| 2055 | ! Upgraded feedcreator to 1.72 | ! Updating version.php |
| 2056 | # Fixed [#2923] Pb when Using Textarea as module parameter | --- |
| 2057 | # Fixed [#3770] RSS - not correctly validating | r689 | cauld | 2006-09-10 19:08:23 -0600 (Sun, 10 Sep 2006) | 1 line |
| 2058 | # Fixed [#3771] RSS - encoding German Umlauts | ! Adding function mosLoadComponent back in to 4.6 based on 4.5.4 code. |
| 2059 | # Fixed [#3025] Bugs in encoding in rss feeds | Looks like the function was dropped by mistake in the 4.6 core rewrite. |
| 2060 | # Fixed [#3067] Content without a category is gone but still there | --- |
| 2061 | # Fixed [#3321] Editing Administrator Module does not load corrent parameter from xml file | r688 | neilt | 2006-09-08 12:21:44 -0600 (Fri, 08 Sep 2006) | 1 line |
| 2062 | # Fixed [#3122] "table - newsfeed category" have contact category's parameters | workarounds for $config_live_site problems on some linux hosts |
| 2063 | # Fixed [#3123] typo on popup info help on login component menu item's parameters tab | --- |
| 2064 | # Fixed [#3125] typo in "List - Content Section" parameters tab | r687 | neilt | 2006-09-08 07:17:54 -0600 (Fri, 08 Sep 2006) | 1 line |
| 2065 | # Fixed [#3018] Menu Bug? or Style issues w/ Solarflare template | # bugfix - hits not set to show as default in sql install |
| 2066 | # Fixed [#2701] Read more on all frontpage items | --- |
| 2067 | # Fixed [#3071] missing <selected> tag in create user | r686 | neilt | 2006-09-08 04:36:52 -0600 (Fri, 08 Sep 2006) | 1 line |
| 2068 | # Fixed [#2788] Submit News returns Not authorised for Author level | workaround to safemode gettext LANG/LC errors |
| 2069 | # Fixed [#2930] Search Module (Search Box) - Display extra line below the input box | --- |
| 2070 | # Fixed [#3050] Filter in com_contact is broken | r685 | neilt | 2006-09-07 16:55:51 -0600 (Thu, 07 Sep 2006) | 1 line |
| 2071 | # Fixed [#3078] errors in mosmenubar | makePathway span bug fixes - FS#51 |
| 2072 | # Fixed [#2874] css for news module | --- |
| 2073 | # Fixed [#2896] Mod_mainmenu Spacer settings not functional | r684 | neilt | 2006-09-07 16:41:04 -0600 (Thu, 07 Sep 2006) | 1 line |
| 2074 | # Fixed [#2899] Saving content - mosmessages missing Slashes | minor code enhancements |
| 2075 | # Fixed [#2871] no edit-icon if show_title set to off | --- |
| 2076 | # Fixed [#2687] page class suffix for home (w3c xhtml) | r683 | cauld | 2006-09-06 08:56:20 -0600 (Wed, 06 Sep 2006) | 1 line |
| 2077 | # Fixed [#2630] 4.5.1 and Static Contant Manager and Link to Menu | ! menubar.html.php html cleanup |
| 2078 | # Fixed [#3057] Error with Help in Static Content Manager | --- |
| 2079 | # Fixed RSS IE display error | r682 | cauld | 2006-09-06 08:49:21 -0600 (Wed, 06 Sep 2006) | 1 line |
| 2080 | # Fixed RSS feed Itemid problem | # com_admin html cleanup on "check for updates" |
| 2081 | # Fixed Banner Client Manager Checked Out field not showing data | --- |
| 2082 | # Fixed Contact Manager Checked Out field showing incorrect data | r681 | cauld | 2006-09-05 17:30:42 -0600 (Tue, 05 Sep 2006) | 2 lines |
| 2083 | # Fixed Contact Item Link not displaying correct info when editing menu item entry | # Cleaning up the HTML in the Add-On installer to help it validate. |
| 2084 | # Fixed 'Blog - Content Category' Param to show/hide Category description & image | ! Updating handleGlobals to protect against zend_hash_del_key_or_index hole |
| 2085 | # Fixed 'Blog - Content Section' Param to show/hide Section description & image | --- |
| 2086 | r680 | cauld | 2006-09-05 16:22:41 -0600 (Tue, 05 Sep 2006) | 1 line | |
| 2087 | 17-Dec-2004 Andrew Eddie | Applied all 4.5.4 SP2 fixes to the 4.6 branch were applicable. |
| 2088 | # Fixed possible bug with PHP 4.3.10 | --- |
| 2089 | # Fixed colon in _NEW_USER_MESSAGE causing problems with some url's | r679 | ninekrit | 2006-09-05 08:06:39 -0600 (Tue, 05 Sep 2006) | 1 line |
| 2090 | ! Upgraded TinyMCE to version 1.38 | update language variable for translation |
| 2091 | # Fixed wrong field in weblinks search for newest/oldest/default | administrator/includes/pageNavigation.php:line 154,170 |
| 2092 | ! Improvements to search engine to facilitate xml-rpc integration | --- |
| 2093 | # Fixed [#2813] database query bug | r667 | neilt | 2006-08-30 11:41:39 -0600 (Wed, 30 Aug 2006) | 1 line |
| 2094 | + Added improve code highlight bot based on GeSHi | modifications to private messaging |
| 2095 | --- | |
| 2096 | 16-Dec-2004 Andrew Eddie | r666 | ninekrit | 2006-08-30 10:45:40 -0600 (Wed, 30 Aug 2006) | 1 line |
| 2097 | # [#3225] Site Preview uses base URL not a call to index.php | +Update untranslated word |
| 2098 | --- | |
| 2099 | 15-Dec-2004 Andrew Eddie | r665 | neilt | 2006-08-30 10:12:05 -0600 (Wed, 30 Aug 2006) | 1 line |
| 2100 | ! Updated DOMIT version to 1.0 pre_g | bug fix : emails for private messages not sent to users when 'receive mail' ticked |
| 2101 | + Added desciption to Modules edit page | --- |
| 2102 | + Added linkable title option to newsflash module | r664 | ninekrit | 2006-08-30 08:48:20 -0600 (Wed, 30 Aug 2006) | 1 line |
| 2103 | # Fixed access parameter and select query | Add <br /> line 40 |
| 2104 | --- | |
| 2105 | 13-Dec-2004 Andrew Eddie | r663 | ninekrit | 2006-08-30 08:14:09 -0600 (Wed, 30 Aug 2006) | 1 line |
| 2106 | # Random Image: Corrected noted default image type, improved parameter help text | FS#44 Menubar not traslations |
| 2107 | --- | |
| 2108 | 10-Dec-2004 Andrew Eddie | r662 | ninekrit | 2006-08-30 08:12:35 -0600 (Wed, 30 Aug 2006) | 1 line |
| 2109 | ! Updated screen help pages | FS#20,FS#44 edit language problem |
| 2110 | ! Moved system info, credits, license & support from menu to help page | --- |
| 2111 | r660 | neilt | 2006-08-30 06:38:17 -0600 (Wed, 30 Aug 2006) | 1 line | |
| 2112 | 06-Dec-2004 Andrew Eddie | adding CAPTCHA authentication to whats new |
| 2113 | + Added Id and Component Id column to menu item list | --- |
| 2114 | + Added hyperlink to Menu Manager for Static Content menu items directly to the item itself | r659 | cauld | 2006-08-29 23:12:38 -0600 (Tue, 29 Aug 2006) | 1 line |
| 2115 | + Parameter added to control how weblink opens | Another minor update to "What's New". |
| 2116 | ! New weblinks will assign category if selected in the links list | --- |
| 2117 | ! Allow parameters handler to assign different control name | r658 | cauld | 2006-08-29 22:56:43 -0600 (Tue, 29 Aug 2006) | 1 line |
| 2118 | Updating the credits file to add Chanh as PM. Also updating the | |
| 2119 | -------------------- 4.5.1a Stable Released ---------------------- | "what's new" file for the 4.6 release. |
| 2120 | --- | |
| 2121 | 2. Copyright and disclaimer | r657 | neilt | 2006-08-29 13:50:45 -0600 (Tue, 29 Aug 2006) | 1 line |
| 2122 | --------------------------- | help link and admin help modifications |
| 2123 | This application is opensource software released under the GPL. Please | --- |
| 2124 | see source code and the LICENSE file | r656 | neilt | 2006-08-29 02:39:33 -0600 (Tue, 29 Aug 2006) | 1 line |
| 2125 | minor sef bug fixes and code cleaning | |
| 2126 | --- | |
| 2127 | r655 | neilt | 2006-08-27 05:12:46 -0600 (Sun, 27 Aug 2006) | 1 line | |
| 2128 | fixed bug where archive form did not supply module id | |
| 2129 | --- | |
| 2130 | r654 | cauld | 2006-08-26 10:47:12 -0600 (Sat, 26 Aug 2006) | 1 line | |
| 2131 | Turning off comments in the sample Newsflash section by default. Suggestion | |
| 2132 | from Ricoflan. | |
| 2133 | --- | |
| 2134 | r653 | cauld | 2006-08-26 10:21:52 -0600 (Sat, 26 Aug 2006) | 1 line | |
| 2135 | Removing MamboLove entries from the sample data. | |
| 2136 | --- | |
| 2137 | r652 | cauld | 2006-08-26 10:11:46 -0600 (Sat, 26 Aug 2006) | 1 line | |
| 2138 | Fixing com_admin bug that was preventing help and preview template functions | |
| 2139 | from working. Left over from the new "Check from Updates" feature. | |
| 2140 | --- | |
| 2141 | r651 | cauld | 2006-08-26 09:34:47 -0600 (Sat, 26 Aug 2006) | 1 line | |
| 2142 | Fixed registration bug. Warning messages were not displaying the correct | |
| 2143 | string, but rather the defined constant name. | |
| 2144 | --- | |
| 2145 | r650 | chanh | 2006-08-24 16:54:33 -0600 (Thu, 24 Aug 2006) | 1 line | |
| 2146 | Fix for mysql 5 and remove duplicated code | |
| 2147 | --- | |
| 2148 | r649 | chanh | 2006-08-24 16:54:12 -0600 (Thu, 24 Aug 2006) | 1 line | |
| 2149 | Fix for mysql 5 and remove duplicated code | |
| 2150 | --- | |
| 2151 | r648 | neilt | 2006-08-24 11:06:01 -0600 (Thu, 24 Aug 2006) | 1 line | |
| 2152 | removed image upload on edit in banners as not adding to select list | |
| 2153 | --- | |
| 2154 | r647 | neilt | 2006-08-24 06:36:04 -0600 (Thu, 24 Aug 2006) | 1 line | |
| 2155 | captcha authentication added to contact component | |
| 2156 | --- | |
| 2157 | r646 | neilt | 2006-08-24 03:30:18 -0600 (Thu, 24 Aug 2006) | 1 line | |
| 2158 | Minor change to most read module to show hits | |
| 2159 | --- | |
| 2160 | r645 | cauld | 2006-08-23 22:29:08 -0600 (Wed, 23 Aug 2006) | 1 line | |
| 2161 | Updating the XML files for the components removed with Raw. They were | |
| 2162 | missing the CREATE TABLE statements and thus failing after install. | |
| 2163 | --- | |
| 2164 | r644 | cauld | 2006-08-23 19:23:54 -0600 (Wed, 23 Aug 2006) | 1 line | |
| 2165 | Pulling MOStlyDBAdmin out of Mambo Raw now that there is an installable | |
| 2166 | package. | |
| 2167 | --- | |
| 2168 | r643 | neilt | 2006-08-23 01:43:51 -0600 (Wed, 23 Aug 2006) | 1 line | |
| 2169 | Bug fixes : Fixed double install message on module upload (FS#38). Fixed | |
| 2170 | Comments component content item dropdown list disappearing behind other | |
| 2171 | page content (FS#37). | |
| 2172 | --- | |
| 2173 | r642 | chanh | 2006-08-21 16:00:27 -0600 (Mon, 21 Aug 2006) | 1 line | |
| 2174 | Upgrade JSCookmenu to 2.0.1 | |
| 2175 | --- | |
| 2176 | r641 | cauld | 2006-08-20 23:59:58 -0600 (Sun, 20 Aug 2006) | 1 line | |
| 2177 | Updating comments bot and component with new xml files based on those | |
| 2178 | given to me by Neil. | |
| 2179 | --- | |
| 2180 | r640 | cauld | 2006-08-20 23:50:29 -0600 (Sun, 20 Aug 2006) | 1 line | |
| 2181 | Updating the MOStlyCE spellchecker plugin to the latest version, 1.0.2. | |
| 2182 | --- | |
| 2183 | r639 | cauld | 2006-08-20 23:46:53 -0600 (Sun, 20 Aug 2006) | 1 line | |
| 2184 | Checking in updated module xml files to allow for those removed in Raw to | |
| 2185 | become fully installable / uninstallable modules. | |
| 2186 | --- | |
| 2187 | r638 | cauld | 2006-08-20 23:44:30 -0600 (Sun, 20 Aug 2006) | 1 line | |
| 2188 | Checking in updated mambot xml files to allow those removed with Raw to | |
| 2189 | become fully installable / uninstallable mambots. | |
| 2190 | --- | |
| 2191 | r637 | cauld | 2006-08-20 23:41:33 -0600 (Sun, 20 Aug 2006) | 1 line | |
| 2192 | Adding com_weblink_items and weblink_items.xml. This xml file was seperated | |
| 2193 | from com_weblinks to allow weblinks to become a fully installable / uninstallable | |
| 2194 | component. | |
| 2195 | --- | |
| 2196 | r636 | cauld | 2006-08-20 23:39:59 -0600 (Sun, 20 Aug 2006) | 1 line | |
| 2197 | Removing weblink_items.xml. Will add back in under its own directory to | |
| 2198 | allow weblinks to become a fully installable / uninstallable component. | |
| 2199 | --- | |
| 2200 | r635 | cauld | 2006-08-20 23:37:55 -0600 (Sun, 20 Aug 2006) | 1 line | |
| 2201 | Checking in updated admin component xml files to allow for fully installable | |
| 2202 | components. Focusing on those removed with Raw. | |
| 2203 | --- | |
| 2204 | r634 | cauld | 2006-08-20 10:40:45 -0600 (Sun, 20 Aug 2006) | 1 line | |
| 2205 | Clearing a few notices for the addon install | |
| 2206 | --- | |
| 2207 | r633 | cauld | 2006-08-20 10:32:00 -0600 (Sun, 20 Aug 2006) | 1 line | |
| 2208 | Adding the new one click Add-On Installer | |
| 2209 | --- | |
| 2210 | r632 | cauld | 2006-08-20 00:08:50 -0600 (Sun, 20 Aug 2006) | 1 line | |
| 2211 | Updating admin menus. The new "addon installer" and "check for updates" | |
| 2212 | features require php5+. The options are now hidden in the menu when running | |
| 2213 | php < 5. | |
| 2214 | --- | |
| 2215 | r631 | cauld | 2006-08-15 21:26:19 -0600 (Tue, 15 Aug 2006) | 1 line | |
| 2216 | Adding system menu entry for the "Check For Updates" feature | |
| 2217 | --- | |
| 2218 | r630 | cauld | 2006-08-15 21:24:45 -0600 (Tue, 15 Aug 2006) | 1 line | |
| 2219 | Checking in the new Mambo "Check For Updates" feature | |
| 2220 | --- | |
| 2221 | r629 | neilt | 2006-08-15 12:39:14 -0600 (Tue, 15 Aug 2006) | 1 line | |
| 2222 | bug fix for pollwindow.php error. (Flyspray #31) | |
| 2223 | --- | |
| 2224 | r628 | chanh | 2006-08-15 10:19:08 -0600 (Tue, 15 Aug 2006) | 1 line | |
| 2225 | add mosCreateMail for backward compatible per user feedback. | |
| 2226 | --- | |
| 2227 | r627 | cauld | 2006-08-07 22:54:18 -0600 (Mon, 07 Aug 2006) | 1 line | |
| 2228 | Mambo Raw changes | |
| 2229 | --- | |
| 2230 | r626 | cauld | 2006-08-07 22:39:43 -0600 (Mon, 07 Aug 2006) | 1 line | |
| 2231 | More changes for Mambo Raw | |
| 2232 | --- | |
| 2233 | r625 | cauld | 2006-08-07 17:26:47 -0600 (Mon, 07 Aug 2006) | 1 line | |
| 2234 | Adding Raw files to be used in building a raw core version of Mambo. | |
| 2235 | --- | |
| 2236 | r619 | neilt | 2006-08-02 09:02:53 -0600 (Wed, 02 Aug 2006) | 1 line | |
| 2237 | modification to retain comment text if captcha image misread | |
| 2238 | --- | |
| 2239 | r618 | neilt | 2006-07-31 05:43:43 -0600 (Mon, 31 Jul 2006) | 1 line | |
| 2240 | bug fix - Move Category Reports Errors (when category is empty) FS#22 | |
| 2241 | --- | |
| 2242 | r617 | neilt | 2006-07-31 04:53:05 -0600 (Mon, 31 Jul 2006) | 1 line | |
| 2243 | bug fix - Load Module Positions Mambot Parameters Failure FS#7 | |
| 2244 | --- | |
| 2245 | r616 | neilt | 2006-07-29 13:20:21 -0600 (Sat, 29 Jul 2006) | 1 line | |
| 2246 | general *.html.php code tidy up | |
| 2247 | --- | |
| 2248 | r615 | neilt | 2006-07-29 11:00:02 -0600 (Sat, 29 Jul 2006) | 1 line | |
| 2249 | update of jscookmenu details | |
| 2250 | --- | |
| 2251 | r614 | neilt | 2006-07-29 06:33:32 -0600 (Sat, 29 Jul 2006) | 1 line | |
| 2252 | bug fix to userstate session to retain search, section, category and author | |
| 2253 | values | |
| 2254 | --- | |
| 2255 | r613 | neilt | 2006-07-26 08:49:44 -0600 (Wed, 26 Jul 2006) | 1 line | |
| 2256 | Modifications to allow the display of static content in the frontpage component, | |
| 2257 | adjustment of default admin list limit to 50 | |
| 2258 | --- | |
| 2259 | r612 | neilt | 2006-07-25 06:34:33 -0600 (Tue, 25 Jul 2006) | 1 line | |
| 2260 | bug fixes to allow correct email submissions for weblinks and registration | |
| 2261 | --- | |
| 2262 | r611 | neilt | 2006-07-23 11:59:26 -0600 (Sun, 23 Jul 2006) | 1 line | |
| 2263 | small bug fixes | |
| 2264 | --- | |
| 2265 | r610 | neilt | 2006-07-18 06:39:51 -0600 (Tue, 18 Jul 2006) | 1 line | |
| 2266 | modification to remove redundant help icon (Flyspray FS#14) | |
| 2267 | --- | |
| 2268 | r609 | neilt | 2006-07-18 06:18:02 -0600 (Tue, 18 Jul 2006) | 1 line | |
| 2269 | bug fix to allow show/hide of section/category description and description | |
| 2270 | image | |
| 2271 | --- | |
| 2272 | r608 | cauld | 2006-07-16 18:57:52 -0600 (Sun, 16 Jul 2006) | 1 line | |
| 2273 | Updating some sample content and adding a few new "other menu" items. | |
| 2274 | --- | |
| 2275 | r607 | cauld | 2006-07-16 18:56:47 -0600 (Sun, 16 Jul 2006) | 1 line | |
| 2276 | Updating admin help link. | |
| 2277 | --- | |
| 2278 | r606 | cauld | 2006-07-16 18:55:19 -0600 (Sun, 16 Jul 2006) | 1 line | |
| 2279 | Updating some embedded help items. | |
| 2280 | --- | |
| 2281 | r605 | cauld | 2006-07-16 13:14:36 -0600 (Sun, 16 Jul 2006) | 1 line | |
| 2282 | Updating mod_quickicon based on a suggested fix from Apree. Changing from | |
| 2283 | fixed sizing to percentages to help with the proper display of these icons. | |
| 2284 | --- | |
| 2285 | r604 | cauld | 2006-07-16 13:02:53 -0600 (Sun, 16 Jul 2006) | 1 line | |
| 2286 | Updating admin com_modules to clear warnings. | |
| 2287 | --- | |
| 2288 | r603 | cauld | 2006-07-16 13:00:44 -0600 (Sun, 16 Jul 2006) | 1 line | |
| 2289 | Updating the post installation survey so that it hyperlinks to the security | |
| 2290 | signup form rather than emails a specific email address. | |
| 2291 | --- | |
| 2292 | r602 | cauld | 2006-07-16 12:58:50 -0600 (Sun, 16 Jul 2006) | 1 line | |
| 2293 | Removing basic TinyMCE editor in favor of the new default MOStlyCE editor | |
| 2294 | based on TinyMCE. | |
| 2295 | --- | |
| 2296 | r601 | neilt | 2006-07-16 02:52:05 -0600 (Sun, 16 Jul 2006) | 1 line | |
| 2297 | removal of reserved words from comments component | |
| 2298 | --- | |
| 2299 | r600 | cauld | 2006-07-12 23:10:15 -0600 (Wed, 12 Jul 2006) | 1 line | |
| 2300 | updating changelog.php | |
| 2301 | --- | |
| 2302 | r599 | chanh | 2006-07-12 15:17:48 -0600 (Wed, 12 Jul 2006) | 1 line | |
| 2303 | Upgrade to JSCookMenu v1.4.4. to fix menu show to the extreme left in IE7. | |
| 2304 | --- | |
| 2305 | r598 | neilt | 2006-07-12 06:47:20 -0600 (Wed, 12 Jul 2006) | 1 line | |
| 2306 | configuration changes for captcha security | |
| 2307 | --- | |
| 2308 | r597 | neilt | 2006-07-12 03:59:15 -0600 (Wed, 12 Jul 2006) | 1 line | |
| 2309 | fixed contact form send and vcard download issues | |
| 2310 | --- | |
| 2311 | r596 | neilt | 2006-07-11 06:14:10 -0600 (Tue, 11 Jul 2006) | 1 line | |
| 2312 | captcha code moved into the core to allow for more global inclusion. | |
| 2313 | Administration configuration amended to enable or disable | |
| 2314 | --- | |
| 2315 | r595 | ninekrit | 2006-07-09 20:52:07 -0600 (Sun, 09 Jul 2006) | 1 line | |
| 2316 | Update Thai Language | |
| 2317 | --- | |
| 2318 | r593 | neilt | 2006-07-07 12:06:17 -0600 (Fri, 07 Jul 2006) | 1 line | |
| 2319 | Updated ttf fonts to GPL | |
| 2320 | --- | |
| 2321 | r592 | neilt | 2006-07-07 11:48:38 -0600 (Fri, 07 Jul 2006) | 1 line | |
| 2322 | spam fix font files added | |
| 2323 | --- | |
| 2324 | r591 | neilt | 2006-07-07 11:47:27 -0600 (Fri, 07 Jul 2006) | 1 line | |
| 2325 | Comments component spam protection and fonts updated with new GPL version | |
| 2326 | 3.4 and small session enhancements | |
| 2327 | --- | |
| 2328 | r590 | neilt | 2006-07-07 01:59:57 -0600 (Fri, 07 Jul 2006) | 1 line | |
| 2329 | New comments component and mambot uploaded along with language files, help | |
| 2330 | files and modifications to the SQL install | |
| 2331 | --- | |
| 2332 | r589 | chanh | 2006-07-06 12:20:44 -0600 (Thu, 06 Jul 2006) | 1 line | |
| 2333 | The textarea box is too small when not using WYSIWYG editor so make it a | |
| 2334 | little bigger for ease of editing. | |
| 2335 | --- | |
| 2336 | r588 | cauld | 2006-07-04 15:41:33 -0600 (Tue, 04 Jul 2006) | 1 line | |
| 2337 | Fixing menu manager message displayed when multiple menu items were removed. | |
| 2338 | Was not displaying the total, but rather each item. | |
| 2339 | --- | |
| 2340 | r587 | cauld | 2006-07-04 15:25:31 -0600 (Tue, 04 Jul 2006) | 1 line | |
| 2341 | Fixing broken com_trash multi-item selection for delete | |
| 2342 | --- | |
| 2343 | r586 | cauld | 2006-07-03 16:43:23 -0600 (Mon, 03 Jul 2006) | 1 line | |
| 2344 | Fixing a roothpath issue that was causing IIS to fail. | |
| 2345 | -------------------- 4.6 (RC2) Release --------------------------------- | |
| 2346 | r584 | cauld | 2006-07-02 14:02:19 -0600 (Sun, 02 Jul 2006) | 1 line | |
| 2347 | Fixing MySQL 5 params NOT NULL issue. Allowing default to be NULL for | |
| 2348 | components, modules, and mambots. A broader fix will happen with v5. | |
| 2349 | --- | |
| 2350 | r583 | cauld | 2006-07-02 11:05:31 -0600 (Sun, 02 Jul 2006) | 1 line | |
| 2351 | Eliminating the use of realpath() to determine dynamic URLs. This was | |
| 2352 | creating issues with some shared host plans. | |
| 2353 | --- | |
| 2354 | r582 | cauld | 2006-06-22 22:17:06 -0600 (Thu, 22 Jun 2006) | 1 line | |
| 2355 | MOStlyCE config change to fix Javascript errors. Now not loading several | |
| 2356 | external plugins (ex) htmltemplate, mambo, etc. These were not written for | |
| 2357 | TinyMCE 2.x and therefore do not work. Will have to revisit at a later time. | |
| 2358 | --- | |
| 2359 | r581 | cauld | 2006-06-22 21:32:32 -0600 (Thu, 22 Jun 2006) | 1 line | |
| 2360 | MOStlyCE Admin change to remove onclick config section. | |
| 2361 | --- | |
| 2362 | r580 | cauld | 2006-06-20 11:43:43 -0600 (Tue, 20 Jun 2006) | 1 line | |
| 2363 | turning off MOStlyCE compression by default until the compressor works in IE. | |
| 2364 | --- | |
| 2365 | r579 | csouza | 2006-06-20 05:54:04 -0600 (Tue, 20 Jun 2006) | 1 line | |
| 2366 | removing charset conversion button from language form | |
| 2367 | --- | |
| 2368 | --- | |
| 2369 | r577 | cauld | 2006-06-20 00:05:22 -0600 (Tue, 20 Jun 2006) | 1 line | |
| 2370 | adding some missing / unversioned MOStlyCE files | |
| 2371 | --- | |
| 2372 | r576 | cauld | 2006-06-20 00:01:27 -0600 (Tue, 20 Jun 2006) | 1 line | |
| 2373 | tweaking MOStlyCE based on the 4.5.4 MOStlyCE feedback in the forums | |
| 2374 | --- | |
| 2375 | r575 | cauld | 2006-06-19 23:17:39 -0600 (Mon, 19 Jun 2006) | 1 line | |
| 2376 | committing weblinks SQL injection fix | |
| 2377 | --- | |
| 2378 | r572 | cauld | 2006-06-18 11:53:59 -0600 (Sun, 18 Jun 2006) | 1 line | |
| 2379 | ! changing mambo.sql to fix utf8 / mysql 5 issue with #__core_acl_aro. | |
| 2380 | --- | |
| 2381 | r571 | cauld | 2006-06-18 11:22:02 -0600 (Sun, 18 Jun 2006) | 1 line | |
| 2382 | ! Turning off MOStlyCE compression by default since it doesn't work in IE. | |
| 2383 | Adding warning to tip so users see why it is off. OK and recommended for use with FF. | |
| 2384 | --- | |
| 2385 | r570 | neilt | 2006-06-18 04:04:34 -0600 (Sun, 18 Jun 2006) | 1 line | |
| 2386 | commit test | |
| 2387 | --- | |
| 2388 | r569 | chanh | 2006-06-17 22:47:09 -0600 (Sat, 17 Jun 2006) | 1 line | |
| 2389 | Make a comment commit on SG SVN to make sure the commit work | |
| 2390 | --- | |
| 2391 | r568 | cauld | 2006-06-17 19:13:30 -0600 (Sat, 17 Jun 2006) | 1 line | |
| 2392 | !test commit against Mambo's new SVN repository | |
| 2393 | --- | |
| 2394 | r567 | chanh | 2006-06-16 13:03:24 -0600 (Fri, 16 Jun 2006) | 1 line | |
| 2395 | Fix bug with STRICT_TRANS_TABLES cause installer to fail in mysql 5 when | |
| 2396 | install module and mambot | |
| 2397 | --- | |
| 2398 | r566 | csouza | 2006-06-14 06:50:53 -0600 (Wed, 14 Jun 2006) | 1 line | |
| 2399 | updated brazilian portuguese glossary | |
| 2400 | --- | |
| 2401 | r565 | cauld | 2006-06-13 21:58:48 -0600 (Tue, 13 Jun 2006) | 1 line | |
| 2402 | !Changing format of CHANGELOG to use the SVN log. Easier to maintain. | |
| 2403 | --- | |
| 2404 | r564 | cauld | 2006-06-13 21:17:10 -0600 (Tue, 13 Jun 2006) | 2 lines | |
| 2405 | !updating mostlyce.php and mostlyce.xml based on recent test for 454. | |
| 2406 | Fixing paste plugin issue. | |
| 2407 | --- | |
| 2408 | r563 | csouza | 2006-06-11 10:05:40 -0600 (Sun, 11 Jun 2006) | 1 line | |
| 2409 | bug fix in language charset conversion | |
| 2410 | --- | |
| 2411 | r562 | csouza | 2006-06-10 11:37:53 -0600 (Sat, 10 Jun 2006) | 1 line | |
| 2412 | updated .pot templates | |
| 2413 | --- | |
| 2414 | r560 | csouza | 2006-06-07 02:35:31 -0600 (Wed, 07 Jun 2006) | 1 line | |
| 2415 | language - updated .pot templates | |
| 2416 | --- | |
| 2417 | r557 | csouza | 2006-06-07 02:21:25 -0600 (Wed, 07 Jun 2006) | 1 line | |
| 2418 | including italian, thai and brazilian portuguese language files for the rc. These should be installable. | |
| 2419 | --- | |
| 2420 | r556 | csouza | 2006-06-07 02:15:51 -0600 (Wed, 07 Jun 2006) | 1 line | |
| 2421 | internationalization modifications | |
| 2422 | --- | |
| 2423 | r555 | cauld | 2006-05-31 21:26:19 -0600 (Wed, 31 May 2006) | 4 lines | |
| 2424 | ! removing all mentions of mamboforge and replacing with mamboxchange or something else like The Source. | |
| 2425 | ! updating the support page to update links, add better wording, etc. | |
| 2426 | ! updating version.php for RC2 | |
| 2427 | --- | |
| 2428 | r554 | csouza | 2006-05-31 10:52:24 -0600 (Wed, 31 May 2006) | 1 line | |
| 2429 | minor tweaks to HTML_admin_misc::help() in admin.admin.html.php | |
| 2430 | --- | |
| 2431 | r553 | csouza | 2006-05-31 10:49:28 -0600 (Wed, 31 May 2006) | 1 line | |
| 2432 | replaced help files with xhtml compliant ones with title tag needed for help index | |
| 2433 | --- | |
| 2434 | r552 | csouza | 2006-05-30 17:38:18 -0600 (Tue, 30 May 2006) | 1 line | |
| 2435 | removed obsolete help screens | |
| 2436 | --- | |
| 2437 | r551 | csouza | 2006-05-30 17:35:27 -0600 (Tue, 30 May 2006) | 1 line | |
| 2438 | final installment of new and renamed help screens and component toolbars changed to reflect new naming. | |
| 2439 | --- | |
| 2440 | r550 | csouza | 2006-05-29 11:21:00 -0600 (Mon, 29 May 2006) | 1 line | |
| 2441 | first installment of new and renamed help screens and component toolbars changed to reflect new naming | |
| 2442 | --- | |
| 2443 | r549 | cauld | 2006-05-26 21:42:35 -0600 (Fri, 26 May 2006) | 2 lines | |
| 2444 | ! Updated "What's new" & "Credits" | |
| 2445 | --- | |
| 2446 | r548 | cauld | 2006-05-26 20:05:58 -0600 (Fri, 26 May 2006) | 2 lines | |
| 2447 | + Adding new site templates (Donated by Water&Stone, coded by Nalisa) | |
| 2448 | --- | |
| 2449 | r533 | csouza | 2006-05-22 08:32:01 -0600 (Mon, 22 May 2006) | 1 line | |
| 2450 | fixed some bugs caused by index.php cleanup | |
| 2451 | --- | |
| 2452 | r532 | csouza | 2006-05-21 03:41:05 -0600 (Sun, 21 May 2006) | 1 line | |
| 2453 | moved commented 'ErrorHandler' class in index.php to includes/core.classes.php | |
| 2454 | --- | |
| 2455 | r531 | cauld | 2006-05-20 18:54:45 -0600 (Sat, 20 May 2006) | 1 line | |
| 2456 | cauld: (trivial) correcting a few spelling errors | |
| 2457 | --- | |
| 2458 | r530 | csouza | 2006-05-20 17:17:51 -0600 (Sat, 20 May 2006) | 1 line | |
| 2459 | corrected mambocore->rootpath in includes/core.classes.php and added phpdoc templates to undocumented classes | |
| 2460 | --- | |
| 2461 | r529 | csouza | 2006-05-20 15:01:36 -0600 (Sat, 20 May 2006) | 1 line | |
| 2462 | moved classes in index.php to includes/core.classes.php | |
| 2463 | --- | |
| 2464 | r528 | cauld | 2006-05-20 14:57:10 -0600 (Sat, 20 May 2006) | 1 line | |
| 2465 | cauld: # Fixing a Offline bug which caused an error rather than the offline message when MySQL was down | |
| 2466 | --- | |
| 2467 | r524 | neilt | 2006-05-19 06:18:36 -0600 (Fri, 19 May 2006) | 1 line | |
| 2468 | general javascript and formatting bug fixes | |
| 2469 | --- | |
| 2470 | r523 | neilt | 2006-05-19 00:20:15 -0600 (Fri, 19 May 2006) | 1 line | |
| 2471 | Fixed Trac Ticket #86 | |
| 2472 | --- | |
| 2473 | r521 | cauld | 2006-05-16 22:54:20 -0600 (Tue, 16 May 2006) | 1 line | |
| 2474 | cauld - # Rewrote uninstall_template() to fix bug where the wrong template dir was removed | |
| 2475 | --- | |
| 2476 | r520 | neilt | 2006-05-16 07:13:53 -0600 (Tue, 16 May 2006) | 1 line | |
| 2477 | Modification to center menubar labels | |
| 2478 | --- | |
| 2479 | r517 | neilt | 2006-05-16 06:05:37 -0600 (Tue, 16 May 2006) | 1 line | |
| 2480 | bug fix | |
| 2481 | --- | |
| 2482 | r516 | neilt | 2006-05-16 03:44:41 -0600 (Tue, 16 May 2006) | 1 line | |
| 2483 | minor bug fixes | |
| 2484 | --- | |
| 2485 | r515 | cauld | 2006-05-15 22:20:58 -0600 (Mon, 15 May 2006) | 1 line | |
| 2486 | cauld - fixing minor mis-spelling | |
| 2487 | --- | |
| 2488 | r514 | neilt | 2006-05-15 06:52:09 -0600 (Mon, 15 May 2006) | 1 line | |
| 2489 | inclusion of .message class in front end css | |
| 2490 | --- | |
| 2491 | r512 | cauld | 2006-05-14 17:16:29 -0600 (Sun, 14 May 2006) | 2 lines | |
| 2492 | cauld - Added the uploadfiles dir to the installation write permission check | |
| 2493 | --- | |
| 2494 | r511 | cauld | 2006-05-14 16:22:54 -0600 (Sun, 14 May 2006) | 1 line | |
| 2495 | cauld - missed a few weblink name changes. | |
| 2496 | --- | |
| 2497 | r510 | cauld | 2006-05-14 15:46:22 -0600 (Sun, 14 May 2006) | 1 line | |
| 2498 | cauld: Standardized / Updated the label for New Feeds for the whole app (aka: Newsfeeds) | |
| 2499 | --- | |
| 2500 | r509 | cauld | 2006-05-14 15:14:22 -0600 (Sun, 14 May 2006) | 1 line | |
| 2501 | cauld: Updated MOStlyCE spellchecker plugin tip | |
| 2502 | --- | |
| 2503 | r508 | cauld | 2006-05-14 14:48:05 -0600 (Sun, 14 May 2006) | 3 lines | |
| 2504 | ! Updated the "What's New" help doc | |
| 2505 | ! Standardized / Updated the label for Web Links for the whole app (aka: Weblinks) | |
| 2506 | --- | |
| 2507 | r507 | cauld | 2006-05-13 19:23:34 -0600 (Sat, 13 May 2006) | 7 lines | |
| 2508 | ! Upgraded MOStlyCE's guts to TinyMCE 2.0.6.1 (bugs fixes, enhancements, etc) | |
| 2509 | + Added a layers plugin to MOStlyCE and an experimental spellchecker plugin (works well in IE) | |
| 2510 | + Added options in MOStlyCE Admin to control layer & spellchecker plugins | |
| 2511 | ! Various other minor MOStlyCE tweaks and enhancements | |
| 2512 | --- | |
| 2513 | r506 | adi | 2006-05-13 00:03:27 -0600 (Sat, 13 May 2006) | 1 line | |
| 2514 | fix trac #85 | |
| 2515 | --- | |
| 2516 | r505 | cauld | 2006-05-11 06:54:09 -0600 (Thu, 11 May 2006) | 1 line | |
| 2517 | cauld - fixing mambo.sql table prefix bug | |
| 2518 | --- | |
| 2519 | r504 | neilt | 2006-05-01 11:55:35 -0600 (Mon, 01 May 2006) | 1 line | |
| 2520 | Fixed errors occuring whilst copying empty sections - Trac #83 | |
| 2521 | --- | |
| 2522 | r502 | cauld | 2006-04-30 14:57:33 -0600 (Sun, 30 Apr 2006) | 1 line | |
| 2523 | cauld - Updating MOStlyCE Admin to handle the language file structure change. | |
| 2524 | --- | |
| 2525 | r500 | cauld | 2006-04-30 14:27:06 -0600 (Sun, 30 Apr 2006) | 1 line | |
| 2526 | cauld - checking in tinymce 2.0.5.1 | |
| 2527 | --- | |
| 2528 | r499 | cauld | 2006-04-30 13:02:06 -0600 (Sun, 30 Apr 2006) | 1 line | |
| 2529 | cauld - For whatever reason the last time I tried to commit the new version of | |
| 2530 | the MOStlyCE mambot it disappeared. Trying again. | |
| 2531 | --- | |
| 2532 | r497 | cauld | 2006-04-30 12:23:50 -0600 (Sun, 30 Apr 2006) | 1 line | |
| 2533 | cauld - Removing old basic TinyMCE 2.0.1, will replace with TinyMCE 2.0.5.1. | |
| 2534 | Tons of enhancements and bug fixes. | |
| 2535 | --- | |
| 2536 | r496 | cauld | 2006-04-30 12:18:38 -0600 (Sun, 30 Apr 2006) | 1 line | |
| 2537 | cauld - Rolling MOStlyCE Admin back to v1.5 since the Img & File mgr plugins have been pulled. | |
| 2538 | --- | |
| 2539 | r495 | cauld | 2006-04-30 12:10:47 -0600 (Sun, 30 Apr 2006) | 1 line | |
| 2540 | cauld - Checking in MOStlyCE 1.7 mambot. Now using TinyMCE 2.0.5.1. | |
| 2541 | The image mgr and file mgr plugins have been pulled for compatibility reasons. | |
| 2542 | --- | |
| 2543 | r494 | cauld | 2006-04-30 12:05:15 -0600 (Sun, 30 Apr 2006) | 1 line | |
| 2544 | cauld - Removing the old mostlyce install. I will be bringing in a fresh | |
| 2545 | version with the most recent TinyMCE 2.0.5.1 guts. I didn't want to deal with | |
| 2546 | new files vs deleted files, etc. Just easier to replace the whole darn thing :) | |
| 2547 | --- | |
| 2548 | r493 | neilt | 2006-04-27 11:43:45 -0600 (Thu, 27 Apr 2006) | 1 line | |
| 2549 | Missing argument 6 for moscomponentusermanager() - Trac #81 | |
| 2550 | --- | |
| 2551 | r492 | neilt | 2006-04-26 15:31:58 -0600 (Wed, 26 Apr 2006) | 2 lines | |
| 2552 | Fixed empty admin module bugs | |
| 2553 | Fixed bugs adding new content with no section / categories | |
| 2554 | -------------------- 4.6 (RC1) Release --------------------------------- | |
| 2555 | --- | |
| 2556 | r491 | csouza | 2006-04-23 16:43:10 -0600 (Sun, 23 Apr 2006) | 1 line | |
| 2557 | fix javascript language bugs and mosmenubar::help() | |
| 2558 | --- | |
| 2559 | r490 | cauld | 2006-04-23 10:39:53 -0600 (Sun, 23 Apr 2006) | 1 line | |
| 2560 | cauld - fixing Image Manager plugin image list bug. | |
| 2561 | --- | |
| 2562 | r489 | cauld | 2006-04-23 01:35:31 -0600 (Sun, 23 Apr 2006) | 1 line | |
| 2563 | 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. | |
| 2564 | --- | |
| 2565 | r488 | neilt | 2006-04-22 14:46:52 -0600 (Sat, 22 Apr 2006) | 1 line | |
| 2566 | non purged multiple session problems fixed. Trac #79 | |
| 2567 | --- | |
| 2568 | r487 | counterpoint | 2006-04-22 02:49:01 -0600 (Sat, 22 Apr 2006) | 1 line | |
| 2569 | Further relaxation of Itemid check to avoid "not authorized" errors | |
| 2570 | --- | |
| 2571 | r486 | counterpoint | 2006-04-21 11:08:02 -0600 (Fri, 21 Apr 2006) | 1 line | |
| 2572 | Fix bug in showing "shortcut" icon | |
| 2573 | --- | |
| 2574 | r485 | counterpoint | 2006-04-21 07:10:48 -0600 (Fri, 21 Apr 2006) | 1 line | |
| 2575 | Modified search mambots to include correct Itemid and prevent search results from being blocked by "unauthorized access" | |
| 2576 | --- | |
| 2577 | r484 | cauld | 2006-04-20 12:37:58 -0600 (Thu, 20 Apr 2006) | 1 line | |
| 2578 | cauld - updating version.php for Monday's RC1 release. | |
| 2579 | --- | |
| 2580 | r483 | csouza | 2006-04-19 07:17:58 -0600 (Wed, 19 Apr 2006) | 1 line | |
| 2581 | Language Manager Javascript and bug fixes | |
| 2582 | --- | |
| 2583 | r482 | neilt | 2006-04-19 02:17:21 -0600 (Wed, 19 Apr 2006) | 1 line | |
| 2584 | addition of missing index.html files to numerous folders | |
| 2585 | --- | |
| 2586 | r481 | counterpoint | 2006-04-18 10:54:46 -0600 (Tue, 18 Apr 2006) | 1 line | |
| 2587 | Small bug fixes to text items | |
| 2588 | --- | |
| 2589 | r479 | counterpoint | 2006-04-16 09:27:34 -0600 (Sun, 16 Apr 2006) | 1 line | |
| 2590 | Patch installer and file permission bug fixes note. | |
| 2591 | --- | |
| 2592 | r478 | counterpoint | 2006-04-16 09:25:59 -0600 (Sun, 16 Apr 2006) | 2 lines | |
| 2593 | Patch installer and file handling bug fixes | |
| 2594 | --- | |
| 2595 | r477 | counterpoint | 2006-04-16 09:25:27 -0600 (Sun, 16 Apr 2006) | 1 line | |
| 2596 | Patch installer | |
| 2597 | --- | |
| 2598 | r475 | counterpoint | 2006-04-15 02:28:04 -0600 (Sat, 15 Apr 2006) | 1 line | |
| 2599 | Added code to put admin side custom modules into effect, not including RSS feeds. | |
| 2600 | --- | |
| 2601 | r474 | neilt | 2006-04-13 10:21:17 -0600 (Thu, 13 Apr 2006) | 1 line | |
| 2602 | Atom 1.0 changes | |
| 2603 | --- | |
| 2604 | r473 | counterpoint | 2006-04-13 10:18:01 -0600 (Thu, 13 Apr 2006) | 1 line | |
| 2605 | Modified to process the XML for language package installation. | |
| 2606 | --- | |
| 2607 | r472 | counterpoint | 2006-04-13 09:38:43 -0600 (Thu, 13 Apr 2006) | 1 line | |
| 2608 | Extended XML tags for installing language packages. | |
| 2609 | --- | |
| 2610 | r471 | neilt | 2006-04-13 07:29:26 -0600 (Thu, 13 Apr 2006) | 1 line | |
| 2611 | minor changes to dates and path | |
| 2612 | --- | |
| 2613 | r470 | neilt | 2006-04-13 04:02:43 -0600 (Thu, 13 Apr 2006) | 2 lines | |
| 2614 | Corrected declaration and assigning of 3 new field values | |
| 2615 | $item_created, $item_modified and $item_author | |
| 2616 | --- | |
| 2617 | r469 | neilt | 2006-04-13 03:52:39 -0600 (Thu, 13 Apr 2006) | 4 lines | |
| 2618 | Removal of depricated Atom0.3 syndication | |
| 2619 | Addition of Atom1.0 standards and RSS feed image | |
| 2620 | Modifications to language files | |
| 2621 | Trac #72 | |
| 2622 | --- | |
| 2623 | r468 | cauld | 2006-04-12 23:11:44 -0600 (Wed, 12 Apr 2006) | 1 line | |
| 2624 | cauld - fixing mospagebreak to work with php 4 & 5 | |
| 2625 | --- | |
| 2626 | r467 | csouza | 2006-04-12 21:55:19 -0600 (Wed, 12 Apr 2006) | 3 lines | |
| 2627 | Language fixes | |
| 2628 | export language functionality | |
| 2629 | italian language translations | |
| 2630 | --- | |
| 2631 | r464 | chanh | 2006-04-12 13:59:36 -0600 (Wed, 12 Apr 2006) | 1 line | |
| 2632 | Fix missing cid variable for backward compatible with 3PD component. | |
| 2633 | --- | |
| 2634 | r462 | cauld | 2006-04-11 23:47:58 -0600 (Tue, 11 Apr 2006) | 1 line | |
| 2635 | cauld - updating version.php with RC1 details | |
| 2636 | --- | |
| 2637 | r461 | cauld | 2006-04-11 23:45:32 -0600 (Tue, 11 Apr 2006) | 1 line | |
| 2638 | cauld - adding uploadfiles dir for MOStlyDBAdmin local restore function | |
| 2639 | --- | |
| 2640 | r460 | cauld | 2006-04-11 23:44:29 -0600 (Tue, 11 Apr 2006) | 1 line | |
| 2641 | cauld - Commenting out the containers component for now since we are about to | |
| 2642 | put out 4.6 RC1 and this is not ready. | |
| 2643 | --- | |
| 2644 | r458 | counterpoint | 2006-04-11 08:36:50 -0600 (Tue, 11 Apr 2006) | 1 line | |
| 2645 | Fixed problem with newly created menu not appearing; other minor bugs | |
| 2646 | --- | |
| 2647 | r456 | cauld | 2006-04-10 20:01:42 -0600 (Mon, 10 Apr 2006) | 1 line | |
| 2648 | cauld - Committing the last major revision of MOStlyCE for 4.6, version 1.6. | |
| 2649 | --- | |
| 2650 | r455 | cauld | 2006-04-10 19:55:50 -0600 (Mon, 10 Apr 2006) | 1 line | |
| 2651 | cauld - Checking in the last major revision of MOStlyCE Admin for 4.6, version 1.5. | |
| 2652 | --- | |
| 2653 | r454 | cauld | 2006-04-10 19:48:15 -0600 (Mon, 10 Apr 2006) | 1 line | |
| 2654 | cauld - Checking in updated overlib_mini.js. We are running version 4.0 which is really old. | |
| 2655 | Updating us to the latest version 4.21. | |
| 2656 | --- | |
| 2657 | r453 | neilt | 2006-04-07 06:51:31 -0600 (Fri, 07 Apr 2006) | 1 line | |
| 2658 | Fixed problem with html in parameters textfield within the admin modules. Trac ticket #73 | |
| 2659 | --- | |
| 2660 | r452 | neilt | 2006-04-07 06:30:18 -0600 (Fri, 07 Apr 2006) | 1 line | |
| 2661 | fixed missing close </tr> tags in admin module | |
| 2662 | --- | |
| 2663 | r450 | neilt | 2006-04-06 12:41:09 -0600 (Thu, 06 Apr 2006) | 1 line | |
| 2664 | Bug fixes within the Admin Modules | |
| 2665 | --- | |
| 2666 | r449 | counterpoint | 2006-04-05 12:41:48 -0600 (Wed, 05 Apr 2006) | 1 line | |
| 2667 | Modification to relax check on Itemid for components not having menu entries | |
| 2668 | --- | |
| 2669 | r448 | neilt | 2006-04-03 12:37:56 -0600 (Mon, 03 Apr 2006) | 1 line | |
| 2670 | Changed 2 labels in poll component to Question from Title | |
| 2671 | --- | |
| 2672 | r447 | counterpoint | 2006-04-03 11:51:53 -0600 (Mon, 03 Apr 2006) | 1 line | |
| 2673 | Modification to avoid over complex search and replace of #__ in database query strings | |
| 2674 | --- | |
| 2675 | r446 | counterpoint | 2006-04-03 07:47:34 -0600 (Mon, 03 Apr 2006) | 1 line | |
| 2676 | Small bug fixes and optimisation | |
| 2677 | --- | |
| 2678 | r445 | counterpoint | 2006-04-03 07:30:46 -0600 (Mon, 03 Apr 2006) | 1 line | |
| 2679 | Add user side of containers component (forgotten!) | |
| 2680 | --- | |
| 2681 | r444 | neilt | 2006-04-03 05:58:09 -0600 (Mon, 03 Apr 2006) | 1 line | |
| 2682 | Added The Source URL to weblinks, Mambo Foundation and The Source links to Other Menu | |
| 2683 | --- | |
| 2684 | r443 | neilt | 2006-04-03 05:51:01 -0600 (Mon, 03 Apr 2006) | 2 lines | |
| 2685 | Added The Source URL to weblinks (Trac #63) | |
| 2686 | Added Mambo Foundation and The Source links in Other Menu and changed title to show (Trac #71) | |
| 2687 | --- | |
| 2688 | r442 | counterpoint | 2006-04-03 02:46:54 -0600 (Mon, 03 Apr 2006) | 1 line | |
| 2689 | Bug fix uninstaller error with array merge | |
| 2690 | --- | |
| 2691 | r440 | cauld | 2006-04-02 20:40:16 -0600 (Sun, 02 Apr 2006) | 1 line | |
| 2692 | cauld - Updating MOStlyDBAdmin.xml file | |
| 2693 | --- | |
| 2694 | r439 | cauld | 2006-04-02 17:33:27 -0600 (Sun, 02 Apr 2006) | 1 line | |
| 2695 | cauld - Adding the new MOStlyDBAdmin component for db backup and restore functionality. | |
| 2696 | --- | |
| 2697 | r438 | cauld | 2006-04-02 15:34:16 -0600 (Sun, 02 Apr 2006) | 1 line | |
| 2698 | cauld - Making a quick mod to the MOStlyCE $adminside check | |
| 2699 | --- | |
| 2700 | r437 | neilt | 2006-04-02 14:07:50 -0600 (Sun, 02 Apr 2006) | 1 line | |
| 2701 | incomplete <?php tag fixed in pathway.php | |
| 2702 | --- | |
| 2703 | r435 | cauld | 2006-04-02 13:37:55 -0600 (Sun, 02 Apr 2006) | 1 line | |
| 2704 | cauld - Committing the MOStlyCE v1.4 Admin component (major overhaul) | |
| 2705 | --- | |
| 2706 | r434 | cauld | 2006-04-02 13:34:14 -0600 (Sun, 02 Apr 2006) | 1 line | |
| 2707 | cauld - Commiting the MOStlyCE v1.5 mambot (major overhaul) | |
| 2708 | --- | |
| 2709 | r433 | cauld | 2006-04-02 13:27:50 -0600 (Sun, 02 Apr 2006) | 1 line | |
| 2710 | cauld - MOStlyCE work: removing imgmanager, filemanager, & preview plugins. | |
| 2711 | Also removed auth_mostlyce.php. | |
| 2712 | --- | |
| 2713 | r432 | counterpoint | 2006-04-01 01:30:03 -0700 (Sat, 01 Apr 2006) | 1 line | |
| 2714 | Add Mambo Containers admin side component. | |
| 2715 | --- | |
| 2716 | r431 | neilt | 2006-03-31 04:13:07 -0700 (Fri, 31 Mar 2006) | 1 line | |
| 2717 | changed admin to show advanced_mode as default | |
| 2718 | --- | |
| 2719 | r430 | adi | 2006-03-31 03:55:04 -0700 (Fri, 31 Mar 2006) | 1 line | |
| 2720 | fix bugs #8109 | |
| 2721 | --- | |
| 2722 | r429 | neilt | 2006-03-30 12:19:21 -0700 (Thu, 30 Mar 2006) | 6 lines | |
| 2723 | Fixed mod_latest_content no content error | |
| 2724 | Fixed handlers in mod_latest_content | |
| 2725 | Corrected cases in mod_latest_content | |
| 2726 | Removed mod_latest_content fixed width limit in horizontal td case | |
| 2727 | Fixed bug in content.class.php getBlogSectionCount() not returning 0 count | |
| 2728 | Module mod_latest_content changed to default unpublished | |
| 2729 | --- | |
| 2730 | r428 | adi | 2006-03-29 01:20:05 -0700 (Wed, 29 Mar 2006) | 1 line | |
| 2731 | fixed bugs #8118 | |
| 2732 | --- | |
| 2733 | r426 | neilt | 2006-03-28 12:09:32 -0700 (Tue, 28 Mar 2006) | 1 line | |
| 2734 | omission of echo in <?php T_ statements | |
| 2735 | --- | |
| 2736 | r425 | counterpoint | 2006-03-27 09:09:50 -0700 (Mon, 27 Mar 2006) | 1 line | |
| 2737 | Optimisation and bug fix for ampersand processing in the universal installer. | |
| 2738 | --- | |
| 2739 | r424 | cauld | 2006-03-26 21:11:14 -0700 (Sun, 26 Mar 2006) | 1 line | |
| 2740 | cauld - updating security list email address on installation survey | |
| 2741 | --- | |
| 2742 | r423 | counterpoint | 2006-03-23 09:32:52 -0700 (Thu, 23 Mar 2006) | 1 line | |
| 2743 | Bug fix to stop foreach on null failure. | |
| 2744 | --- | |
| 2745 | r422 | counterpoint | 2006-03-22 11:41:29 -0700 (Wed, 22 Mar 2006) | 1 line | |
| 2746 | Optimisation of menu types handling, mostlyce.php request for template. Fixed | |
| 2747 | admin side failure to consistently find session data. Reorganised admin side to | |
| 2748 | ignore repeated logins. Fixed offline check validation of admin session. | |
| 2749 | --- | |
| 2750 | r421 | counterpoint | 2006-03-22 01:29:54 -0700 (Wed, 22 Mar 2006) | 1 line | |
| 2751 | Hardening of contact component. | |
| 2752 | --- | |
| 2753 | r420 | counterpoint | 2006-03-22 01:29:28 -0700 (Wed, 22 Mar 2006) | 1 line | |
| 2754 | Optimisation of admin user and session management | |
| 2755 | --- | |
| 2756 | r419 | counterpoint | 2006-03-21 11:12:17 -0700 (Tue, 21 Mar 2006) | 1 line | |
| 2757 | Optimisation and modified document root discovery. | |
| 2758 | --- | |
| 2759 | r418 | counterpoint | 2006-03-21 11:11:00 -0700 (Tue, 21 Mar 2006) | 1 line | |
| 2760 | Changes to include index.php to establish the environment for editor popups. | |
| 2761 | Optimisation of requests for information about the current user's ACL status. | |
| 2762 | --- | |
| 2763 | r417 | counterpoint | 2006-03-21 11:06:53 -0700 (Tue, 21 Mar 2006) | 1 line | |
| 2764 | Optimisation, merging of mosDBTable and mosDBTableEntry methods. | |
| 2765 | --- | |
| 2766 | r416 | cauld | 2006-03-20 22:44:47 -0700 (Mon, 20 Mar 2006) | 1 line | |
| 2767 | cauld - Adding a donation icon to the new installation survey | |
| 2768 | --- | |
| 2769 | r415 | csouza | 2006-03-20 18:29:11 -0700 (Mon, 20 Mar 2006) | 1 line | |
| 2770 | changes to com_admin/admin.admin.html.php to grab local help files | |
| 2771 | --- | |
| 2772 | r413 | csouza | 2006-03-20 18:24:13 -0700 (Mon, 20 Mar 2006) | 1 line | |
| 2773 | changes to com_admin/admin.admin.html.php to grab local help files | |
| 2774 | --- | |
| 2775 | r412 | csouza | 2006-03-20 18:19:39 -0700 (Mon, 20 Mar 2006) | 1 line | |
| 2776 | changes to com_admin/admin.admin.html.php to grab local help files | |
| 2777 | --- | |
| 2778 | r411 | csouza | 2006-03-20 18:10:48 -0700 (Mon, 20 Mar 2006) | 1 line | |
| 2779 | changes to com_admin/admin.admin.html.php to grab local help files | |
| 2780 | --- | |
| 2781 | r410 | csouza | 2006-03-20 17:58:54 -0700 (Mon, 20 Mar 2006) | 1 line | |
| 2782 | mod to pull help screens locally | |
| 2783 | --- | |
| 2784 | r409 | csouza | 2006-03-20 17:22:21 -0700 (Mon, 20 Mar 2006) | 1 line | |
| 2785 | language stuff | |
| 2786 | --- | |
| 2787 | r408 | csouza | 2006-03-20 16:47:49 -0700 (Mon, 20 Mar 2006) | 1 line | |
| 2788 | language defaults in install4.php | |
| 2789 | --- | |
| 2790 | r406 | cauld | 2006-03-19 18:03:14 -0700 (Sun, 19 Mar 2006) | 1 line | |
| 2791 | cauld - Fixing MOStlyCE print plugin and disabling preview plugin in favor | |
| 2792 | own Mambo's preview option. | |
| 2793 | --- | |
| 2794 | r403 | csouza | 2006-03-19 13:41:39 -0700 (Sun, 19 Mar 2006) | 1 line | |
| 2795 | language manager | |
| 2796 | --- | |
| 2797 | r402 | counterpoint | 2006-03-19 07:32:34 -0700 (Sun, 19 Mar 2006) | 1 line | |
| 2798 | Extended new contact popup for linking to user, so as to show both full name and user name. | |
| 2799 | --- | |
| 2800 | r401 | counterpoint | 2006-03-19 03:28:33 -0700 (Sun, 19 Mar 2006) | 1 line | |
| 2801 | Recorded changes to restore functioning of popups. | |
| 2802 | --- | |
| 2803 | r400 | counterpoint | 2006-03-19 03:22:44 -0700 (Sun, 19 Mar 2006) | 1 line | |
| 2804 | Reinstate popup changes that had got lost | |
| 2805 | --- | |
| 2806 | r397 | cauld | 2006-03-16 23:19:47 -0700 (Thu, 16 Mar 2006) | 1 line | |
| 2807 | cauld - Bringing back MOStlyCE / TinyMCE 2.0.2 with fixed IE issue reported during Beta 1. | |
| 2808 | --- | |
| 2809 | r396 | cauld | 2006-03-16 22:57:17 -0700 (Thu, 16 Mar 2006) | 1 line | |
| 2810 | cauld - Removing mostlyce directory. Reverting back to TinyMCE 2.0.2. | |
| 2811 | Too many issues with 2.0.4. Fixed IE error without upgrading. | |
| 2812 | --- | |
| 2813 | r393 | counterpoint | 2006-03-14 14:59:44 -0700 (Tue, 14 Mar 2006) | 1 line | |
| 2814 | Tightened security | |
| 2815 | --- | |
| 2816 | r392 | counterpoint | 2006-03-14 14:59:00 -0700 (Tue, 14 Mar 2006) | 1 line | |
| 2817 | Mods to support new container component, and to secure RSS feeds. | |
| 2818 | --- | |
| 2819 | r391 | counterpoint | 2006-03-13 11:15:58 -0700 (Mon, 13 Mar 2006) | 1 line | |
| 2820 | Modified SEF code so that when SEO is switched off, URL still has ampersands encoded. | |
| 2821 | --- | |
| 2822 | r390 | counterpoint | 2006-03-13 11:15:11 -0700 (Mon, 13 Mar 2006) | 1 line | |
| 2823 | Reverted mosPathway makePathway, moved change into sefRelToAbs. Modified error reporting | |
| 2824 | slightly to suppress errors during setup. | |
| 2825 | --- | |
| 2826 | r388 | cauld | 2006-03-12 12:39:31 -0700 (Sun, 12 Mar 2006) | 1 line | |
| 2827 | cauld - Changing end user installation survey to hand comments a bit differently. | |
| 2828 | Comments now go to feedback@mambo-foundation.org. | |
| 2829 | --- | |
| 2830 | r387 | cauld | 2006-03-12 12:03:29 -0700 (Sun, 12 Mar 2006) | 1 line | |
| 2831 | cauld - Fixing mostlyce.xml for IE contextmenu change | |
| 2832 | --- | |
| 2833 | r386 | cauld | 2006-03-12 12:00:28 -0700 (Sun, 12 Mar 2006) | 1 line | |
| 2834 | cauld - Adding IE fix for the MOStlyCE contextmenu plugin | |
| 2835 | --- | |
| 2836 | r385 | counterpoint | 2006-03-12 08:46:12 -0700 (Sun, 12 Mar 2006) | 1 line | |
| 2837 | Optimisation of mosDBTable move method. | |
| 2838 | --- | |
| 2839 | r384 | counterpoint | 2006-03-12 08:44:55 -0700 (Sun, 12 Mar 2006) | 1 line | |
| 2840 | Bug fixes | |
| 2841 | --- | |
| 2842 | r383 | counterpoint | 2006-03-12 08:43:56 -0700 (Sun, 12 Mar 2006) | 1 line | |
| 2843 | Hardened against misuse | |
| 2844 | --- | |
| 2845 | r382 | counterpoint | 2006-03-12 08:43:33 -0700 (Sun, 12 Mar 2006) | 1 line | |
| 2846 | Removed reliance on register_globals | |
| 2847 | --- | |
| 2848 | r380 | counterpoint | 2006-03-09 07:48:49 -0700 (Thu, 09 Mar 2006) | 1 line | |
| 2849 | Changes to mosDBTableEntry - not in live use - but needed for mosContainer development. | |
| 2850 | --- | |
| 2851 | r379 | cauld | 2006-03-08 22:54:56 -0700 (Wed, 08 Mar 2006) | 1 line | |
| 2852 | cauld - updating MOStlyCE xml file for TinyMCE 2.0.4 update | |
| 2853 | --- | |
| 2854 | r378 | cauld | 2006-03-08 22:51:54 -0700 (Wed, 08 Mar 2006) | 1 line | |
| 2855 | cauld - finishing MOStlyCE 1.5 / TinyMCE 2.0.4 upgrade | |
| 2856 | --- | |
| 2857 | r376 | cauld | 2006-03-08 22:01:09 -0700 (Wed, 08 Mar 2006) | 1 line | |
| 2858 | cauld - MOStlyCE Admin update to disable default compression | |
| 2859 | --- | |
| 2860 | r372 | cauld | 2006-03-08 21:27:28 -0700 (Wed, 08 Mar 2006) | 1 line | |
| 2861 | cauld - working on a mostlyce upgrade | |
| 2862 | --- | |
| 2863 | r371 | counterpoint | 2006-03-08 10:51:49 -0700 (Wed, 08 Mar 2006) | 1 line | |
| 2864 | Fix problem with mass chmod not recursing correctly | |
| 2865 | --- | |
| 2866 | r370 | counterpoint | 2006-03-08 10:51:22 -0700 (Wed, 08 Mar 2006) | 1 line | |
| 2867 | Fix access to Mambo configuration - cope in different contexts | |
| 2868 | --- | |
| 2869 | r369 | counterpoint | 2006-03-08 10:50:42 -0700 (Wed, 08 Mar 2006) | 1 line | |
| 2870 | Fix foreach failure on empty database results | |
| 2871 | --- | |
| 2872 | r363 | adi | 2006-03-06 19:42:01 -0700 (Mon, 06 Mar 2006) | 1 line | |
| 2873 | fix ticket #32 | |
| 2874 | --- | |
| 2875 | r362 | adi | 2006-03-06 19:26:20 -0700 (Mon, 06 Mar 2006) | 1 line | |
| 2876 | fix typo | |
| 2877 | --- | |
| 2878 | r361 | cauld | 2006-03-06 07:02:33 -0700 (Mon, 06 Mar 2006) | 1 line | |
| 2879 | cauld - rechecking in gin's trash fix that was overwritten a while back | |
| 2880 | --- | |
| 2881 | r359 | adi | 2006-03-06 04:11:53 -0700 (Mon, 06 Mar 2006) | 1 line | |
| 2882 | fix ticket #31 | |
| 2883 | --- | |
| 2884 | r357 | cauld | 2006-03-04 23:59:11 -0700 (Sat, 04 Mar 2006) | 1 line | |
| 2885 | cauld - updating version info for 4.6 public RC1 | |
| 2886 | --- | |
| 2887 | r355 | cauld | 2006-03-04 23:54:55 -0700 (Sat, 04 Mar 2006) | 1 line | |
| 2888 | cauld - Adding new end user survey functionality to the last install screen | |
| 2889 | --- | |
| 2890 | r353 | counterpoint | 2006-03-02 10:26:20 -0700 (Thu, 02 Mar 2006) | 1 line | |
| 2891 | Bug fix - was reliant on register_globals. | |
| 2892 | --- | |
| 2893 | r352 | oziris | 2006-03-01 12:18:50 -0700 (Wed, 01 Mar 2006) | 1 line | |
| 2894 | Ticket #10 changing www.mamboserver.com to www.mambo-foundation.org | |
| 2895 | --- | |
| 2896 | r351 | oziris | 2006-03-01 11:57:37 -0700 (Wed, 01 Mar 2006) | 1 line | |
| 2897 | Ticket #8 | |
| 2898 | --- | |
| 2899 | r350 | oziris | 2006-03-01 11:35:50 -0700 (Wed, 01 Mar 2006) | 1 line | |
| 2900 | Ticket #9 | |
| 2901 | --- | |
| 2902 | r348 | cauld | 2006-03-01 07:35:46 -0700 (Wed, 01 Mar 2006) | 1 line | |
| 2903 | cauld - updating "Lost Password" error message to make it more clear that | |
| 2904 | both username and email address are required. | |
| 2905 | --- | |
| 2906 | r347 | adi | 2006-02-28 21:33:11 -0700 (Tue, 28 Feb 2006) | 1 line | |
| 2907 | ticket #46 | |
| 2908 | --- | |
| 2909 | r346 | oziris | 2006-02-28 09:07:58 -0700 (Tue, 28 Feb 2006) | 1 line | |
| 2910 | updated calls to new help file names | |
| 2911 | --- | |
| 2912 | r345 | oziris | 2006-02-28 08:32:43 -0700 (Tue, 28 Feb 2006) | 1 line | |
| 2913 | Renamed help files so they don't contain 453 in the file name | |
| 2914 | --- | |
| 2915 | r342 | cauld | 2006-02-28 07:53:09 -0700 (Tue, 28 Feb 2006) | 1 line | |
| 2916 | cauld - Changing default MOStlyCE plugin layout based on suggestions from Water & Stone | |
| 2917 | --- | |
| 2918 | r341 | cauld | 2006-02-28 06:31:13 -0700 (Tue, 28 Feb 2006) | 1 line | |
| 2919 | cauld - Creating a empty files directory for use by MOStlyCE. Uses this with | |
| 2920 | HTML templates and the file manager. Closing Trac ticket #45. | |
| 2921 | --- | |
| 2922 | r339 | adi | 2006-02-27 21:48:46 -0700 (Mon, 27 Feb 2006) | 1 line | |
| 2923 | add mambo version info in administrator pages | |
| 2924 | --- | |
| 2925 | r338 | adi | 2006-02-27 03:55:24 -0700 (Mon, 27 Feb 2006) | 1 line | |
| 2926 | Trac Ticket #49 | |
| 2927 | --- | |
| 2928 | r337 | adi | 2006-02-27 01:23:16 -0700 (Mon, 27 Feb 2006) | 1 line | |
| 2929 | fix makePathway() to correctly encode & entity into & | |
| 2930 | --- | |
| 2931 | r336 | adi | 2006-02-26 23:14:05 -0700 (Sun, 26 Feb 2006) | 1 line | |
| 2932 | Trac Ticket #41 | |
| 2933 | --- | |
| 2934 | r334 | adi | 2006-02-26 21:36:06 -0700 (Sun, 26 Feb 2006) | 1 line | |
| 2935 | add mod_latestcontent record | |
| 2936 | --- | |
| 2937 | r333 | adi | 2006-02-26 21:32:34 -0700 (Sun, 26 Feb 2006) | 1 line | |
| 2938 | add latest_content module | |
| 2939 | --- | |
| 2940 | r331 | cauld | 2006-02-25 12:49:00 -0700 (Sat, 25 Feb 2006) | 1 line | |
| 2941 | cauld - setting htmltemplate and caption to the list of auto started plugins within mostlyce | |
| 2942 | --- | |
| 2943 | r328 | cauld | 2006-02-25 12:28:09 -0700 (Sat, 25 Feb 2006) | 1 line | |
| 2944 | cauld - fixing a bug that caused the "Not Authorized" error when someone was trying to edit content from the frontend | |
| 2945 | --- | |
| 2946 | r327 | cauld | 2006-02-25 11:55:31 -0700 (Sat, 25 Feb 2006) | 1 line | |
| 2947 | cauld - correcting a mostlyce htmltemplate plugin issue | |
| 2948 | --- | |
| 2949 | r326 | cauld | 2006-02-25 11:54:12 -0700 (Sat, 25 Feb 2006) | 2 lines | |
| 2950 | cauld - correcting mostlyce config files for plugin changes | |
| 2951 | --- | |
| 2952 | r325 | cauld | 2006-02-25 11:03:32 -0700 (Sat, 25 Feb 2006) | 1 line | |
| 2953 | cauld - removing 4 unused mostlyce plugins | |
| 2954 | --- | |
| 2955 | r324 | cauld | 2006-02-25 10:57:35 -0700 (Sat, 25 Feb 2006) | 1 line | |
| 2956 | cauld - adding back in to old tinymce plugins that I removed before (caption & htmltemplate) | |
| 2957 | --- | |
| 2958 | r323 | oziris | 2006-02-24 13:57:52 -0700 (Fri, 24 Feb 2006) | 1 line | |
| 2959 | Updated for copyright notices. | |
| 2960 | --- | |
| 2961 | r322 | oziris | 2006-02-24 13:55:29 -0700 (Fri, 24 Feb 2006) | 1 line | |
| 2962 | Updated Copyright notices in XML files. | |
| 2963 | --- | |
| 2964 | r320 | counterpoint | 2006-02-24 09:46:13 -0700 (Fri, 24 Feb 2006) | 1 line | |
| 2965 | Improved (un)installer error handling. Modified session purge, making distinction between user side and admin side. | |
| 2966 | --- | |
| 2967 | r319 | counterpoint | 2006-02-23 04:30:16 -0700 (Thu, 23 Feb 2006) | 1 line | |
| 2968 | Bug fixes | |
| 2969 | --- | |
| 2970 | r316 | adi | 2006-02-22 23:25:01 -0700 (Wed, 22 Feb 2006) | 1 line | |
| 2971 | update mamboforge to mamboxchange | |
| 2972 | --- | |
| 2973 | r315 | konlong | 2006-02-22 06:31:46 -0700 (Wed, 22 Feb 2006) | 2 lines | |
| 2974 | Reference to undefined variable fixed in admin.menus.php function copyMenuSave | |
| 2975 | The use of the variable $and should be avoided in deference to $_and, $and gives an unknown token notice 8 files | |
| 2976 | --- | |
| 2977 | r314 | konlong | 2006-02-22 05:57:20 -0700 (Wed, 22 Feb 2006) | 2 lines | |
| 2978 | added call to addDescendants to the remove case. | |
| 2979 | Fixed undefined variable $database; in saveOrder() | |
| 2980 | --- | |
| 2981 | r313 | chanh | 2006-02-21 16:20:16 -0700 (Tue, 21 Feb 2006) | 2 lines | |
| 2982 | Missing closing php tags! | |
| 2983 | --- | |
| 2984 | r312 | chanh | 2006-02-21 16:08:14 -0700 (Tue, 21 Feb 2006) | 1 line | |
| 2985 | Missing closing php tags! | |
| 2986 | --- | |
| 2987 | r311 | chanh | 2006-02-21 16:07:58 -0700 (Tue, 21 Feb 2006) | 1 line | |
| 2988 | Missing closing php tags! | |
| 2989 | --- | |
| 2990 | r310 | cauld | 2006-02-21 07:02:46 -0700 (Tue, 21 Feb 2006) | 1 line | |
| 2991 | cauld - committing a change to database.php to fix a content update / insert | |
| 2992 | issue based on a suggested fix by counterpoint | |
| 2993 | --- | |
| 2994 | r309 | adi | 2006-02-20 20:47:49 -0700 (Mon, 20 Feb 2006) | 1 line | |
| 2995 | Trac ticket #36 | |
| 2996 | --- | |
| 2997 | r305 | cauld | 2006-02-18 16:10:53 -0700 (Sat, 18 Feb 2006) | 1 line | |
| 2998 | cauld - Adding some stuff for MOStlyCE and fixing Safari warning | |
| 2999 | --- | |
| 3000 | r304 | csouza | 2006-02-16 20:07:10 -0700 (Thu, 16 Feb 2006) | 2 lines | |
| 3001 | corrected a few non i18ned strings | |
| 3002 | --- | |
| 3003 | r303 | csouza | 2006-02-16 20:06:03 -0700 (Thu, 16 Feb 2006) | 1 line | |
| 3004 | added localization vars to configuration.php-dist | |
| 3005 | --- | |
| 3006 | r302 | csouza | 2006-02-16 20:05:11 -0700 (Thu, 16 Feb 2006) | 1 line | |
| 3007 | fixed fixlanguage() | |
| 3008 | --- | |
| 3009 | r301 | csouza | 2006-02-16 20:04:10 -0700 (Thu, 16 Feb 2006) | 1 line | |
| 3010 | updated mod_whosonline to select a plural string from a specific language file | |
| 3011 | --- | |
| 3012 | r300 | csouza | 2006-02-16 20:02:31 -0700 (Thu, 16 Feb 2006) | 1 line | |
| 3013 | updated com_languages | |
| 3014 | --- | |
| 3015 | r299 | csouza | 2006-02-16 20:02:08 -0700 (Thu, 16 Feb 2006) | 1 line | |
| 3016 | updated com_languages | |
| 3017 | --- | |
| 3018 | r298 | csouza | 2006-02-16 20:00:30 -0700 (Thu, 16 Feb 2006) | 1 line | |
| 3019 | updated com_languages | |
| 3020 | --- | |
| 3021 | r297 | csouza | 2006-02-16 14:43:38 -0700 (Thu, 16 Feb 2006) | 1 line | |
| 3022 | replacement of copyright notices | |
| 3023 | --- | |
| 3024 | r296 | cauld | 2006-02-16 08:02:03 -0700 (Thu, 16 Feb 2006) | 1 line | |
| 3025 | cauld - fixing PHP version to low notice on install | |
| 3026 | --- | |
| 3027 | r295 | cauld | 2006-02-16 07:58:50 -0700 (Thu, 16 Feb 2006) | 1 line | |
| 3028 | cauld - updating install screen to display PHP version 4.3.0 as min requirement | |
| 3029 | --- | |
| 3030 | r294 | adi | 2006-02-16 01:59:01 -0700 (Thu, 16 Feb 2006) | 1 line | |
| 3031 | remove td width in printicon function | |
| 3032 | --- | |
| 3033 | r293 | adi | 2006-02-16 01:57:15 -0700 (Thu, 16 Feb 2006) | 1 line | |
| 3034 | remove td width in pdficon and emailicon function | |
| 3035 | --- | |
| 3036 | r292 | adi | 2006-02-16 01:34:47 -0700 (Thu, 16 Feb 2006) | 1 line | |
| 3037 | Trac ticket #38 | |
| 3038 | --- | |
| 3039 | r290 | counterpoint | 2006-02-15 16:16:04 -0700 (Wed, 15 Feb 2006) | 1 line | |
| 3040 | Fix submit news problems by changing to submit faq (also removed itemid) | |
| 3041 | --- | |
| 3042 | r289 | counterpoint | 2006-02-15 10:56:19 -0700 (Wed, 15 Feb 2006) | 1 line | |
| 3043 | Fixed bugs in resequencing various types of item | |
| 3044 | --- | |
| 3045 | r288 | counterpoint | 2006-02-15 10:18:43 -0700 (Wed, 15 Feb 2006) | 1 line | |
| 3046 | Bug fixes | |
| 3047 | --- | |
| 3048 | r287 | counterpoint | 2006-02-15 09:49:55 -0700 (Wed, 15 Feb 2006) | 1 line | |
| 3049 | Bug fixes | |
| 3050 |

