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