Annotation of /mambo/branches/4.6/CHANGELOG.php
Parent Directory
|
Revision Log
Revision 713 - (view) (download)
| 1 : | csouza | 138 | <?php |
| 2 : | /** | ||
| 3 : | csouza | 297 | * @package Mambo Open Source |
| 4 : | * @copyright (C) 2005 - 2006 Mambo Foundation Inc. | ||
| 5 : | csouza | 138 | * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
| 6 : | csouza | 297 | * |
| 7 : | * Mambo was originally developed by Miro (www.miro.com.au) in 2000. Miro assigned the copyright in Mambo to The Mambo Foundation in 2005 to ensure | ||
| 8 : | * that Mambo remained free Open Source software owned and managed by the community. | ||
| 9 : | gin | 706 | * Mambo is Free Software |
| 10 : | neilt | 427 | */ |
| 11 : | csouza | 138 | |
| 12 : | // no direct access | ||
| 13 : | defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); | ||
| 14 : | ?> | ||
| 15 : | |||
| 16 : | cauld | 565 | Changelog: |
| 17 : | csouza | 138 | ------------ |
| 18 : | This is a non-exhaustive (but still near complete) changelog for | ||
| 19 : | cauld | 565 | Mambo 4.6, including beta and release candidate versions. |
| 20 : | csouza | 138 | Our thanks to all those people who've contributed bug reports and |
| 21 : | code fixes. | ||
| 22 : | |||
| 23 : | Legend: | ||
| 24 : | |||
| 25 : | # -> Bug Fix | ||
| 26 : | + -> Addition | ||
| 27 : | ! -> Change | ||
| 28 : | - -> Removed | ||
| 29 : | cauld | 690 | ! -> Note |
| 30 : | |||
| 31 : | -------------------- 4.6 Release --------------------------------------- | ||
| 32 : | gin | 713 | r693 | gin | 2006-09-14 20:29:00 |
| 33 : | |||
| 34 : | ! some minor esthetical change in the form of the advanced search | ||
| 35 : | (components/com_search/search.html.php) | ||
| 36 : | |||
| 37 : | ------------------------------------------------------------------------ | ||
| 38 : | gin | 709 | r692 | gin | 2006-09-14 16:36:00 |
| 39 : | |||
| 40 : | # fixed the bug #77 noted by Mac in 2nd form's compilation during the new language creation | ||
| 41 : | modfied the file includes\phpgettext\phpgettext.catalog.php | ||
| 42 : | |||
| 43 : | ------------------------------------------------------------------------ | ||
| 44 : | gin | 708 | r691 | gin | 2006-09-14 14:10:00 |
| 45 : | |||
| 46 : | ! Modified the component registration in a 2 step process with double e-mail | ||
| 47 : | verification and some additional test | ||
| 48 : | gin | 712 | |
| 49 : | gin | 708 | ------------------------------------------------------------------------ |
| 50 : | cauld | 690 | r690 | cauld | 2006-09-10 19:26:28 -0600 (Sun, 10 Sep 2006) | 1 line |
| 51 : | |||
| 52 : | ! Updating changelog.php | ||
| 53 : | ! Updating version.php | ||
| 54 : | ------------------------------------------------------------------------ | ||
| 55 : | r689 | cauld | 2006-09-10 19:08:23 -0600 (Sun, 10 Sep 2006) | 1 line | ||
| 56 : | |||
| 57 : | ! Adding function mosLoadComponent back in to 4.6 based on 4.5.4 code. | ||
| 58 : | Looks like the function was dropped by mistake in the 4.6 core rewrite. | ||
| 59 : | ------------------------------------------------------------------------ | ||
| 60 : | r688 | neilt | 2006-09-08 12:21:44 -0600 (Fri, 08 Sep 2006) | 1 line | ||
| 61 : | |||
| 62 : | workarounds for $config_live_site problems on some linux hosts | ||
| 63 : | ------------------------------------------------------------------------ | ||
| 64 : | r687 | neilt | 2006-09-08 07:17:54 -0600 (Fri, 08 Sep 2006) | 1 line | ||
| 65 : | |||
| 66 : | # bugfix - hits not set to show as default in sql install | ||
| 67 : | ------------------------------------------------------------------------ | ||
| 68 : | r686 | neilt | 2006-09-08 04:36:52 -0600 (Fri, 08 Sep 2006) | 1 line | ||
| 69 : | |||
| 70 : | workaround to safemode gettext LANG/LC errors | ||
| 71 : | ------------------------------------------------------------------------ | ||
| 72 : | r685 | neilt | 2006-09-07 16:55:51 -0600 (Thu, 07 Sep 2006) | 1 line | ||
| 73 : | |||
| 74 : | makePathway span bug fixes - FS#51 | ||
| 75 : | ------------------------------------------------------------------------ | ||
| 76 : | r684 | neilt | 2006-09-07 16:41:04 -0600 (Thu, 07 Sep 2006) | 1 line | ||
| 77 : | |||
| 78 : | minor code enhancements | ||
| 79 : | ------------------------------------------------------------------------ | ||
| 80 : | r683 | cauld | 2006-09-06 08:56:20 -0600 (Wed, 06 Sep 2006) | 1 line | ||
| 81 : | |||
| 82 : | ! menubar.html.php html cleanup | ||
| 83 : | ------------------------------------------------------------------------ | ||
| 84 : | r682 | cauld | 2006-09-06 08:49:21 -0600 (Wed, 06 Sep 2006) | 1 line | ||
| 85 : | |||
| 86 : | # com_admin html cleanup on "check for updates" | ||
| 87 : | ------------------------------------------------------------------------ | ||
| 88 : | r681 | cauld | 2006-09-05 17:30:42 -0600 (Tue, 05 Sep 2006) | 2 lines | ||
| 89 : | |||
| 90 : | # Cleaning up the HTML in the Add-On installer to help it validate. | ||
| 91 : | ! Updating handleGlobals to protect against zend_hash_del_key_or_index hole | ||
| 92 : | ------------------------------------------------------------------------ | ||
| 93 : | r680 | cauld | 2006-09-05 16:22:41 -0600 (Tue, 05 Sep 2006) | 1 line | ||
| 94 : | |||
| 95 : | Applied all 4.5.4 SP2 fixes to the 4.6 branch were applicable. | ||
| 96 : | ------------------------------------------------------------------------ | ||
| 97 : | r679 | ninekrit | 2006-09-05 08:06:39 -0600 (Tue, 05 Sep 2006) | 1 line | ||
| 98 : | |||
| 99 : | update language variable for translation | ||
| 100 : | administrator/includes/pageNavigation.php:line 154,170 | ||
| 101 : | ------------------------------------------------------------------------ | ||
| 102 : | r667 | neilt | 2006-08-30 11:41:39 -0600 (Wed, 30 Aug 2006) | 1 line | ||
| 103 : | |||
| 104 : | modifications to private messaging | ||
| 105 : | ------------------------------------------------------------------------ | ||
| 106 : | r666 | ninekrit | 2006-08-30 10:45:40 -0600 (Wed, 30 Aug 2006) | 1 line | ||
| 107 : | |||
| 108 : | +Update untranslated word | ||
| 109 : | ------------------------------------------------------------------------ | ||
| 110 : | r665 | neilt | 2006-08-30 10:12:05 -0600 (Wed, 30 Aug 2006) | 1 line | ||
| 111 : | |||
| 112 : | bug fix : emails for private messages not sent to users when 'receive mail' ticked | ||
| 113 : | ------------------------------------------------------------------------ | ||
| 114 : | r664 | ninekrit | 2006-08-30 08:48:20 -0600 (Wed, 30 Aug 2006) | 1 line | ||
| 115 : | |||
| 116 : | Add <br /> line 40 | ||
| 117 : | ------------------------------------------------------------------------ | ||
| 118 : | r663 | ninekrit | 2006-08-30 08:14:09 -0600 (Wed, 30 Aug 2006) | 1 line | ||
| 119 : | |||
| 120 : | FS#44 Menubar not traslations | ||
| 121 : | ------------------------------------------------------------------------ | ||
| 122 : | r662 | ninekrit | 2006-08-30 08:12:35 -0600 (Wed, 30 Aug 2006) | 1 line | ||
| 123 : | |||
| 124 : | FS#20,FS#44 edit language problem | ||
| 125 : | ------------------------------------------------------------------------ | ||
| 126 : | r660 | neilt | 2006-08-30 06:38:17 -0600 (Wed, 30 Aug 2006) | 1 line | ||
| 127 : | |||
| 128 : | adding CAPTCHA authentication to whats new | ||
| 129 : | ------------------------------------------------------------------------ | ||
| 130 : | r659 | cauld | 2006-08-29 23:12:38 -0600 (Tue, 29 Aug 2006) | 1 line | ||
| 131 : | |||
| 132 : | Another minor update to "What's New". | ||
| 133 : | ------------------------------------------------------------------------ | ||
| 134 : | r658 | cauld | 2006-08-29 22:56:43 -0600 (Tue, 29 Aug 2006) | 1 line | ||
| 135 : | |||
| 136 : | Updating the credits file to add Chanh as PM. Also updating the | ||
| 137 : | "what's new" file for the 4.6 release. | ||
| 138 : | ------------------------------------------------------------------------ | ||
| 139 : | r657 | neilt | 2006-08-29 13:50:45 -0600 (Tue, 29 Aug 2006) | 1 line | ||
| 140 : | |||
| 141 : | help link and admin help modifications | ||
| 142 : | ------------------------------------------------------------------------ | ||
| 143 : | r656 | neilt | 2006-08-29 02:39:33 -0600 (Tue, 29 Aug 2006) | 1 line | ||
| 144 : | |||
| 145 : | minor sef bug fixes and code cleaning | ||
| 146 : | ------------------------------------------------------------------------ | ||
| 147 : | r655 | neilt | 2006-08-27 05:12:46 -0600 (Sun, 27 Aug 2006) | 1 line | ||
| 148 : | |||
| 149 : | fixed bug where archive form did not supply module id | ||
| 150 : | ------------------------------------------------------------------------ | ||
| 151 : | r654 | cauld | 2006-08-26 10:47:12 -0600 (Sat, 26 Aug 2006) | 1 line | ||
| 152 : | |||
| 153 : | Turning off comments in the sample Newsflash section by default. Suggestion | ||
| 154 : | from Ricoflan. | ||
| 155 : | ------------------------------------------------------------------------ | ||
| 156 : | r653 | cauld | 2006-08-26 10:21:52 -0600 (Sat, 26 Aug 2006) | 1 line | ||
| 157 : | |||
| 158 : | Removing MamboLove entries from the sample data. | ||
| 159 : | ------------------------------------------------------------------------ | ||
| 160 : | r652 | cauld | 2006-08-26 10:11:46 -0600 (Sat, 26 Aug 2006) | 1 line | ||
| 161 : | |||
| 162 : | Fixing com_admin bug that was preventing help and preview template functions | ||
| 163 : | from working. Left over from the new "Check from Updates" feature. | ||
| 164 : | ------------------------------------------------------------------------ | ||
| 165 : | r651 | cauld | 2006-08-26 09:34:47 -0600 (Sat, 26 Aug 2006) | 1 line | ||
| 166 : | |||
| 167 : | Fixed registration bug. Warning messages were not displaying the correct | ||
| 168 : | string, but rather the defined constant name. | ||
| 169 : | ------------------------------------------------------------------------ | ||
| 170 : | r650 | chanh | 2006-08-24 16:54:33 -0600 (Thu, 24 Aug 2006) | 1 line | ||
| 171 : | |||
| 172 : | Fix for mysql 5 and remove duplicated code | ||
| 173 : | ------------------------------------------------------------------------ | ||
| 174 : | r649 | chanh | 2006-08-24 16:54:12 -0600 (Thu, 24 Aug 2006) | 1 line | ||
| 175 : | |||
| 176 : | Fix for mysql 5 and remove duplicated code | ||
| 177 : | ------------------------------------------------------------------------ | ||
| 178 : | r648 | neilt | 2006-08-24 11:06:01 -0600 (Thu, 24 Aug 2006) | 1 line | ||
| 179 : | |||
| 180 : | removed image upload on edit in banners as not adding to select list | ||
| 181 : | ------------------------------------------------------------------------ | ||
| 182 : | r647 | neilt | 2006-08-24 06:36:04 -0600 (Thu, 24 Aug 2006) | 1 line | ||
| 183 : | |||
| 184 : | captcha authentication added to contact component | ||
| 185 : | ------------------------------------------------------------------------ | ||
| 186 : | r646 | neilt | 2006-08-24 03:30:18 -0600 (Thu, 24 Aug 2006) | 1 line | ||
| 187 : | |||
| 188 : | Minor change to most read module to show hits | ||
| 189 : | ------------------------------------------------------------------------ | ||
| 190 : | r645 | cauld | 2006-08-23 22:29:08 -0600 (Wed, 23 Aug 2006) | 1 line | ||
| 191 : | |||
| 192 : | Updating the XML files for the components removed with Raw. They were | ||
| 193 : | missing the CREATE TABLE statements and thus failing after install. | ||
| 194 : | ------------------------------------------------------------------------ | ||
| 195 : | r644 | cauld | 2006-08-23 19:23:54 -0600 (Wed, 23 Aug 2006) | 1 line | ||
| 196 : | |||
| 197 : | Pulling MOStlyDBAdmin out of Mambo Raw now that there is an installable | ||
| 198 : | package. | ||
| 199 : | ------------------------------------------------------------------------ | ||
| 200 : | r643 | neilt | 2006-08-23 01:43:51 -0600 (Wed, 23 Aug 2006) | 1 line | ||
| 201 : | |||
| 202 : | Bug fixes : Fixed double install message on module upload (FS#38). Fixed | ||
| 203 : | Comments component content item dropdown list disappearing behind other | ||
| 204 : | page content (FS#37). | ||
| 205 : | ------------------------------------------------------------------------ | ||
| 206 : | r642 | chanh | 2006-08-21 16:00:27 -0600 (Mon, 21 Aug 2006) | 1 line | ||
| 207 : | |||
| 208 : | Upgrade JSCookmenu to 2.0.1 | ||
| 209 : | ------------------------------------------------------------------------ | ||
| 210 : | r641 | cauld | 2006-08-20 23:59:58 -0600 (Sun, 20 Aug 2006) | 1 line | ||
| 211 : | |||
| 212 : | Updating comments bot and component with new xml files based on those | ||
| 213 : | given to me by Neil. | ||
| 214 : | ------------------------------------------------------------------------ | ||
| 215 : | r640 | cauld | 2006-08-20 23:50:29 -0600 (Sun, 20 Aug 2006) | 1 line | ||
| 216 : | |||
| 217 : | Updating the MOStlyCE spellchecker plugin to the latest version, 1.0.2. | ||
| 218 : | ------------------------------------------------------------------------ | ||
| 219 : | r639 | cauld | 2006-08-20 23:46:53 -0600 (Sun, 20 Aug 2006) | 1 line | ||
| 220 : | |||
| 221 : | Checking in updated module xml files to allow for those removed in Raw to | ||
| 222 : | become fully installable / uninstallable modules. | ||
| 223 : | ------------------------------------------------------------------------ | ||
| 224 : | r638 | cauld | 2006-08-20 23:44:30 -0600 (Sun, 20 Aug 2006) | 1 line | ||
| 225 : | |||
| 226 : | Checking in updated mambot xml files to allow those removed with Raw to | ||
| 227 : | become fully installable / uninstallable mambots. | ||
| 228 : | ------------------------------------------------------------------------ | ||
| 229 : | r637 | cauld | 2006-08-20 23:41:33 -0600 (Sun, 20 Aug 2006) | 1 line | ||
| 230 : | |||
| 231 : | Adding com_weblink_items and weblink_items.xml. This xml file was seperated | ||
| 232 : | from com_weblinks to allow weblinks to become a fully installable / uninstallable | ||
| 233 : | component. | ||
| 234 : | ------------------------------------------------------------------------ | ||
| 235 : | r636 | cauld | 2006-08-20 23:39:59 -0600 (Sun, 20 Aug 2006) | 1 line | ||
| 236 : | |||
| 237 : | Removing weblink_items.xml. Will add back in under its own directory to | ||
| 238 : | allow weblinks to become a fully installable / uninstallable component. | ||
| 239 : | ------------------------------------------------------------------------ | ||
| 240 : | r635 | cauld | 2006-08-20 23:37:55 -0600 (Sun, 20 Aug 2006) | 1 line | ||
| 241 : | |||
| 242 : | Checking in updated admin component xml files to allow for fully installable | ||
| 243 : | components. Focusing on those removed with Raw. | ||
| 244 : | ------------------------------------------------------------------------ | ||
| 245 : | r634 | cauld | 2006-08-20 10:40:45 -0600 (Sun, 20 Aug 2006) | 1 line | ||
| 246 : | |||
| 247 : | Clearing a few notices for the addon install | ||
| 248 : | ------------------------------------------------------------------------ | ||
| 249 : | r633 | cauld | 2006-08-20 10:32:00 -0600 (Sun, 20 Aug 2006) | 1 line | ||
| 250 : | |||
| 251 : | Adding the new one click Add-On Installer | ||
| 252 : | ------------------------------------------------------------------------ | ||
| 253 : | r632 | cauld | 2006-08-20 00:08:50 -0600 (Sun, 20 Aug 2006) | 1 line | ||
| 254 : | |||
| 255 : | Updating admin menus. The new "addon installer" and "check for updates" | ||
| 256 : | features require php5+. The options are now hidden in the menu when running | ||
| 257 : | php < 5. | ||
| 258 : | ------------------------------------------------------------------------ | ||
| 259 : | r631 | cauld | 2006-08-15 21:26:19 -0600 (Tue, 15 Aug 2006) | 1 line | ||
| 260 : | |||
| 261 : | Adding system menu entry for the "Check For Updates" feature | ||
| 262 : | ------------------------------------------------------------------------ | ||
| 263 : | r630 | cauld | 2006-08-15 21:24:45 -0600 (Tue, 15 Aug 2006) | 1 line | ||
| 264 : | |||
| 265 : | Checking in the new Mambo "Check For Updates" feature | ||
| 266 : | ------------------------------------------------------------------------ | ||
| 267 : | r629 | neilt | 2006-08-15 12:39:14 -0600 (Tue, 15 Aug 2006) | 1 line | ||
| 268 : | |||
| 269 : | bug fix for pollwindow.php error. (Flyspray #31) | ||
| 270 : | ------------------------------------------------------------------------ | ||
| 271 : | r628 | chanh | 2006-08-15 10:19:08 -0600 (Tue, 15 Aug 2006) | 1 line | ||
| 272 : | |||
| 273 : | add mosCreateMail for backward compatible per user feedback. | ||
| 274 : | ------------------------------------------------------------------------ | ||
| 275 : | r627 | cauld | 2006-08-07 22:54:18 -0600 (Mon, 07 Aug 2006) | 1 line | ||
| 276 : | |||
| 277 : | Mambo Raw changes | ||
| 278 : | ------------------------------------------------------------------------ | ||
| 279 : | r626 | cauld | 2006-08-07 22:39:43 -0600 (Mon, 07 Aug 2006) | 1 line | ||
| 280 : | |||
| 281 : | More changes for Mambo Raw | ||
| 282 : | ------------------------------------------------------------------------ | ||
| 283 : | r625 | cauld | 2006-08-07 17:26:47 -0600 (Mon, 07 Aug 2006) | 1 line | ||
| 284 : | |||
| 285 : | Adding Raw files to be used in building a raw core version of Mambo. | ||
| 286 : | ------------------------------------------------------------------------ | ||
| 287 : | r619 | neilt | 2006-08-02 09:02:53 -0600 (Wed, 02 Aug 2006) | 1 line | ||
| 288 : | |||
| 289 : | modification to retain comment text if captcha image misread | ||
| 290 : | ------------------------------------------------------------------------ | ||
| 291 : | r618 | neilt | 2006-07-31 05:43:43 -0600 (Mon, 31 Jul 2006) | 1 line | ||
| 292 : | |||
| 293 : | bug fix - Move Category Reports Errors (when category is empty) FS#22 | ||
| 294 : | ------------------------------------------------------------------------ | ||
| 295 : | r617 | neilt | 2006-07-31 04:53:05 -0600 (Mon, 31 Jul 2006) | 1 line | ||
| 296 : | |||
| 297 : | bug fix - Load Module Positions Mambot Parameters Failure FS#7 | ||
| 298 : | ------------------------------------------------------------------------ | ||
| 299 : | r616 | neilt | 2006-07-29 13:20:21 -0600 (Sat, 29 Jul 2006) | 1 line | ||
| 300 : | |||
| 301 : | general *.html.php code tidy up | ||
| 302 : | ------------------------------------------------------------------------ | ||
| 303 : | r615 | neilt | 2006-07-29 11:00:02 -0600 (Sat, 29 Jul 2006) | 1 line | ||
| 304 : | |||
| 305 : | update of jscookmenu details | ||
| 306 : | ------------------------------------------------------------------------ | ||
| 307 : | r614 | neilt | 2006-07-29 06:33:32 -0600 (Sat, 29 Jul 2006) | 1 line | ||
| 308 : | |||
| 309 : | bug fix to userstate session to retain search, section, category and author | ||
| 310 : | values | ||
| 311 : | ------------------------------------------------------------------------ | ||
| 312 : | r613 | neilt | 2006-07-26 08:49:44 -0600 (Wed, 26 Jul 2006) | 1 line | ||
| 313 : | |||
| 314 : | Modifications to allow the display of static content in the frontpage component, | ||
| 315 : | adjustment of default admin list limit to 50 | ||
| 316 : | ------------------------------------------------------------------------ | ||
| 317 : | r612 | neilt | 2006-07-25 06:34:33 -0600 (Tue, 25 Jul 2006) | 1 line | ||
| 318 : | |||
| 319 : | bug fixes to allow correct email submissions for weblinks and registration | ||
| 320 : | ------------------------------------------------------------------------ | ||
| 321 : | r611 | neilt | 2006-07-23 11:59:26 -0600 (Sun, 23 Jul 2006) | 1 line | ||
| 322 : | |||
| 323 : | small bug fixes | ||
| 324 : | ------------------------------------------------------------------------ | ||
| 325 : | r610 | neilt | 2006-07-18 06:39:51 -0600 (Tue, 18 Jul 2006) | 1 line | ||
| 326 : | |||
| 327 : | modification to remove redundant help icon (Flyspray FS#14) | ||
| 328 : | ------------------------------------------------------------------------ | ||
| 329 : | r609 | neilt | 2006-07-18 06:18:02 -0600 (Tue, 18 Jul 2006) | 1 line | ||
| 330 : | |||
| 331 : | bug fix to allow show/hide of section/category description and description | ||
| 332 : | image | ||
| 333 : | ------------------------------------------------------------------------ | ||
| 334 : | r608 | cauld | 2006-07-16 18:57:52 -0600 (Sun, 16 Jul 2006) | 1 line | ||
| 335 : | |||
| 336 : | Updating some sample content and adding a few new "other menu" items. | ||
| 337 : | ------------------------------------------------------------------------ | ||
| 338 : | r607 | cauld | 2006-07-16 18:56:47 -0600 (Sun, 16 Jul 2006) | 1 line | ||
| 339 : | |||
| 340 : | Updating admin help link. | ||
| 341 : | ------------------------------------------------------------------------ | ||
| 342 : | r606 | cauld | 2006-07-16 18:55:19 -0600 (Sun, 16 Jul 2006) | 1 line | ||
| 343 : | |||
| 344 : | Updating some embedded help items. | ||
| 345 : | ------------------------------------------------------------------------ | ||
| 346 : | r605 | cauld | 2006-07-16 13:14:36 -0600 (Sun, 16 Jul 2006) | 1 line | ||
| 347 : | |||
| 348 : | Updating mod_quickicon based on a suggested fix from Apree. Changing from | ||
| 349 : | fixed sizing to percentages to help with the proper display of these icons. | ||
| 350 : | ------------------------------------------------------------------------ | ||
| 351 : | r604 | cauld | 2006-07-16 13:02:53 -0600 (Sun, 16 Jul 2006) | 1 line | ||
| 352 : | |||
| 353 : | Updating admin com_modules to clear warnings. | ||
| 354 : | ------------------------------------------------------------------------ | ||
| 355 : | r603 | cauld | 2006-07-16 13:00:44 -0600 (Sun, 16 Jul 2006) | 1 line | ||
| 356 : | |||
| 357 : | Updating the post installation survey so that it hyperlinks to the security | ||
| 358 : | signup form rather than emails a specific email address. | ||
| 359 : | ------------------------------------------------------------------------ | ||
| 360 : | r602 | cauld | 2006-07-16 12:58:50 -0600 (Sun, 16 Jul 2006) | 1 line | ||
| 361 : | |||
| 362 : | Removing basic TinyMCE editor in favor of the new default MOStlyCE editor | ||
| 363 : | based on TinyMCE. | ||
| 364 : | ------------------------------------------------------------------------ | ||
| 365 : | r601 | neilt | 2006-07-16 02:52:05 -0600 (Sun, 16 Jul 2006) | 1 line | ||
| 366 : | |||
| 367 : | removal of reserved words from comments component | ||
| 368 : | ------------------------------------------------------------------------ | ||
| 369 : | r600 | cauld | 2006-07-12 23:10:15 -0600 (Wed, 12 Jul 2006) | 1 line | ||
| 370 : | |||
| 371 : | updating changelog.php | ||
| 372 : | ------------------------------------------------------------------------ | ||
| 373 : | r599 | chanh | 2006-07-12 15:17:48 -0600 (Wed, 12 Jul 2006) | 1 line | ||
| 374 : | |||
| 375 : | Upgrade to JSCookMenu v1.4.4. to fix menu show to the extreme left in IE7. | ||
| 376 : | ------------------------------------------------------------------------ | ||
| 377 : | r598 | neilt | 2006-07-12 06:47:20 -0600 (Wed, 12 Jul 2006) | 1 line | ||
| 378 : | |||
| 379 : | configuration changes for captcha security | ||
| 380 : | ------------------------------------------------------------------------ | ||
| 381 : | r597 | neilt | 2006-07-12 03:59:15 -0600 (Wed, 12 Jul 2006) | 1 line | ||
| 382 : | |||
| 383 : | fixed contact form send and vcard download issues | ||
| 384 : | ------------------------------------------------------------------------ | ||
| 385 : | r596 | neilt | 2006-07-11 06:14:10 -0600 (Tue, 11 Jul 2006) | 1 line | ||
| 386 : | |||
| 387 : | captcha code moved into the core to allow for more global inclusion. | ||
| 388 : | Administration configuration amended to enable or disable | ||
| 389 : | ------------------------------------------------------------------------ | ||
| 390 : | r595 | ninekrit | 2006-07-09 20:52:07 -0600 (Sun, 09 Jul 2006) | 1 line | ||
| 391 : | |||
| 392 : | Update Thai Language | ||
| 393 : | ------------------------------------------------------------------------ | ||
| 394 : | r593 | neilt | 2006-07-07 12:06:17 -0600 (Fri, 07 Jul 2006) | 1 line | ||
| 395 : | |||
| 396 : | Updated ttf fonts to GPL | ||
| 397 : | ------------------------------------------------------------------------ | ||
| 398 : | r592 | neilt | 2006-07-07 11:48:38 -0600 (Fri, 07 Jul 2006) | 1 line | ||
| 399 : | |||
| 400 : | spam fix font files added | ||
| 401 : | ------------------------------------------------------------------------ | ||
| 402 : | r591 | neilt | 2006-07-07 11:47:27 -0600 (Fri, 07 Jul 2006) | 1 line | ||
| 403 : | |||
| 404 : | Comments component spam protection and fonts updated with new GPL version | ||
| 405 : | 3.4 and small session enhancements | ||
| 406 : | ------------------------------------------------------------------------ | ||
| 407 : | r590 | neilt | 2006-07-07 01:59:57 -0600 (Fri, 07 Jul 2006) | 1 line | ||
| 408 : | |||
| 409 : | New comments component and mambot uploaded along with language files, help | ||
| 410 : | files and modifications to the SQL install | ||
| 411 : | ------------------------------------------------------------------------ | ||
| 412 : | r589 | chanh | 2006-07-06 12:20:44 -0600 (Thu, 06 Jul 2006) | 1 line | ||
| 413 : | |||
| 414 : | The textarea box is too small when not using WYSIWYG editor so make it a | ||
| 415 : | little bigger for ease of editing. | ||
| 416 : | ------------------------------------------------------------------------ | ||
| 417 : | r588 | cauld | 2006-07-04 15:41:33 -0600 (Tue, 04 Jul 2006) | 1 line | ||
| 418 : | |||
| 419 : | Fixing menu manager message displayed when multiple menu items were removed. | ||
| 420 : | Was not displaying the total, but rather each item. | ||
| 421 : | ------------------------------------------------------------------------ | ||
| 422 : | r587 | cauld | 2006-07-04 15:25:31 -0600 (Tue, 04 Jul 2006) | 1 line | ||
| 423 : | |||
| 424 : | Fixing broken com_trash multi-item selection for delete | ||
| 425 : | ------------------------------------------------------------------------ | ||
| 426 : | r586 | cauld | 2006-07-03 16:43:23 -0600 (Mon, 03 Jul 2006) | 1 line | ||
| 427 : | |||
| 428 : | Fixing a roothpath issue that was causing IIS to fail. | ||
| 429 : | |||
| 430 : | -------------------- 4.6 (RC2) Release --------------------------------- | ||
| 431 : | |||
| 432 : | r584 | cauld | 2006-07-02 14:02:19 -0600 (Sun, 02 Jul 2006) | 1 line | ||
| 433 : | |||
| 434 : | Fixing MySQL 5 params NOT NULL issue. Allowing default to be NULL for | ||
| 435 : | components, modules, and mambots. A broader fix will happen with v5. | ||
| 436 : | ------------------------------------------------------------------------ | ||
| 437 : | r583 | cauld | 2006-07-02 11:05:31 -0600 (Sun, 02 Jul 2006) | 1 line | ||
| 438 : | |||
| 439 : | Eliminating the use of realpath() to determine dynamic URLs. This was | ||
| 440 : | creating issues with some shared host plans. | ||
| 441 : | ------------------------------------------------------------------------ | ||
| 442 : | r582 | cauld | 2006-06-22 22:17:06 -0600 (Thu, 22 Jun 2006) | 1 line | ||
| 443 : | |||
| 444 : | MOStlyCE config change to fix Javascript errors. Now not loading several | ||
| 445 : | external plugins (ex) htmltemplate, mambo, etc. These were not written for | ||
| 446 : | TinyMCE 2.x and therefore do not work. Will have to revisit at a later time. | ||
| 447 : | ------------------------------------------------------------------------ | ||
| 448 : | r581 | cauld | 2006-06-22 21:32:32 -0600 (Thu, 22 Jun 2006) | 1 line | ||
| 449 : | |||
| 450 : | MOStlyCE Admin change to remove onclick config section. | ||
| 451 : | ------------------------------------------------------------------------ | ||
| 452 : | r580 | cauld | 2006-06-20 11:43:43 -0600 (Tue, 20 Jun 2006) | 1 line | ||
| 453 : | |||
| 454 : | turning off MOStlyCE compression by default until the compressor works in IE. | ||
| 455 : | ------------------------------------------------------------------------ | ||
| 456 : | r579 | csouza | 2006-06-20 05:54:04 -0600 (Tue, 20 Jun 2006) | 1 line | ||
| 457 : | |||
| 458 : | removing charset conversion button from language form | ||
| 459 : | ------------------------------------------------------------------------ | ||
| 460 : | ------------------------------------------------------------------------ | ||
| 461 : | r577 | cauld | 2006-06-20 00:05:22 -0600 (Tue, 20 Jun 2006) | 1 line | ||
| 462 : | |||
| 463 : | adding some missing / unversioned MOStlyCE files | ||
| 464 : | ------------------------------------------------------------------------ | ||
| 465 : | r576 | cauld | 2006-06-20 00:01:27 -0600 (Tue, 20 Jun 2006) | 1 line | ||
| 466 : | |||
| 467 : | tweaking MOStlyCE based on the 4.5.4 MOStlyCE feedback in the forums | ||
| 468 : | ------------------------------------------------------------------------ | ||
| 469 : | r575 | cauld | 2006-06-19 23:17:39 -0600 (Mon, 19 Jun 2006) | 1 line | ||
| 470 : | |||
| 471 : | committing weblinks SQL injection fix | ||
| 472 : | ------------------------------------------------------------------------ | ||
| 473 : | r572 | cauld | 2006-06-18 11:53:59 -0600 (Sun, 18 Jun 2006) | 1 line | ||
| 474 : | |||
| 475 : | ! changing mambo.sql to fix utf8 / mysql 5 issue with #__core_acl_aro. | ||
| 476 : | ------------------------------------------------------------------------ | ||
| 477 : | r571 | cauld | 2006-06-18 11:22:02 -0600 (Sun, 18 Jun 2006) | 1 line | ||
| 478 : | |||
| 479 : | ! Turning off MOStlyCE compression by default since it doesn't work in IE. | ||
| 480 : | Adding warning to tip so users see why it is off. OK and recommended for use with FF. | ||
| 481 : | ------------------------------------------------------------------------ | ||
| 482 : | r570 | neilt | 2006-06-18 04:04:34 -0600 (Sun, 18 Jun 2006) | 1 line | ||
| 483 : | |||
| 484 : | commit test | ||
| 485 : | ------------------------------------------------------------------------ | ||
| 486 : | r569 | chanh | 2006-06-17 22:47:09 -0600 (Sat, 17 Jun 2006) | 1 line | ||
| 487 : | |||
| 488 : | Make a comment commit on SG SVN to make sure the commit work | ||
| 489 : | ------------------------------------------------------------------------ | ||
| 490 : | r568 | cauld | 2006-06-17 19:13:30 -0600 (Sat, 17 Jun 2006) | 1 line | ||
| 491 : | |||
| 492 : | !test commit against Mambo's new SVN repository | ||
| 493 : | ------------------------------------------------------------------------ | ||
| 494 : | r567 | chanh | 2006-06-16 13:03:24 -0600 (Fri, 16 Jun 2006) | 1 line | ||
| 495 : | |||
| 496 : | Fix bug with STRICT_TRANS_TABLES cause installer to fail in mysql 5 when | ||
| 497 : | install module and mambot | ||
| 498 : | ------------------------------------------------------------------------ | ||
| 499 : | r566 | csouza | 2006-06-14 06:50:53 -0600 (Wed, 14 Jun 2006) | 1 line | ||
| 500 : | |||
| 501 : | updated brazilian portuguese glossary | ||
| 502 : | ------------------------------------------------------------------------ | ||
| 503 : | r565 | cauld | 2006-06-13 21:58:48 -0600 (Tue, 13 Jun 2006) | 1 line | ||
| 504 : | |||
| 505 : | !Changing format of CHANGELOG to use the SVN log. Easier to maintain. | ||
| 506 : | ------------------------------------------------------------------------ | ||
| 507 : | r564 | cauld | 2006-06-13 21:17:10 -0600 (Tue, 13 Jun 2006) | 2 lines | ||
| 508 : | |||
| 509 : | !updating mostlyce.php and mostlyce.xml based on recent test for 454. | ||
| 510 : | Fixing paste plugin issue. | ||
| 511 : | ------------------------------------------------------------------------ | ||
| 512 : | r563 | csouza | 2006-06-11 10:05:40 -0600 (Sun, 11 Jun 2006) | 1 line | ||
| 513 : | |||
| 514 : | bug fix in language charset conversion | ||
| 515 : | ------------------------------------------------------------------------ | ||
| 516 : | r562 | csouza | 2006-06-10 11:37:53 -0600 (Sat, 10 Jun 2006) | 1 line | ||
| 517 : | |||
| 518 : | updated .pot templates | ||
| 519 : | ------------------------------------------------------------------------ | ||
| 520 : | r560 | csouza | 2006-06-07 02:35:31 -0600 (Wed, 07 Jun 2006) | 1 line | ||
| 521 : | |||
| 522 : | language - updated .pot templates | ||
| 523 : | ------------------------------------------------------------------------ | ||
| 524 : | r557 | csouza | 2006-06-07 02:21:25 -0600 (Wed, 07 Jun 2006) | 1 line | ||
| 525 : | |||
| 526 : | including italian, thai and brazilian portuguese language files for the rc. These should be installable. | ||
| 527 : | ------------------------------------------------------------------------ | ||
| 528 : | r556 | csouza | 2006-06-07 02:15:51 -0600 (Wed, 07 Jun 2006) | 1 line | ||
| 529 : | |||
| 530 : | internationalization modifications | ||
| 531 : | ------------------------------------------------------------------------ | ||
| 532 : | r555 | cauld | 2006-05-31 21:26:19 -0600 (Wed, 31 May 2006) | 4 lines | ||
| 533 : | |||
| 534 : | ! removing all mentions of mamboforge and replacing with mamboxchange or something else like The Source. | ||
| 535 : | ! updating the support page to update links, add better wording, etc. | ||
| 536 : | ! updating version.php for RC2 | ||
| 537 : | ------------------------------------------------------------------------ | ||
| 538 : | r554 | csouza | 2006-05-31 10:52:24 -0600 (Wed, 31 May 2006) | 1 line | ||
| 539 : | |||
| 540 : | minor tweaks to HTML_admin_misc::help() in admin.admin.html.php | ||
| 541 : | ------------------------------------------------------------------------ | ||
| 542 : | r553 | csouza | 2006-05-31 10:49:28 -0600 (Wed, 31 May 2006) | 1 line | ||
| 543 : | |||
| 544 : | replaced help files with xhtml compliant ones with title tag needed for help index | ||
| 545 : | ------------------------------------------------------------------------ | ||
| 546 : | r552 | csouza | 2006-05-30 17:38:18 -0600 (Tue, 30 May 2006) | 1 line | ||
| 547 : | |||
| 548 : | removed obsolete help screens | ||
| 549 : | ------------------------------------------------------------------------ | ||
| 550 : | r551 | csouza | 2006-05-30 17:35:27 -0600 (Tue, 30 May 2006) | 1 line | ||
| 551 : | |||
| 552 : | final installment of new and renamed help screens and component toolbars changed to reflect new naming. | ||
| 553 : | ------------------------------------------------------------------------ | ||
| 554 : | r550 | csouza | 2006-05-29 11:21:00 -0600 (Mon, 29 May 2006) | 1 line | ||
| 555 : | |||
| 556 : | first installment of new and renamed help screens and component toolbars changed to reflect new naming | ||
| 557 : | ------------------------------------------------------------------------ | ||
| 558 : | r549 | cauld | 2006-05-26 21:42:35 -0600 (Fri, 26 May 2006) | 2 lines | ||
| 559 : | |||
| 560 : | ! Updated "What's new" & "Credits" | ||
| 561 : | ------------------------------------------------------------------------ | ||
| 562 : | r548 | cauld | 2006-05-26 20:05:58 -0600 (Fri, 26 May 2006) | 2 lines | ||
| 563 : | |||
| 564 : | + Adding new site templates (Donated by Water&Stone, coded by Nalisa) | ||
| 565 : | ------------------------------------------------------------------------ | ||
| 566 : | r533 | csouza | 2006-05-22 08:32:01 -0600 (Mon, 22 May 2006) | 1 line | ||
| 567 : | |||
| 568 : | fixed some bugs caused by index.php cleanup | ||
| 569 : | ------------------------------------------------------------------------ | ||
| 570 : | r532 | csouza | 2006-05-21 03:41:05 -0600 (Sun, 21 May 2006) | 1 line | ||
| 571 : | |||
| 572 : | moved commented 'ErrorHandler' class in index.php to includes/core.classes.php | ||
| 573 : | ------------------------------------------------------------------------ | ||
| 574 : | r531 | cauld | 2006-05-20 18:54:45 -0600 (Sat, 20 May 2006) | 1 line | ||
| 575 : | |||
| 576 : | cauld: (trivial) correcting a few spelling errors | ||
| 577 : | ------------------------------------------------------------------------ | ||
| 578 : | r530 | csouza | 2006-05-20 17:17:51 -0600 (Sat, 20 May 2006) | 1 line | ||
| 579 : | |||
| 580 : | corrected mambocore->rootpath in includes/core.classes.php and added phpdoc templates to undocumented classes | ||
| 581 : | ------------------------------------------------------------------------ | ||
| 582 : | r529 | csouza | 2006-05-20 15:01:36 -0600 (Sat, 20 May 2006) | 1 line | ||
| 583 : | |||
| 584 : | moved classes in index.php to includes/core.classes.php | ||
| 585 : | ------------------------------------------------------------------------ | ||
| 586 : | r528 | cauld | 2006-05-20 14:57:10 -0600 (Sat, 20 May 2006) | 1 line | ||
| 587 : | |||
| 588 : | cauld: # Fixing a Offline bug which caused an error rather than the offline message when MySQL was down | ||
| 589 : | ------------------------------------------------------------------------ | ||
| 590 : | r524 | neilt | 2006-05-19 06:18:36 -0600 (Fri, 19 May 2006) | 1 line | ||
| 591 : | |||
| 592 : | general javascript and formatting bug fixes | ||
| 593 : | ------------------------------------------------------------------------ | ||
| 594 : | r523 | neilt | 2006-05-19 00:20:15 -0600 (Fri, 19 May 2006) | 1 line | ||
| 595 : | |||
| 596 : | Fixed Trac Ticket #86 | ||
| 597 : | ------------------------------------------------------------------------ | ||
| 598 : | r521 | cauld | 2006-05-16 22:54:20 -0600 (Tue, 16 May 2006) | 1 line | ||
| 599 : | |||
| 600 : | cauld - # Rewrote uninstall_template() to fix bug where the wrong template dir was removed | ||
| 601 : | ------------------------------------------------------------------------ | ||
| 602 : | r520 | neilt | 2006-05-16 07:13:53 -0600 (Tue, 16 May 2006) | 1 line | ||
| 603 : | |||
| 604 : | Modification to center menubar labels | ||
| 605 : | ------------------------------------------------------------------------ | ||
| 606 : | r517 | neilt | 2006-05-16 06:05:37 -0600 (Tue, 16 May 2006) | 1 line | ||
| 607 : | |||
| 608 : | bug fix | ||
| 609 : | ------------------------------------------------------------------------ | ||
| 610 : | r516 | neilt | 2006-05-16 03:44:41 -0600 (Tue, 16 May 2006) | 1 line | ||
| 611 : | |||
| 612 : | minor bug fixes | ||
| 613 : | ------------------------------------------------------------------------ | ||
| 614 : | r515 | cauld | 2006-05-15 22:20:58 -0600 (Mon, 15 May 2006) | 1 line | ||
| 615 : | |||
| 616 : | cauld - fixing minor mis-spelling | ||
| 617 : | ------------------------------------------------------------------------ | ||
| 618 : | r514 | neilt | 2006-05-15 06:52:09 -0600 (Mon, 15 May 2006) | 1 line | ||
| 619 : | |||
| 620 : | inclusion of .message class in front end css | ||
| 621 : | ------------------------------------------------------------------------ | ||
| 622 : | r512 | cauld | 2006-05-14 17:16:29 -0600 (Sun, 14 May 2006) | 2 lines | ||
| 623 : | |||
| 624 : | cauld - Added the uploadfiles dir to the installation write permission check | ||
| 625 : | |||
| 626 : | ------------------------------------------------------------------------ | ||
| 627 : | r511 | cauld | 2006-05-14 16:22:54 -0600 (Sun, 14 May 2006) | 1 line | ||
| 628 : | |||
| 629 : | cauld - missed a few weblink name changes. | ||
| 630 : | ------------------------------------------------------------------------ | ||
| 631 : | r510 | cauld | 2006-05-14 15:46:22 -0600 (Sun, 14 May 2006) | 1 line | ||
| 632 : | |||
| 633 : | cauld: Standardized / Updated the label for New Feeds for the whole app (aka: Newsfeeds) | ||
| 634 : | ------------------------------------------------------------------------ | ||
| 635 : | r509 | cauld | 2006-05-14 15:14:22 -0600 (Sun, 14 May 2006) | 1 line | ||
| 636 : | |||
| 637 : | cauld: Updated MOStlyCE spellchecker plugin tip | ||
| 638 : | ------------------------------------------------------------------------ | ||
| 639 : | r508 | cauld | 2006-05-14 14:48:05 -0600 (Sun, 14 May 2006) | 3 lines | ||
| 640 : | |||
| 641 : | ! Updated the "What's New" help doc | ||
| 642 : | ! Standardized / Updated the label for Web Links for the whole app (aka: Weblinks) | ||
| 643 : | ------------------------------------------------------------------------ | ||
| 644 : | r507 | cauld | 2006-05-13 19:23:34 -0600 (Sat, 13 May 2006) | 7 lines | ||
| 645 : | |||
| 646 : | ! Upgraded MOStlyCE's guts to TinyMCE 2.0.6.1 (bugs fixes, enhancements, etc) | ||
| 647 : | + Added a layers plugin to MOStlyCE and an experimental spellchecker plugin (works well in IE) | ||
| 648 : | + Added options in MOStlyCE Admin to control layer & spellchecker plugins | ||
| 649 : | ! Various other minor MOStlyCE tweaks and enhancements | ||
| 650 : | ------------------------------------------------------------------------ | ||
| 651 : | r506 | adi | 2006-05-13 00:03:27 -0600 (Sat, 13 May 2006) | 1 line | ||
| 652 : | |||
| 653 : | fix trac #85 | ||
| 654 : | ------------------------------------------------------------------------ | ||
| 655 : | r505 | cauld | 2006-05-11 06:54:09 -0600 (Thu, 11 May 2006) | 1 line | ||
| 656 : | |||
| 657 : | cauld - fixing mambo.sql table prefix bug | ||
| 658 : | ------------------------------------------------------------------------ | ||
| 659 : | r504 | neilt | 2006-05-01 11:55:35 -0600 (Mon, 01 May 2006) | 1 line | ||
| 660 : | |||
| 661 : | Fixed errors occuring whilst copying empty sections - Trac #83 | ||
| 662 : | ------------------------------------------------------------------------ | ||
| 663 : | r502 | cauld | 2006-04-30 14:57:33 -0600 (Sun, 30 Apr 2006) | 1 line | ||
| 664 : | |||
| 665 : | cauld - Updating MOStlyCE Admin to handle the language file structure change. | ||
| 666 : | ------------------------------------------------------------------------ | ||
| 667 : | r500 | cauld | 2006-04-30 14:27:06 -0600 (Sun, 30 Apr 2006) | 1 line | ||
| 668 : | |||
| 669 : | cauld - checking in tinymce 2.0.5.1 | ||
| 670 : | ------------------------------------------------------------------------ | ||
| 671 : | r499 | cauld | 2006-04-30 13:02:06 -0600 (Sun, 30 Apr 2006) | 1 line | ||
| 672 : | |||
| 673 : | cauld - For whatever reason the last time I tried to commit the new version of | ||
| 674 : | the MOStlyCE mambot it disappeared. Trying again. | ||
| 675 : | ------------------------------------------------------------------------ | ||
| 676 : | r497 | cauld | 2006-04-30 12:23:50 -0600 (Sun, 30 Apr 2006) | 1 line | ||
| 677 : | |||
| 678 : | cauld - Removing old basic TinyMCE 2.0.1, will replace with TinyMCE 2.0.5.1. | ||
| 679 : | Tons of enhancements and bug fixes. | ||
| 680 : | ------------------------------------------------------------------------ | ||
| 681 : | r496 | cauld | 2006-04-30 12:18:38 -0600 (Sun, 30 Apr 2006) | 1 line | ||
| 682 : | |||
| 683 : | cauld - Rolling MOStlyCE Admin back to v1.5 since the Img & File mgr plugins have been pulled. | ||
| 684 : | ------------------------------------------------------------------------ | ||
| 685 : | r495 | cauld | 2006-04-30 12:10:47 -0600 (Sun, 30 Apr 2006) | 1 line | ||
| 686 : | |||
| 687 : | cauld - Checking in MOStlyCE 1.7 mambot. Now using TinyMCE 2.0.5.1. | ||
| 688 : | The image mgr and file mgr plugins have been pulled for compatibility reasons. | ||
| 689 : | ------------------------------------------------------------------------ | ||
| 690 : | r494 | cauld | 2006-04-30 12:05:15 -0600 (Sun, 30 Apr 2006) | 1 line | ||
| 691 : | |||
| 692 : | cauld - Removing the old mostlyce install. I will be bringing in a fresh | ||
| 693 : | version with the most recent TinyMCE 2.0.5.1 guts. I didn't want to deal with | ||
| 694 : | new files vs deleted files, etc. Just easier to replace the whole darn thing :) | ||
| 695 : | ------------------------------------------------------------------------ | ||
| 696 : | r493 | neilt | 2006-04-27 11:43:45 -0600 (Thu, 27 Apr 2006) | 1 line | ||
| 697 : | |||
| 698 : | Missing argument 6 for moscomponentusermanager() - Trac #81 | ||
| 699 : | ------------------------------------------------------------------------ | ||
| 700 : | r492 | neilt | 2006-04-26 15:31:58 -0600 (Wed, 26 Apr 2006) | 2 lines | ||
| 701 : | |||
| 702 : | Fixed empty admin module bugs | ||
| 703 : | Fixed bugs adding new content with no section / categories | ||
| 704 : | |||
| 705 : | -------------------- 4.6 (RC1) Release --------------------------------- | ||
| 706 : | |||
| 707 : | ------------------------------------------------------------------------ | ||
| 708 : | r491 | csouza | 2006-04-23 16:43:10 -0600 (Sun, 23 Apr 2006) | 1 line | ||
| 709 : | |||
| 710 : | fix javascript language bugs and mosmenubar::help() | ||
| 711 : | ------------------------------------------------------------------------ | ||
| 712 : | r490 | cauld | 2006-04-23 10:39:53 -0600 (Sun, 23 Apr 2006) | 1 line | ||
| 713 : | |||
| 714 : | cauld - fixing Image Manager plugin image list bug. | ||
| 715 : | ------------------------------------------------------------------------ | ||
| 716 : | r489 | cauld | 2006-04-23 01:35:31 -0600 (Sun, 23 Apr 2006) | 1 line | ||
| 717 : | |||
| 718 : | 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. | ||
| 719 : | ------------------------------------------------------------------------ | ||
| 720 : | r488 | neilt | 2006-04-22 14:46:52 -0600 (Sat, 22 Apr 2006) | 1 line | ||
| 721 : | |||
| 722 : | non purged multiple session problems fixed. Trac #79 | ||
| 723 : | ------------------------------------------------------------------------ | ||
| 724 : | r487 | counterpoint | 2006-04-22 02:49:01 -0600 (Sat, 22 Apr 2006) | 1 line | ||
| 725 : | |||
| 726 : | Further relaxation of Itemid check to avoid "not authorized" errors | ||
| 727 : | ------------------------------------------------------------------------ | ||
| 728 : | r486 | counterpoint | 2006-04-21 11:08:02 -0600 (Fri, 21 Apr 2006) | 1 line | ||
| 729 : | |||
| 730 : | Fix bug in showing "shortcut" icon | ||
| 731 : | ------------------------------------------------------------------------ | ||
| 732 : | r485 | counterpoint | 2006-04-21 07:10:48 -0600 (Fri, 21 Apr 2006) | 1 line | ||
| 733 : | |||
| 734 : | Modified search mambots to include correct Itemid and prevent search results from being blocked by "unauthorized access" | ||
| 735 : | ------------------------------------------------------------------------ | ||
| 736 : | r484 | cauld | 2006-04-20 12:37:58 -0600 (Thu, 20 Apr 2006) | 1 line | ||
| 737 : | |||
| 738 : | cauld - updating version.php for Monday's RC1 release. | ||
| 739 : | ------------------------------------------------------------------------ | ||
| 740 : | r483 | csouza | 2006-04-19 07:17:58 -0600 (Wed, 19 Apr 2006) | 1 line | ||
| 741 : | |||
| 742 : | Language Manager Javascript and bug fixes | ||
| 743 : | ------------------------------------------------------------------------ | ||
| 744 : | r482 | neilt | 2006-04-19 02:17:21 -0600 (Wed, 19 Apr 2006) | 1 line | ||
| 745 : | |||
| 746 : | addition of missing index.html files to numerous folders | ||
| 747 : | ------------------------------------------------------------------------ | ||
| 748 : | r481 | counterpoint | 2006-04-18 10:54:46 -0600 (Tue, 18 Apr 2006) | 1 line | ||
| 749 : | |||
| 750 : | Small bug fixes to text items | ||
| 751 : | ------------------------------------------------------------------------ | ||
| 752 : | r479 | counterpoint | 2006-04-16 09:27:34 -0600 (Sun, 16 Apr 2006) | 1 line | ||
| 753 : | |||
| 754 : | Patch installer and file permission bug fixes note. | ||
| 755 : | ------------------------------------------------------------------------ | ||
| 756 : | r478 | counterpoint | 2006-04-16 09:25:59 -0600 (Sun, 16 Apr 2006) | 2 lines | ||
| 757 : | |||
| 758 : | Patch installer and file handling bug fixes | ||
| 759 : | ------------------------------------------------------------------------ | ||
| 760 : | r477 | counterpoint | 2006-04-16 09:25:27 -0600 (Sun, 16 Apr 2006) | 1 line | ||
| 761 : | |||
| 762 : | Patch installer | ||
| 763 : | ------------------------------------------------------------------------ | ||
| 764 : | r475 | counterpoint | 2006-04-15 02:28:04 -0600 (Sat, 15 Apr 2006) | 1 line | ||
| 765 : | |||
| 766 : | Added code to put admin side custom modules into effect, not including RSS feeds. | ||
| 767 : | ------------------------------------------------------------------------ | ||
| 768 : | r474 | neilt | 2006-04-13 10:21:17 -0600 (Thu, 13 Apr 2006) | 1 line | ||
| 769 : | |||
| 770 : | Atom 1.0 changes | ||
| 771 : | ------------------------------------------------------------------------ | ||
| 772 : | r473 | counterpoint | 2006-04-13 10:18:01 -0600 (Thu, 13 Apr 2006) | 1 line | ||
| 773 : | |||
| 774 : | Modified to process the XML for language package installation. | ||
| 775 : | ------------------------------------------------------------------------ | ||
| 776 : | r472 | counterpoint | 2006-04-13 09:38:43 -0600 (Thu, 13 Apr 2006) | 1 line | ||
| 777 : | |||
| 778 : | Extended XML tags for installing language packages. | ||
| 779 : | ------------------------------------------------------------------------ | ||
| 780 : | r471 | neilt | 2006-04-13 07:29:26 -0600 (Thu, 13 Apr 2006) | 1 line | ||
| 781 : | |||
| 782 : | minor changes to dates and path | ||
| 783 : | ------------------------------------------------------------------------ | ||
| 784 : | r470 | neilt | 2006-04-13 04:02:43 -0600 (Thu, 13 Apr 2006) | 2 lines | ||
| 785 : | |||
| 786 : | Corrected declaration and assigning of 3 new field values | ||
| 787 : | $item_created, $item_modified and $item_author | ||
| 788 : | ------------------------------------------------------------------------ | ||
| 789 : | r469 | neilt | 2006-04-13 03:52:39 -0600 (Thu, 13 Apr 2006) | 4 lines | ||
| 790 : | |||
| 791 : | Removal of depricated Atom0.3 syndication | ||
| 792 : | Addition of Atom1.0 standards and RSS feed image | ||
| 793 : | Modifications to language files | ||
| 794 : | Trac #72 | ||
| 795 : | ------------------------------------------------------------------------ | ||
| 796 : | r468 | cauld | 2006-04-12 23:11:44 -0600 (Wed, 12 Apr 2006) | 1 line | ||
| 797 : | |||
| 798 : | cauld - fixing mospagebreak to work with php 4 & 5 | ||
| 799 : | ------------------------------------------------------------------------ | ||
| 800 : | r467 | csouza | 2006-04-12 21:55:19 -0600 (Wed, 12 Apr 2006) | 3 lines | ||
| 801 : | |||
| 802 : | Language fixes | ||
| 803 : | export language functionality | ||
| 804 : | italian language translations | ||
| 805 : | ------------------------------------------------------------------------ | ||
| 806 : | r464 | chanh | 2006-04-12 13:59:36 -0600 (Wed, 12 Apr 2006) | 1 line | ||
| 807 : | |||
| 808 : | Fix missing cid variable for backward compatible with 3PD component. | ||
| 809 : | ------------------------------------------------------------------------ | ||
| 810 : | r462 | cauld | 2006-04-11 23:47:58 -0600 (Tue, 11 Apr 2006) | 1 line | ||
| 811 : | |||
| 812 : | cauld - updating version.php with RC1 details | ||
| 813 : | ------------------------------------------------------------------------ | ||
| 814 : | r461 | cauld | 2006-04-11 23:45:32 -0600 (Tue, 11 Apr 2006) | 1 line | ||
| 815 : | |||
| 816 : | cauld - adding uploadfiles dir for MOStlyDBAdmin local restore function | ||
| 817 : | ------------------------------------------------------------------------ | ||
| 818 : | r460 | cauld | 2006-04-11 23:44:29 -0600 (Tue, 11 Apr 2006) | 1 line | ||
| 819 : | |||
| 820 : | cauld - Commenting out the containers component for now since we are about to | ||
| 821 : | put out 4.6 RC1 and this is not ready. | ||
| 822 : | ------------------------------------------------------------------------ | ||
| 823 : | r458 | counterpoint | 2006-04-11 08:36:50 -0600 (Tue, 11 Apr 2006) | 1 line | ||
| 824 : | |||
| 825 : | Fixed problem with newly created menu not appearing; other minor bugs | ||
| 826 : | ------------------------------------------------------------------------ | ||
| 827 : | r456 | cauld | 2006-04-10 20:01:42 -0600 (Mon, 10 Apr 2006) | 1 line | ||
| 828 : | |||
| 829 : | cauld - Committing the last major revision of MOStlyCE for 4.6, version 1.6. | ||
| 830 : | ------------------------------------------------------------------------ | ||
| 831 : | r455 | cauld | 2006-04-10 19:55:50 -0600 (Mon, 10 Apr 2006) | 1 line | ||
| 832 : | |||
| 833 : | cauld - Checking in the last major revision of MOStlyCE Admin for 4.6, version 1.5. | ||
| 834 : | ------------------------------------------------------------------------ | ||
| 835 : | r454 | cauld | 2006-04-10 19:48:15 -0600 (Mon, 10 Apr 2006) | 1 line | ||
| 836 : | |||
| 837 : | cauld - Checking in updated overlib_mini.js. We are running version 4.0 which is really old. | ||
| 838 : | Updating us to the latest version 4.21. | ||
| 839 : | ------------------------------------------------------------------------ | ||
| 840 : | r453 | neilt | 2006-04-07 06:51:31 -0600 (Fri, 07 Apr 2006) | 1 line | ||
| 841 : | |||
| 842 : | Fixed problem with html in parameters textfield within the admin modules. Trac ticket #73 | ||
| 843 : | ------------------------------------------------------------------------ | ||
| 844 : | r452 | neilt | 2006-04-07 06:30:18 -0600 (Fri, 07 Apr 2006) | 1 line | ||
| 845 : | |||
| 846 : | fixed missing close </tr> tags in admin module | ||
| 847 : | ------------------------------------------------------------------------ | ||
| 848 : | r450 | neilt | 2006-04-06 12:41:09 -0600 (Thu, 06 Apr 2006) | 1 line | ||
| 849 : | |||
| 850 : | Bug fixes within the Admin Modules | ||
| 851 : | ------------------------------------------------------------------------ | ||
| 852 : | r449 | counterpoint | 2006-04-05 12:41:48 -0600 (Wed, 05 Apr 2006) | 1 line | ||
| 853 : | |||
| 854 : | Modification to relax check on Itemid for components not having menu entries | ||
| 855 : | ------------------------------------------------------------------------ | ||
| 856 : | r448 | neilt | 2006-04-03 12:37:56 -0600 (Mon, 03 Apr 2006) | 1 line | ||
| 857 : | |||
| 858 : | Changed 2 labels in poll component to Question from Title | ||
| 859 : | ------------------------------------------------------------------------ | ||
| 860 : | r447 | counterpoint | 2006-04-03 11:51:53 -0600 (Mon, 03 Apr 2006) | 1 line | ||
| 861 : | |||
| 862 : | Modification to avoid over complex search and replace of #__ in database query strings | ||
| 863 : | ------------------------------------------------------------------------ | ||
| 864 : | r446 | counterpoint | 2006-04-03 07:47:34 -0600 (Mon, 03 Apr 2006) | 1 line | ||
| 865 : | |||
| 866 : | Small bug fixes and optimisation | ||
| 867 : | ------------------------------------------------------------------------ | ||
| 868 : | r445 | counterpoint | 2006-04-03 07:30:46 -0600 (Mon, 03 Apr 2006) | 1 line | ||
| 869 : | |||
| 870 : | Add user side of containers component (forgotten!) | ||
| 871 : | ------------------------------------------------------------------------ | ||
| 872 : | r444 | neilt | 2006-04-03 05:58:09 -0600 (Mon, 03 Apr 2006) | 1 line | ||
| 873 : | |||
| 874 : | Added The Source URL to weblinks, Mambo Foundation and The Source links to Other Menu | ||
| 875 : | ------------------------------------------------------------------------ | ||
| 876 : | r443 | neilt | 2006-04-03 05:51:01 -0600 (Mon, 03 Apr 2006) | 2 lines | ||
| 877 : | |||
| 878 : | Added The Source URL to weblinks (Trac #63) | ||
| 879 : | Added Mambo Foundation and The Source links in Other Menu and changed title to show (Trac #71) | ||
| 880 : | ------------------------------------------------------------------------ | ||
| 881 : | r442 | counterpoint | 2006-04-03 02:46:54 -0600 (Mon, 03 Apr 2006) | 1 line | ||
| 882 : | |||
| 883 : | Bug fix uninstaller error with array merge | ||
| 884 : | ------------------------------------------------------------------------ | ||
| 885 : | r440 | cauld | 2006-04-02 20:40:16 -0600 (Sun, 02 Apr 2006) | 1 line | ||
| 886 : | |||
| 887 : | cauld - Updating MOStlyDBAdmin.xml file | ||
| 888 : | ------------------------------------------------------------------------ | ||
| 889 : | r439 | cauld | 2006-04-02 17:33:27 -0600 (Sun, 02 Apr 2006) | 1 line | ||
| 890 : | |||
| 891 : | cauld - Adding the new MOStlyDBAdmin component for db backup and restore functionality. | ||
| 892 : | ------------------------------------------------------------------------ | ||
| 893 : | r438 | cauld | 2006-04-02 15:34:16 -0600 (Sun, 02 Apr 2006) | 1 line | ||
| 894 : | |||
| 895 : | cauld - Making a quick mod to the MOStlyCE $adminside check | ||
| 896 : | ------------------------------------------------------------------------ | ||
| 897 : | r437 | neilt | 2006-04-02 14:07:50 -0600 (Sun, 02 Apr 2006) | 1 line | ||
| 898 : | |||
| 899 : | incomplete <?php tag fixed in pathway.php | ||
| 900 : | ------------------------------------------------------------------------ | ||
| 901 : | r435 | cauld | 2006-04-02 13:37:55 -0600 (Sun, 02 Apr 2006) | 1 line | ||
| 902 : | |||
| 903 : | cauld - Committing the MOStlyCE v1.4 Admin component (major overhaul) | ||
| 904 : | ------------------------------------------------------------------------ | ||
| 905 : | r434 | cauld | 2006-04-02 13:34:14 -0600 (Sun, 02 Apr 2006) | 1 line | ||
| 906 : | |||
| 907 : | cauld - Commiting the MOStlyCE v1.5 mambot (major overhaul) | ||
| 908 : | ------------------------------------------------------------------------ | ||
| 909 : | r433 | cauld | 2006-04-02 13:27:50 -0600 (Sun, 02 Apr 2006) | 1 line | ||
| 910 : | |||
| 911 : | cauld - MOStlyCE work: removing imgmanager, filemanager, & preview plugins. | ||
| 912 : | Also removed auth_mostlyce.php. | ||
| 913 : | ------------------------------------------------------------------------ | ||
| 914 : | r432 | counterpoint | 2006-04-01 01:30:03 -0700 (Sat, 01 Apr 2006) | 1 line | ||
| 915 : | |||
| 916 : | Add Mambo Containers admin side component. | ||
| 917 : | ------------------------------------------------------------------------ | ||
| 918 : | r431 | neilt | 2006-03-31 04:13:07 -0700 (Fri, 31 Mar 2006) | 1 line | ||
| 919 : | |||
| 920 : | changed admin to show advanced_mode as default | ||
| 921 : | ------------------------------------------------------------------------ | ||
| 922 : | r430 | adi | 2006-03-31 03:55:04 -0700 (Fri, 31 Mar 2006) | 1 line | ||
| 923 : | |||
| 924 : | fix bugs #8109 | ||
| 925 : | ------------------------------------------------------------------------ | ||
| 926 : | r429 | neilt | 2006-03-30 12:19:21 -0700 (Thu, 30 Mar 2006) | 6 lines | ||
| 927 : | |||
| 928 : | Fixed mod_latest_content no content error | ||
| 929 : | Fixed handlers in mod_latest_content | ||
| 930 : | Corrected cases in mod_latest_content | ||
| 931 : | Removed mod_latest_content fixed width limit in horizontal td case | ||
| 932 : | Fixed bug in content.class.php getBlogSectionCount() not returning 0 count | ||
| 933 : | Module mod_latest_content changed to default unpublished | ||
| 934 : | ------------------------------------------------------------------------ | ||
| 935 : | r428 | adi | 2006-03-29 01:20:05 -0700 (Wed, 29 Mar 2006) | 1 line | ||
| 936 : | |||
| 937 : | fixed bugs #8118 | ||
| 938 : | ------------------------------------------------------------------------ | ||
| 939 : | r426 | neilt | 2006-03-28 12:09:32 -0700 (Tue, 28 Mar 2006) | 1 line | ||
| 940 : | |||
| 941 : | omission of echo in <?php T_('... statements | ||
| 942 : | ------------------------------------------------------------------------ | ||
| 943 : | r425 | counterpoint | 2006-03-27 09:09:50 -0700 (Mon, 27 Mar 2006) | 1 line | ||
| 944 : | |||
| 945 : | Optimisation and bug fix for ampersand processing in the universal installer. | ||
| 946 : | ------------------------------------------------------------------------ | ||
| 947 : | r424 | cauld | 2006-03-26 21:11:14 -0700 (Sun, 26 Mar 2006) | 1 line | ||
| 948 : | |||
| 949 : | cauld - updating security list email address on installation survey | ||
| 950 : | ------------------------------------------------------------------------ | ||
| 951 : | r423 | counterpoint | 2006-03-23 09:32:52 -0700 (Thu, 23 Mar 2006) | 1 line | ||
| 952 : | |||
| 953 : | Bug fix to stop foreach on null failure. | ||
| 954 : | ------------------------------------------------------------------------ | ||
| 955 : | r422 | counterpoint | 2006-03-22 11:41:29 -0700 (Wed, 22 Mar 2006) | 1 line | ||
| 956 : | |||
| 957 : | Optimisation of menu types handling, mostlyce.php request for template. Fixed | ||
| 958 : | admin side failure to consistently find session data. Reorganised admin side to | ||
| 959 : | ignore repeated logins. Fixed offline check validation of admin session. | ||
| 960 : | ------------------------------------------------------------------------ | ||
| 961 : | r421 | counterpoint | 2006-03-22 01:29:54 -0700 (Wed, 22 Mar 2006) | 1 line | ||
| 962 : | |||
| 963 : | Hardening of contact component. | ||
| 964 : | ------------------------------------------------------------------------ | ||
| 965 : | r420 | counterpoint | 2006-03-22 01:29:28 -0700 (Wed, 22 Mar 2006) | 1 line | ||
| 966 : | |||
| 967 : | Optimisation of admin user and session management | ||
| 968 : | ------------------------------------------------------------------------ | ||
| 969 : | r419 | counterpoint | 2006-03-21 11:12:17 -0700 (Tue, 21 Mar 2006) | 1 line | ||
| 970 : | |||
| 971 : | Optimisation and modified document root discovery. | ||
| 972 : | ------------------------------------------------------------------------ | ||
| 973 : | r418 | counterpoint | 2006-03-21 11:11:00 -0700 (Tue, 21 Mar 2006) | 1 line | ||
| 974 : | |||
| 975 : | Changes to include index.php to establish the environment for editor popups. | ||
| 976 : | Optimisation of requests for information about the current user's ACL status. | ||
| 977 : | ------------------------------------------------------------------------ | ||
| 978 : | r417 | counterpoint | 2006-03-21 11:06:53 -0700 (Tue, 21 Mar 2006) | 1 line | ||
| 979 : | |||
| 980 : | Optimisation, merging of mosDBTable and mosDBTableEntry methods. | ||
| 981 : | ------------------------------------------------------------------------ | ||
| 982 : | r416 | cauld | 2006-03-20 22:44:47 -0700 (Mon, 20 Mar 2006) | 1 line | ||
| 983 : | |||
| 984 : | cauld - Adding a donation icon to the new installation survey | ||
| 985 : | ------------------------------------------------------------------------ | ||
| 986 : | r415 | csouza | 2006-03-20 18:29:11 -0700 (Mon, 20 Mar 2006) | 1 line | ||
| 987 : | |||
| 988 : | changes to com_admin/admin.admin.html.php to grab local help files | ||
| 989 : | ------------------------------------------------------------------------ | ||
| 990 : | r413 | csouza | 2006-03-20 18:24:13 -0700 (Mon, 20 Mar 2006) | 1 line | ||
| 991 : | |||
| 992 : | changes to com_admin/admin.admin.html.php to grab local help files | ||
| 993 : | ------------------------------------------------------------------------ | ||
| 994 : | r412 | csouza | 2006-03-20 18:19:39 -0700 (Mon, 20 Mar 2006) | 1 line | ||
| 995 : | |||
| 996 : | changes to com_admin/admin.admin.html.php to grab local help files | ||
| 997 : | ------------------------------------------------------------------------ | ||
| 998 : | r411 | csouza | 2006-03-20 18:10:48 -0700 (Mon, 20 Mar 2006) | 1 line | ||
| 999 : | |||
| 1000 : | changes to com_admin/admin.admin.html.php to grab local help files | ||
| 1001 : | ------------------------------------------------------------------------ | ||
| 1002 : | r410 | csouza | 2006-03-20 17:58:54 -0700 (Mon, 20 Mar 2006) | 1 line | ||
| 1003 : | |||
| 1004 : | mod to pull help screens locally | ||
| 1005 : | ------------------------------------------------------------------------ | ||
| 1006 : | r409 | csouza | 2006-03-20 17:22:21 -0700 (Mon, 20 Mar 2006) | 1 line | ||
| 1007 : | |||
| 1008 : | language stuff | ||
| 1009 : | ------------------------------------------------------------------------ | ||
| 1010 : | r408 | csouza | 2006-03-20 16:47:49 -0700 (Mon, 20 Mar 2006) | 1 line | ||
| 1011 : | |||
| 1012 : | language defaults in install4.php | ||
| 1013 : | ------------------------------------------------------------------------ | ||
| 1014 : | r406 | cauld | 2006-03-19 18:03:14 -0700 (Sun, 19 Mar 2006) | 1 line | ||
| 1015 : | |||
| 1016 : | cauld - Fixing MOStlyCE print plugin and disabling preview plugin in favor | ||
| 1017 : | own Mambo's preview option. | ||
| 1018 : | ------------------------------------------------------------------------ | ||
| 1019 : | r403 | csouza | 2006-03-19 13:41:39 -0700 (Sun, 19 Mar 2006) | 1 line | ||
| 1020 : | |||
| 1021 : | language manager | ||
| 1022 : | ------------------------------------------------------------------------ | ||
| 1023 : | r402 | counterpoint | 2006-03-19 07:32:34 -0700 (Sun, 19 Mar 2006) | 1 line | ||
| 1024 : | |||
| 1025 : | Extended new contact popup for linking to user, so as to show both full name and user name. | ||
| 1026 : | ------------------------------------------------------------------------ | ||
| 1027 : | r401 | counterpoint | 2006-03-19 03:28:33 -0700 (Sun, 19 Mar 2006) | 1 line | ||
| 1028 : | |||
| 1029 : | Recorded changes to restore functioning of popups. | ||
| 1030 : | ------------------------------------------------------------------------ | ||
| 1031 : | r400 | counterpoint | 2006-03-19 03:22:44 -0700 (Sun, 19 Mar 2006) | 1 line | ||
| 1032 : | |||
| 1033 : | Reinstate popup changes that had got lost | ||
| 1034 : | ------------------------------------------------------------------------ | ||
| 1035 : | r397 | cauld | 2006-03-16 23:19:47 -0700 (Thu, 16 Mar 2006) | 1 line | ||
| 1036 : | |||
| 1037 : | cauld - Bringing back MOStlyCE / TinyMCE 2.0.2 with fixed IE issue reported during Beta 1. | ||
| 1038 : | ------------------------------------------------------------------------ | ||
| 1039 : | r396 | cauld | 2006-03-16 22:57:17 -0700 (Thu, 16 Mar 2006) | 1 line | ||
| 1040 : | |||
| 1041 : | cauld - Removing mostlyce directory. Reverting back to TinyMCE 2.0.2. | ||
| 1042 : | Too many issues with 2.0.4. Fixed IE error without upgrading. | ||
| 1043 : | ------------------------------------------------------------------------ | ||
| 1044 : | r393 | counterpoint | 2006-03-14 14:59:44 -0700 (Tue, 14 Mar 2006) | 1 line | ||
| 1045 : | |||
| 1046 : | Tightened security | ||
| 1047 : | ------------------------------------------------------------------------ | ||
| 1048 : | r392 | counterpoint | 2006-03-14 14:59:00 -0700 (Tue, 14 Mar 2006) | 1 line | ||
| 1049 : | |||
| 1050 : | Mods to support new container component, and to secure RSS feeds. | ||
| 1051 : | ------------------------------------------------------------------------ | ||
| 1052 : | r391 | counterpoint | 2006-03-13 11:15:58 -0700 (Mon, 13 Mar 2006) | 1 line | ||
| 1053 : | |||
| 1054 : | Modified SEF code so that when SEO is switched off, URL still has ampersands encoded. | ||
| 1055 : | ------------------------------------------------------------------------ | ||
| 1056 : | r390 | counterpoint | 2006-03-13 11:15:11 -0700 (Mon, 13 Mar 2006) | 1 line | ||
| 1057 : | |||
| 1058 : | Reverted mosPathway makePathway, moved change into sefRelToAbs. Modified error reporting | ||
| 1059 : | slightly to suppress errors during setup. | ||
| 1060 : | ------------------------------------------------------------------------ | ||
| 1061 : | r388 | cauld | 2006-03-12 12:39:31 -0700 (Sun, 12 Mar 2006) | 1 line | ||
| 1062 : | |||
| 1063 : | cauld - Changing end user installation survey to hand comments a bit differently. | ||
| 1064 : | Comments now go to feedback@mambo-foundation.org. | ||
| 1065 : | ------------------------------------------------------------------------ | ||
| 1066 : | r387 | cauld | 2006-03-12 12:03:29 -0700 (Sun, 12 Mar 2006) | 1 line | ||
| 1067 : | |||
| 1068 : | cauld - Fixing mostlyce.xml for IE contextmenu change | ||
| 1069 : | ------------------------------------------------------------------------ | ||
| 1070 : | r386 | cauld | 2006-03-12 12:00:28 -0700 (Sun, 12 Mar 2006) | 1 line | ||
| 1071 : | |||
| 1072 : | cauld - Adding IE fix for the MOStlyCE contextmenu plugin | ||
| 1073 : | ------------------------------------------------------------------------ | ||
| 1074 : | r385 | counterpoint | 2006-03-12 08:46:12 -0700 (Sun, 12 Mar 2006) | 1 line | ||
| 1075 : | |||
| 1076 : | Optimisation of mosDBTable move method. | ||
| 1077 : | ------------------------------------------------------------------------ | ||
| 1078 : | r384 | counterpoint | 2006-03-12 08:44:55 -0700 (Sun, 12 Mar 2006) | 1 line | ||
| 1079 : | |||
| 1080 : | Bug fixes | ||
| 1081 : | ------------------------------------------------------------------------ | ||
| 1082 : | r383 | counterpoint | 2006-03-12 08:43:56 -0700 (Sun, 12 Mar 2006) | 1 line | ||
| 1083 : | |||
| 1084 : | Hardened against misuse | ||
| 1085 : | ------------------------------------------------------------------------ | ||
| 1086 : | r382 | counterpoint | 2006-03-12 08:43:33 -0700 (Sun, 12 Mar 2006) | 1 line | ||
| 1087 : | |||
| 1088 : | Removed reliance on register_globals | ||
| 1089 : | ------------------------------------------------------------------------ | ||
| 1090 : | r380 | counterpoint | 2006-03-09 07:48:49 -0700 (Thu, 09 Mar 2006) | 1 line | ||
| 1091 : | |||
| 1092 : | Changes to mosDBTableEntry - not in live use - but needed for mosContainer development. | ||
| 1093 : | ------------------------------------------------------------------------ | ||
| 1094 : | r379 | cauld | 2006-03-08 22:54:56 -0700 (Wed, 08 Mar 2006) | 1 line | ||
| 1095 : | |||
| 1096 : | cauld - updating MOStlyCE xml file for TinyMCE 2.0.4 update | ||
| 1097 : | ------------------------------------------------------------------------ | ||
| 1098 : | r378 | cauld | 2006-03-08 22:51:54 -0700 (Wed, 08 Mar 2006) | 1 line | ||
| 1099 : | |||
| 1100 : | cauld - finishing MOStlyCE 1.5 / TinyMCE 2.0.4 upgrade | ||
| 1101 : | ------------------------------------------------------------------------ | ||
| 1102 : | r376 | cauld | 2006-03-08 22:01:09 -0700 (Wed, 08 Mar 2006) | 1 line | ||
| 1103 : | |||
| 1104 : | cauld - MOStlyCE Admin update to disable default compression | ||
| 1105 : | ------------------------------------------------------------------------ | ||
| 1106 : | r372 | cauld | 2006-03-08 21:27:28 -0700 (Wed, 08 Mar 2006) | 1 line | ||
| 1107 : | |||
| 1108 : | cauld - working on a mostlyce upgrade | ||
| 1109 : | ------------------------------------------------------------------------ | ||
| 1110 : | r371 | counterpoint | 2006-03-08 10:51:49 -0700 (Wed, 08 Mar 2006) | 1 line | ||
| 1111 : | |||
| 1112 : | Fix problem with mass chmod not recursing correctly | ||
| 1113 : | ------------------------------------------------------------------------ | ||
| 1114 : | r370 | counterpoint | 2006-03-08 10:51:22 -0700 (Wed, 08 Mar 2006) | 1 line | ||
| 1115 : | |||
| 1116 : | Fix access to Mambo configuration - cope in different contexts | ||
| 1117 : | ------------------------------------------------------------------------ | ||
| 1118 : | r369 | counterpoint | 2006-03-08 10:50:42 -0700 (Wed, 08 Mar 2006) | 1 line | ||
| 1119 : | |||
| 1120 : | Fix foreach failure on empty database results | ||
| 1121 : | ------------------------------------------------------------------------ | ||
| 1122 : | r363 | adi | 2006-03-06 19:42:01 -0700 (Mon, 06 Mar 2006) | 1 line | ||
| 1123 : | |||
| 1124 : | fix ticket #32 | ||
| 1125 : | ------------------------------------------------------------------------ | ||
| 1126 : | r362 | adi | 2006-03-06 19:26:20 -0700 (Mon, 06 Mar 2006) | 1 line | ||
| 1127 : | |||
| 1128 : | fix typo | ||
| 1129 : | ------------------------------------------------------------------------ | ||
| 1130 : | r361 | cauld | 2006-03-06 07:02:33 -0700 (Mon, 06 Mar 2006) | 1 line | ||
| 1131 : | |||
| 1132 : | cauld - rechecking in gin's trash fix that was overwritten a while back | ||
| 1133 : | ------------------------------------------------------------------------ | ||
| 1134 : | r359 | adi | 2006-03-06 04:11:53 -0700 (Mon, 06 Mar 2006) | 1 line | ||
| 1135 : | |||
| 1136 : | fix ticket #31 | ||
| 1137 : | ------------------------------------------------------------------------ | ||
| 1138 : | r357 | cauld | 2006-03-04 23:59:11 -0700 (Sat, 04 Mar 2006) | 1 line | ||
| 1139 : | |||
| 1140 : | cauld - updating version info for 4.6 public RC1 | ||
| 1141 : | ------------------------------------------------------------------------ | ||
| 1142 : | r355 | cauld | 2006-03-04 23:54:55 -0700 (Sat, 04 Mar 2006) | 1 line | ||
| 1143 : | |||
| 1144 : | cauld - Adding new end user survey functionality to the last install screen | ||
| 1145 : | ------------------------------------------------------------------------ | ||
| 1146 : | r353 | counterpoint | 2006-03-02 10:26:20 -0700 (Thu, 02 Mar 2006) | 1 line | ||
| 1147 : | |||
| 1148 : | Bug fix - was reliant on register_globals. | ||
| 1149 : | ------------------------------------------------------------------------ | ||
| 1150 : | r352 | oziris | 2006-03-01 12:18:50 -0700 (Wed, 01 Mar 2006) | 1 line | ||
| 1151 : | |||
| 1152 : | Ticket #10 changing www.mamboserver.com to www.mambo-foundation.org | ||
| 1153 : | ------------------------------------------------------------------------ | ||
| 1154 : | r351 | oziris | 2006-03-01 11:57:37 -0700 (Wed, 01 Mar 2006) | 1 line | ||
| 1155 : | |||
| 1156 : | Ticket #8 | ||
| 1157 : | ------------------------------------------------------------------------ | ||
| 1158 : | r350 | oziris | 2006-03-01 11:35:50 -0700 (Wed, 01 Mar 2006) | 1 line | ||
| 1159 : | |||
| 1160 : | Ticket #9 | ||
| 1161 : | ------------------------------------------------------------------------ | ||
| 1162 : | r348 | cauld | 2006-03-01 07:35:46 -0700 (Wed, 01 Mar 2006) | 1 line | ||
| 1163 : | |||
| 1164 : | cauld - updating "Lost Password" error message to make it more clear that | ||
| 1165 : | both username and email address are required. | ||
| 1166 : | ------------------------------------------------------------------------ | ||
| 1167 : | r347 | adi | 2006-02-28 21:33:11 -0700 (Tue, 28 Feb 2006) | 1 line | ||
| 1168 : | |||
| 1169 : | ticket #46 | ||
| 1170 : | ------------------------------------------------------------------------ | ||
| 1171 : | r346 | oziris | 2006-02-28 09:07:58 -0700 (Tue, 28 Feb 2006) | 1 line | ||
| 1172 : | |||
| 1173 : | updated calls to new help file names | ||
| 1174 : | ------------------------------------------------------------------------ | ||
| 1175 : | r345 | oziris | 2006-02-28 08:32:43 -0700 (Tue, 28 Feb 2006) | 1 line | ||
| 1176 : | |||
| 1177 : | Renamed help files so they don't contain 453 in the file name | ||
| 1178 : | ------------------------------------------------------------------------ | ||
| 1179 : | r342 | cauld | 2006-02-28 07:53:09 -0700 (Tue, 28 Feb 2006) | 1 line | ||
| 1180 : | |||
| 1181 : | cauld - Changing default MOStlyCE plugin layout based on suggestions from Water & Stone | ||
| 1182 : | ------------------------------------------------------------------------ | ||
| 1183 : | r341 | cauld | 2006-02-28 06:31:13 -0700 (Tue, 28 Feb 2006) | 1 line | ||
| 1184 : | |||
| 1185 : | cauld - Creating a empty files directory for use by MOStlyCE. Uses this with | ||
| 1186 : | HTML templates and the file manager. Closing Trac ticket #45. | ||
| 1187 : | ------------------------------------------------------------------------ | ||
| 1188 : | r339 | adi | 2006-02-27 21:48:46 -0700 (Mon, 27 Feb 2006) | 1 line | ||
| 1189 : | |||
| 1190 : | add mambo version info in administrator pages | ||
| 1191 : | ------------------------------------------------------------------------ | ||
| 1192 : | r338 | adi | 2006-02-27 03:55:24 -0700 (Mon, 27 Feb 2006) | 1 line | ||
| 1193 : | |||
| 1194 : | Trac Ticket #49 | ||
| 1195 : | ------------------------------------------------------------------------ | ||
| 1196 : | r337 | adi | 2006-02-27 01:23:16 -0700 (Mon, 27 Feb 2006) | 1 line | ||
| 1197 : | |||
| 1198 : | fix makePathway() to correctly encode & entity into & | ||
| 1199 : | ------------------------------------------------------------------------ | ||
| 1200 : | r336 | adi | 2006-02-26 23:14:05 -0700 (Sun, 26 Feb 2006) | 1 line | ||
| 1201 : | |||
| 1202 : | Trac Ticket #41 | ||
| 1203 : | ------------------------------------------------------------------------ | ||
| 1204 : | r334 | adi | 2006-02-26 21:36:06 -0700 (Sun, 26 Feb 2006) | 1 line | ||
| 1205 : | |||
| 1206 : | add mod_latestcontent record | ||
| 1207 : | ------------------------------------------------------------------------ | ||
| 1208 : | r333 | adi | 2006-02-26 21:32:34 -0700 (Sun, 26 Feb 2006) | 1 line | ||
| 1209 : | |||
| 1210 : | add latest_content module | ||
| 1211 : | ------------------------------------------------------------------------ | ||
| 1212 : | r331 | cauld | 2006-02-25 12:49:00 -0700 (Sat, 25 Feb 2006) | 1 line | ||
| 1213 : | |||
| 1214 : | cauld - setting htmltemplate and caption to the list of auto started plugins within mostlyce | ||
| 1215 : | ------------------------------------------------------------------------ | ||
| 1216 : | r328 | cauld | 2006-02-25 12:28:09 -0700 (Sat, 25 Feb 2006) | 1 line | ||
| 1217 : | |||
| 1218 : | cauld - fixing a bug that caused the "Not Authorized" error when someone was trying to edit content from the frontend | ||
| 1219 : | ------------------------------------------------------------------------ | ||
| 1220 : | r327 | cauld | 2006-02-25 11:55:31 -0700 (Sat, 25 Feb 2006) | 1 line | ||
| 1221 : | |||
| 1222 : | cauld - correcting a mostlyce htmltemplate plugin issue | ||
| 1223 : | ------------------------------------------------------------------------ | ||
| 1224 : | r326 | cauld | 2006-02-25 11:54:12 -0700 (Sat, 25 Feb 2006) | 2 lines | ||
| 1225 : | |||
| 1226 : | cauld - correcting mostlyce config files for plugin changes | ||
| 1227 : | ------------------------------------------------------------------------ | ||
| 1228 : | r325 | cauld | 2006-02-25 11:03:32 -0700 (Sat, 25 Feb 2006) | 1 line | ||
| 1229 : | |||
| 1230 : | cauld - removing 4 unused mostlyce plugins | ||
| 1231 : | ------------------------------------------------------------------------ | ||
| 1232 : | r324 | cauld | 2006-02-25 10:57:35 -0700 (Sat, 25 Feb 2006) | 1 line | ||
| 1233 : | |||
| 1234 : | cauld - adding back in to old tinymce plugins that I removed before (caption & htmltemplate) | ||
| 1235 : | ------------------------------------------------------------------------ | ||
| 1236 : | r323 | oziris | 2006-02-24 13:57:52 -0700 (Fri, 24 Feb 2006) | 1 line | ||
| 1237 : | |||
| 1238 : | Updated for copyright notices. | ||
| 1239 : | ------------------------------------------------------------------------ | ||
| 1240 : | r322 | oziris | 2006-02-24 13:55:29 -0700 (Fri, 24 Feb 2006) | 1 line | ||
| 1241 : | |||
| 1242 : | Updated Copyright notices in XML files. | ||
| 1243 : | ------------------------------------------------------------------------ | ||
| 1244 : | r320 | counterpoint | 2006-02-24 09:46:13 -0700 (Fri, 24 Feb 2006) | 1 line | ||
| 1245 : | |||
| 1246 : | Improved (un)installer error handling. Modified session purge, making distinction between user side and admin side. | ||
| 1247 : | ------------------------------------------------------------------------ | ||
| 1248 : | r319 | counterpoint | 2006-02-23 04:30:16 -0700 (Thu, 23 Feb 2006) | 1 line | ||
| 1249 : | |||
| 1250 : | Bug fixes | ||
| 1251 : | ------------------------------------------------------------------------ | ||
| 1252 : | r316 | adi | 2006-02-22 23:25:01 -0700 (Wed, 22 Feb 2006) | 1 line | ||
| 1253 : | |||
| 1254 : | update mamboforge to mamboxchange | ||
| 1255 : | ------------------------------------------------------------------------ | ||
| 1256 : | r315 | konlong | 2006-02-22 06:31:46 -0700 (Wed, 22 Feb 2006) | 2 lines | ||
| 1257 : | |||
| 1258 : | Reference to undefined variable fixed in admin.menus.php function copyMenuSave | ||
| 1259 : | The use of the variable $and should be avoided in deference to $_and, $and gives an unknown token notice 8 files | ||
| 1260 : | ------------------------------------------------------------------------ | ||
| 1261 : | r314 | konlong | 2006-02-22 05:57:20 -0700 (Wed, 22 Feb 2006) | 2 lines | ||
| 1262 : | |||
| 1263 : | added call to addDescendants to the remove case. | ||
| 1264 : | Fixed undefined variable $database; in saveOrder() | ||
| 1265 : | ------------------------------------------------------------------------ | ||
| 1266 : | r313 | chanh | 2006-02-21 16:20:16 -0700 (Tue, 21 Feb 2006) | 2 lines | ||
| 1267 : | |||
| 1268 : | Missing closing php tags! | ||
| 1269 : | ------------------------------------------------------------------------ | ||
| 1270 : | r312 | chanh | 2006-02-21 16:08:14 -0700 (Tue, 21 Feb 2006) | 1 line | ||
| 1271 : | |||
| 1272 : | Missing closing php tags! | ||
| 1273 : | ------------------------------------------------------------------------ | ||
| 1274 : | r311 | chanh | 2006-02-21 16:07:58 -0700 (Tue, 21 Feb 2006) | 1 line | ||
| 1275 : | |||
| 1276 : | Missing closing php tags! | ||
| 1277 : | ------------------------------------------------------------------------ | ||
| 1278 : | r310 | cauld | 2006-02-21 07:02:46 -0700 (Tue, 21 Feb 2006) | 1 line | ||
| 1279 : | |||
| 1280 : | cauld - committing a change to database.php to fix a content update / insert | ||
| 1281 : | issue based on a suggested fix by counterpoint | ||
| 1282 : | ------------------------------------------------------------------------ | ||
| 1283 : | r309 | adi | 2006-02-20 20:47:49 -0700 (Mon, 20 Feb 2006) | 1 line | ||
| 1284 : | |||
| 1285 : | Trac ticket #36 | ||
| 1286 : | ------------------------------------------------------------------------ | ||
| 1287 : | r305 | cauld | 2006-02-18 16:10:53 -0700 (Sat, 18 Feb 2006) | 1 line | ||
| 1288 : | |||
| 1289 : | cauld - Adding some stuff for MOStlyCE and fixing Safari warning | ||
| 1290 : | ------------------------------------------------------------------------ | ||
| 1291 : | r304 | csouza | 2006-02-16 20:07:10 -0700 (Thu, 16 Feb 2006) | 2 lines | ||
| 1292 : | |||
| 1293 : | corrected a few non i18ned strings | ||
| 1294 : | ------------------------------------------------------------------------ | ||
| 1295 : | r303 | csouza | 2006-02-16 20:06:03 -0700 (Thu, 16 Feb 2006) | 1 line | ||
| 1296 : | |||
| 1297 : | added localization vars to configuration.php-dist | ||
| 1298 : | ------------------------------------------------------------------------ | ||
| 1299 : | r302 | csouza | 2006-02-16 20:05:11 -0700 (Thu, 16 Feb 2006) | 1 line | ||
| 1300 : | |||
| 1301 : | fixed fixlanguage() | ||
| 1302 : | ------------------------------------------------------------------------ | ||
| 1303 : | r301 | csouza | 2006-02-16 20:04:10 -0700 (Thu, 16 Feb 2006) | 1 line | ||
| 1304 : | |||
| 1305 : | updated mod_whosonline to select a plural string from a specific language file | ||
| 1306 : | ------------------------------------------------------------------------ | ||
| 1307 : | r300 | csouza | 2006-02-16 20:02:31 -0700 (Thu, 16 Feb 2006) | 1 line | ||
| 1308 : | |||
| 1309 : | updated com_languages | ||
| 1310 : | ------------------------------------------------------------------------ | ||
| 1311 : | r299 | csouza | 2006-02-16 20:02:08 -0700 (Thu, 16 Feb 2006) | 1 line | ||
| 1312 : | |||
| 1313 : | updated com_languages | ||
| 1314 : | ------------------------------------------------------------------------ | ||
| 1315 : | r298 | csouza | 2006-02-16 20:00:30 -0700 (Thu, 16 Feb 2006) | 1 line | ||
| 1316 : | |||
| 1317 : | updated com_languages | ||
| 1318 : | ------------------------------------------------------------------------ | ||
| 1319 : | r297 | csouza | 2006-02-16 14:43:38 -0700 (Thu, 16 Feb 2006) | 1 line | ||
| 1320 : | |||
| 1321 : | replacement of copyright notices | ||
| 1322 : | ------------------------------------------------------------------------ | ||
| 1323 : | r296 | cauld | 2006-02-16 08:02:03 -0700 (Thu, 16 Feb 2006) | 1 line | ||
| 1324 : | |||
| 1325 : | cauld - fixing PHP version to low notice on install | ||
| 1326 : | ------------------------------------------------------------------------ | ||
| 1327 : | r295 | cauld | 2006-02-16 07:58:50 -0700 (Thu, 16 Feb 2006) | 1 line | ||
| 1328 : | |||
| 1329 : | cauld - updating install screen to display PHP version 4.3.0 as min requirement | ||
| 1330 : | ------------------------------------------------------------------------ | ||
| 1331 : | r294 | adi | 2006-02-16 01:59:01 -0700 (Thu, 16 Feb 2006) | 1 line | ||
| 1332 : | |||
| 1333 : | remove td width in printicon function | ||
| 1334 : | ------------------------------------------------------------------------ | ||
| 1335 : | r293 | adi | 2006-02-16 01:57:15 -0700 (Thu, 16 Feb 2006) | 1 line | ||
| 1336 : | |||
| 1337 : | remove td width in pdficon and emailicon function | ||
| 1338 : | ------------------------------------------------------------------------ | ||
| 1339 : | r292 | adi | 2006-02-16 01:34:47 -0700 (Thu, 16 Feb 2006) | 1 line | ||
| 1340 : | |||
| 1341 : | Trac ticket #38 | ||
| 1342 : | ------------------------------------------------------------------------ | ||
| 1343 : | r290 | counterpoint | 2006-02-15 16:16:04 -0700 (Wed, 15 Feb 2006) | 1 line | ||
| 1344 : | |||
| 1345 : | Fix submit news problems by changing to submit faq (also removed itemid) | ||
| 1346 : | ------------------------------------------------------------------------ | ||
| 1347 : | r289 | counterpoint | 2006-02-15 10:56:19 -0700 (Wed, 15 Feb 2006) | 1 line | ||
| 1348 : | |||
| 1349 : | Fixed bugs in resequencing various types of item | ||
| 1350 : | ------------------------------------------------------------------------ | ||
| 1351 : | r288 | counterpoint | 2006-02-15 10:18:43 -0700 (Wed, 15 Feb 2006) | 1 line | ||
| 1352 : | |||
| 1353 : | Bug fixes | ||
| 1354 : | ------------------------------------------------------------------------ | ||
| 1355 : | r287 | counterpoint | 2006-02-15 09:49:55 -0700 (Wed, 15 Feb 2006) | 1 line | ||
| 1356 : | |||
| 1357 : | Bug fixes | ||
| 1358 : | ------------------------------------------------------------------------ | ||
| 1359 : | r286 | counterpoint | 2006-02-15 04:18:27 -0700 (Wed, 15 Feb 2006) | 2 lines | ||
| 1360 : | |||
| 1361 : | Bug fixes | ||
| 1362 : | ------------------------------------------------------------------------ | ||
| 1363 : | r284 | adi | 2006-02-14 22:18:19 -0700 (Tue, 14 Feb 2006) | 1 line | ||
| 1364 : | |||
| 1365 : | fix css problem for menu height in firefox | ||
| 1366 : | ------------------------------------------------------------------------ | ||
| 1367 : | r283 | counterpoint | 2006-02-14 15:39:59 -0700 (Tue, 14 Feb 2006) | 1 line | ||
| 1368 : | |||
| 1369 : | Bug fix problem analysing parameters from XML | ||
| 1370 : | ------------------------------------------------------------------------ | ||
| 1371 : | r282 | counterpoint | 2006-02-14 15:38:15 -0700 (Tue, 14 Feb 2006) | 1 line | ||
| 1372 : | |||
| 1373 : | Bug fix theme.js incorrect path to find menu images | ||
| 1374 : | ------------------------------------------------------------------------ | ||
| 1375 : | r281 | counterpoint | 2006-02-14 14:42:10 -0700 (Tue, 14 Feb 2006) | 2 lines | ||
| 1376 : | |||
| 1377 : | Bug fix | ||
| 1378 : | ------------------------------------------------------------------------ | ||
| 1379 : | r277 | adi | 2006-02-14 01:14:48 -0700 (Tue, 14 Feb 2006) | 2 lines | ||
| 1380 : | |||
| 1381 : | hide secret word in global config based on, Trac ticket #9 | ||
| 1382 : | ------------------------------------------------------------------------ | ||
| 1383 : | r276 | adi | 2006-02-14 00:38:24 -0700 (Tue, 14 Feb 2006) | 1 line | ||
| 1384 : | |||
| 1385 : | Trac ticket #5 | ||
| 1386 : | ------------------------------------------------------------------------ | ||
| 1387 : | r275 | adi | 2006-02-14 00:32:53 -0700 (Tue, 14 Feb 2006) | 2 lines | ||
| 1388 : | |||
| 1389 : | update sample data, Trac ticket #4 | ||
| 1390 : | ------------------------------------------------------------------------ | ||
| 1391 : | r274 | adi | 2006-02-14 00:17:41 -0700 (Tue, 14 Feb 2006) | 2 lines | ||
| 1392 : | |||
| 1393 : | remove key reference based on | ||
| 1394 : | http://forum.mamboserver.com/showthread.php?t=66453 | ||
| 1395 : | ------------------------------------------------------------------------ | ||
| 1396 : | r273 | adi | 2006-02-13 22:46:12 -0700 (Mon, 13 Feb 2006) | 2 lines | ||
| 1397 : | |||
| 1398 : | add client id column in showClients function, based on | ||
| 1399 : | Trac ticket #15 | ||
| 1400 : | ------------------------------------------------------------------------ | ||
| 1401 : | r272 | counterpoint | 2006-02-13 08:41:51 -0700 (Mon, 13 Feb 2006) | 1 line | ||
| 1402 : | |||
| 1403 : | Installer developments and bugs, syndstyle handling. | ||
| 1404 : | ------------------------------------------------------------------------ | ||
| 1405 : | r271 | counterpoint | 2006-02-13 08:37:07 -0700 (Mon, 13 Feb 2006) | 1 line | ||
| 1406 : | |||
| 1407 : | Installer bug fixes and development. | ||
| 1408 : | ------------------------------------------------------------------------ | ||
| 1409 : | r270 | counterpoint | 2006-02-13 08:31:12 -0700 (Mon, 13 Feb 2006) | 1 line | ||
| 1410 : | |||
| 1411 : | Syndstyle and file handling bug fixes. | ||
| 1412 : | ------------------------------------------------------------------------ | ||
| 1413 : | r269 | counterpoint | 2006-02-13 08:12:12 -0700 (Mon, 13 Feb 2006) | 1 line | ||
| 1414 : | |||
| 1415 : | Introduce syndstyle to allow components to be used as objects at other sites. | ||
| 1416 : | ------------------------------------------------------------------------ | ||
| 1417 : | r268 | adi | 2006-02-13 03:59:27 -0700 (Mon, 13 Feb 2006) | 1 line | ||
| 1418 : | |||
| 1419 : | fix global variables | ||
| 1420 : | ------------------------------------------------------------------------ | ||
| 1421 : | r267 | adi | 2006-02-13 03:52:27 -0700 (Mon, 13 Feb 2006) | 1 line | ||
| 1422 : | |||
| 1423 : | fix showInstallMessage function, add third parameter for redirect | ||
| 1424 : | ------------------------------------------------------------------------ | ||
| 1425 : | r266 | csouza | 2006-02-12 16:49:56 -0700 (Sun, 12 Feb 2006) | 2 lines | ||
| 1426 : | |||
| 1427 : | fixed some localization bugs | ||
| 1428 : | ------------------------------------------------------------------------ | ||
| 1429 : | r265 | csouza | 2006-02-12 16:49:14 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1430 : | |||
| 1431 : | localization | ||
| 1432 : | ------------------------------------------------------------------------ | ||
| 1433 : | r264 | csouza | 2006-02-12 16:45:24 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1434 : | |||
| 1435 : | fixed some localization bugs | ||
| 1436 : | ------------------------------------------------------------------------ | ||
| 1437 : | r263 | csouza | 2006-02-12 16:44:33 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1438 : | |||
| 1439 : | localization fixes | ||
| 1440 : | ------------------------------------------------------------------------ | ||
| 1441 : | r262 | csouza | 2006-02-12 16:43:25 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1442 : | |||
| 1443 : | fixed some localization bugs | ||
| 1444 : | ------------------------------------------------------------------------ | ||
| 1445 : | r260 | cauld | 2006-02-12 15:11:01 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1446 : | |||
| 1447 : | cauld - Adding MOStlyCE onclick plugin | ||
| 1448 : | ------------------------------------------------------------------------ | ||
| 1449 : | r259 | cauld | 2006-02-12 13:41:12 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1450 : | |||
| 1451 : | cauld - MOStlyCE table plugin upgrade | ||
| 1452 : | ------------------------------------------------------------------------ | ||
| 1453 : | r258 | cauld | 2006-02-12 13:39:40 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1454 : | |||
| 1455 : | cauld - MOStlyCE advlink plugin upgrade | ||
| 1456 : | ------------------------------------------------------------------------ | ||
| 1457 : | r257 | cauld | 2006-02-12 13:38:07 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1458 : | |||
| 1459 : | cauld - MOStlyCE advimage plugin fix | ||
| 1460 : | ------------------------------------------------------------------------ | ||
| 1461 : | r256 | cauld | 2006-02-12 13:36:52 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1462 : | |||
| 1463 : | cauld - MOStlyCE advhr plugin fix | ||
| 1464 : | ------------------------------------------------------------------------ | ||
| 1465 : | r255 | cauld | 2006-02-12 13:34:32 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1466 : | |||
| 1467 : | cauld - MOStlyCE preview plugin fix | ||
| 1468 : | ------------------------------------------------------------------------ | ||
| 1469 : | r254 | cauld | 2006-02-12 13:31:54 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1470 : | |||
| 1471 : | cauld - MOStlyCE auth_plugin.php change to handle the removal of auth.php | ||
| 1472 : | ------------------------------------------------------------------------ | ||
| 1473 : | r253 | csouza | 2006-02-12 12:38:26 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1474 : | |||
| 1475 : | mostlyce popup fix | ||
| 1476 : | ------------------------------------------------------------------------ | ||
| 1477 : | r252 | csouza | 2006-02-12 12:37:34 -0700 (Sun, 12 Feb 2006) | 2 lines | ||
| 1478 : | |||
| 1479 : | fix for mostlyce popup and localization calls to select language file | ||
| 1480 : | ------------------------------------------------------------------------ | ||
| 1481 : | r251 | cauld | 2006-02-12 10:25:32 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1482 : | |||
| 1483 : | cauld - more MOStlyCE changes | ||
| 1484 : | ------------------------------------------------------------------------ | ||
| 1485 : | r250 | cauld | 2006-02-12 10:17:00 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1486 : | |||
| 1487 : | cauld - adding mclayer.js for MOStlyCE | ||
| 1488 : | ------------------------------------------------------------------------ | ||
| 1489 : | r247 | cauld | 2006-02-12 08:52:29 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1490 : | |||
| 1491 : | cauld - removing old MOStlyCE onclick plugin | ||
| 1492 : | ------------------------------------------------------------------------ | ||
| 1493 : | r246 | cauld | 2006-02-12 08:49:29 -0700 (Sun, 12 Feb 2006) | 1 line | ||
| 1494 : | |||
| 1495 : | cauld - Upgrading MOStlyCE guts to 2.0.2 and fixing a few MOStlyCE bugs | ||
| 1496 : | ------------------------------------------------------------------------ | ||
| 1497 : | r245 | counterpoint | 2006-02-10 10:38:03 -0700 (Fri, 10 Feb 2006) | 1 line | ||
| 1498 : | |||
| 1499 : | Mambot handler fix, compatibility fixes. | ||
| 1500 : | ------------------------------------------------------------------------ | ||
| 1501 : | r244 | counterpoint | 2006-02-10 07:08:05 -0700 (Fri, 10 Feb 2006) | 1 line | ||
| 1502 : | |||
| 1503 : | Compatibility fixes. | ||
| 1504 : | ------------------------------------------------------------------------ | ||
| 1505 : | r243 | counterpoint | 2006-02-10 05:42:40 -0700 (Fri, 10 Feb 2006) | 1 line | ||
| 1506 : | |||
| 1507 : | Handle https and non standard ports; reduce volume of metadata by restricting to one item. | ||
| 1508 : | ------------------------------------------------------------------------ | ||
| 1509 : | r238 | counterpoint | 2006-02-07 11:03:58 -0700 (Tue, 07 Feb 2006) | 1 line | ||
| 1510 : | |||
| 1511 : | Bug fixes, mostly missing ampersands. | ||
| 1512 : | ------------------------------------------------------------------------ | ||
| 1513 : | r237 | counterpoint | 2006-02-06 09:36:18 -0700 (Mon, 06 Feb 2006) | 1 line | ||
| 1514 : | |||
| 1515 : | Remove "generator" tag, improve SEF to cover archived material, correct bugs in contact component. | ||
| 1516 : | ------------------------------------------------------------------------ | ||
| 1517 : | r236 | csouza | 2006-02-06 08:35:49 -0700 (Mon, 06 Feb 2006) | 1 line | ||
| 1518 : | |||
| 1519 : | fixed php4 reference to component handler | ||
| 1520 : | ------------------------------------------------------------------------ | ||
| 1521 : | r235 | counterpoint | 2006-02-05 10:46:04 -0700 (Sun, 05 Feb 2006) | 1 line | ||
| 1522 : | |||
| 1523 : | Bug fix | ||
| 1524 : | ------------------------------------------------------------------------ | ||
| 1525 : | r234 | counterpoint | 2006-02-05 09:08:28 -0700 (Sun, 05 Feb 2006) | 1 line | ||
| 1526 : | |||
| 1527 : | Security fixes. Add universal installer code. | ||
| 1528 : | ------------------------------------------------------------------------ | ||
| 1529 : | r233 | cauld | 2006-02-04 14:29:29 -0700 (Sat, 04 Feb 2006) | 1 line | ||
| 1530 : | |||
| 1531 : | cauld - updating version info for release | ||
| 1532 : | ------------------------------------------------------------------------ | ||
| 1533 : | r232 | csouza | 2006-02-04 13:36:36 -0700 (Sat, 04 Feb 2006) | 2 lines | ||
| 1534 : | |||
| 1535 : | corrected path to phpInputFilter | ||
| 1536 : | ------------------------------------------------------------------------ | ||
| 1537 : | r231 | csouza | 2006-02-04 13:36:24 -0700 (Sat, 04 Feb 2006) | 2 lines | ||
| 1538 : | |||
| 1539 : | corrected path to phpInputFilter | ||
| 1540 : | ------------------------------------------------------------------------ | ||
| 1541 : | r230 | csouza | 2006-02-04 13:13:58 -0700 (Sat, 04 Feb 2006) | 1 line | ||
| 1542 : | |||
| 1543 : | added admin.languages.class.php | ||
| 1544 : | ------------------------------------------------------------------------ | ||
| 1545 : | r229 | cauld | 2006-02-04 11:45:08 -0700 (Sat, 04 Feb 2006) | 1 line | ||
| 1546 : | |||
| 1547 : | cauld - fixing phpInputFilter path | ||
| 1548 : | ------------------------------------------------------------------------ | ||
| 1549 : | r228 | cauld | 2006-02-04 10:32:51 -0700 (Sat, 04 Feb 2006) | 1 line | ||
| 1550 : | |||
| 1551 : | cauld - fixing issue with __parameters create table statement | ||
| 1552 : | ------------------------------------------------------------------------ | ||
| 1553 : | r226 | counterpoint | 2006-02-03 02:43:17 -0700 (Fri, 03 Feb 2006) | 1 line | ||
| 1554 : | |||
| 1555 : | Delete patTemplate | ||
| 1556 : | ------------------------------------------------------------------------ | ||
| 1557 : | r223 | counterpoint | 2006-02-02 15:13:45 -0700 (Thu, 02 Feb 2006) | 1 line | ||
| 1558 : | |||
| 1559 : | Tidying up and bug fixing. | ||
| 1560 : | ------------------------------------------------------------------------ | ||
| 1561 : | r222 | counterpoint | 2006-02-02 07:50:48 -0700 (Thu, 02 Feb 2006) | 1 line | ||
| 1562 : | |||
| 1563 : | Various bug fixes and tidying up. | ||
| 1564 : | ------------------------------------------------------------------------ | ||
| 1565 : | r221 | csouza | 2006-02-01 16:44:54 -0700 (Wed, 01 Feb 2006) | 1 line | ||
| 1566 : | |||
| 1567 : | corrected notice in fixlanguages | ||
| 1568 : | ------------------------------------------------------------------------ | ||
| 1569 : | r220 | csouza | 2006-02-01 16:21:57 -0700 (Wed, 01 Feb 2006) | 1 line | ||
| 1570 : | |||
| 1571 : | language fix | ||
| 1572 : | ------------------------------------------------------------------------ | ||
| 1573 : | r219 | csouza | 2006-02-01 16:04:51 -0700 (Wed, 01 Feb 2006) | 1 line | ||
| 1574 : | |||
| 1575 : | language/english.xml | ||
| 1576 : | ------------------------------------------------------------------------ | ||
| 1577 : | r218 | counterpoint | 2006-02-01 13:38:06 -0700 (Wed, 01 Feb 2006) | 1 line | ||
| 1578 : | |||
| 1579 : | Universal installer UI. | ||
| 1580 : | ------------------------------------------------------------------------ | ||
| 1581 : | r216 | csouza | 2006-02-01 09:45:51 -0700 (Wed, 01 Feb 2006) | 1 line | ||
| 1582 : | |||
| 1583 : | complete set of language files for translation | ||
| 1584 : | ------------------------------------------------------------------------ | ||
| 1585 : | r213 | counterpoint | 2006-01-31 05:11:42 -0700 (Tue, 31 Jan 2006) | 1 line | ||
| 1586 : | |||
| 1587 : | Mambot developments. | ||
| 1588 : | ------------------------------------------------------------------------ | ||
| 1589 : | r212 | counterpoint | 2006-01-31 01:30:02 -0700 (Tue, 31 Jan 2006) | 1 line | ||
| 1590 : | |||
| 1591 : | Add support for free standing parameter object installation. | ||
| 1592 : | ------------------------------------------------------------------------ | ||
| 1593 : | r211 | csouza | 2006-01-30 16:38:54 -0700 (Mon, 30 Jan 2006) | 1 line | ||
| 1594 : | |||
| 1595 : | added define check to prevent notices | ||
| 1596 : | ------------------------------------------------------------------------ | ||
| 1597 : | r210 | csouza | 2006-01-30 16:31:55 -0700 (Mon, 30 Jan 2006) | 1 line | ||
| 1598 : | |||
| 1599 : | restored english.php and english.ignore.php | ||
| 1600 : | ------------------------------------------------------------------------ | ||
| 1601 : | r209 | counterpoint | 2006-01-30 15:13:58 -0700 (Mon, 30 Jan 2006) | 1 line | ||
| 1602 : | |||
| 1603 : | Extra mambot hooks for registration, password changes. | ||
| 1604 : | ------------------------------------------------------------------------ | ||
| 1605 : | r208 | counterpoint | 2006-01-30 10:58:42 -0700 (Mon, 30 Jan 2006) | 1 line | ||
| 1606 : | |||
| 1607 : | Handle language issue causing double display of modules. | ||
| 1608 : | ------------------------------------------------------------------------ | ||
| 1609 : | r207 | counterpoint | 2006-01-30 07:25:33 -0700 (Mon, 30 Jan 2006) | 1 line | ||
| 1610 : | |||
| 1611 : | Possible fix for authenticator not found bug. | ||
| 1612 : | ------------------------------------------------------------------------ | ||
| 1613 : | r206 | counterpoint | 2006-01-30 07:14:36 -0700 (Mon, 30 Jan 2006) | 1 line | ||
| 1614 : | |||
| 1615 : | Installer error handling, version to point to Foundation web site, attempted fix for redirect. | ||
| 1616 : | ------------------------------------------------------------------------ | ||
| 1617 : | r205 | cauld | 2006-01-28 10:06:06 -0700 (Sat, 28 Jan 2006) | 1 line | ||
| 1618 : | ------------------------------------------------------------------------ | ||
| 1619 : | r204 | cauld | 2006-01-28 10:03:42 -0700 (Sat, 28 Jan 2006) | 1 line | ||
| 1620 : | |||
| 1621 : | cauld - adding MOStlyCE admin component | ||
| 1622 : | ------------------------------------------------------------------------ | ||
| 1623 : | r202 | cauld | 2006-01-28 09:45:00 -0700 (Sat, 28 Jan 2006) | 1 line | ||
| 1624 : | |||
| 1625 : | cauld - MOStlyCE change | ||
| 1626 : | ------------------------------------------------------------------------ | ||
| 1627 : | r199 | counterpoint | 2006-01-27 08:37:12 -0700 (Fri, 27 Jan 2006) | 1 line | ||
| 1628 : | |||
| 1629 : | Installer bug fixes and changes to handle Docman latest. Bug fix in installation/index.php. | ||
| 1630 : | ------------------------------------------------------------------------ | ||
| 1631 : | r198 | csouza | 2006-01-26 17:20:20 -0700 (Thu, 26 Jan 2006) | 1 line | ||
| 1632 : | |||
| 1633 : | added the final complete language catalog containing 2027 unique strings. | ||
| 1634 : | ------------------------------------------------------------------------ | ||
| 1635 : | r197 | counterpoint | 2006-01-26 16:40:05 -0700 (Thu, 26 Jan 2006) | 1 line | ||
| 1636 : | |||
| 1637 : | Correction for archive manager - error when database objects not an array - used for array merge. | ||
| 1638 : | ------------------------------------------------------------------------ | ||
| 1639 : | r196 | counterpoint | 2006-01-26 16:23:04 -0700 (Thu, 26 Jan 2006) | 1 line | ||
| 1640 : | |||
| 1641 : | Improved site search. | ||
| 1642 : | ------------------------------------------------------------------------ | ||
| 1643 : | r195 | csouza | 2006-01-26 13:20:17 -0700 (Thu, 26 Jan 2006) | 1 line | ||
| 1644 : | |||
| 1645 : | removed unnecessary file from com_languages | ||
| 1646 : | ------------------------------------------------------------------------ | ||
| 1647 : | r194 | csouza | 2006-01-26 13:11:56 -0700 (Thu, 26 Jan 2006) | 1 line | ||
| 1648 : | |||
| 1649 : | verified and corrected all deprecated localization constants | ||
| 1650 : | ------------------------------------------------------------------------ | ||
| 1651 : | r193 | counterpoint | 2006-01-26 11:09:47 -0700 (Thu, 26 Jan 2006) | 1 line | ||
| 1652 : | |||
| 1653 : | Optimise DB access in admin of users. Correct HTML yes/no radio buttons. | ||
| 1654 : | ------------------------------------------------------------------------ | ||
| 1655 : | r192 | counterpoint | 2006-01-26 11:07:55 -0700 (Thu, 26 Jan 2006) | 1 line | ||
| 1656 : | |||
| 1657 : | Replaced ACL related code for storing new users (removed during testing of new access mechanisms). | ||
| 1658 : | ------------------------------------------------------------------------ | ||
| 1659 : | r191 | counterpoint | 2006-01-26 09:07:51 -0700 (Thu, 26 Jan 2006) | 1 line | ||
| 1660 : | |||
| 1661 : | Small bug fixes | ||
| 1662 : | ------------------------------------------------------------------------ | ||
| 1663 : | r190 | cauld | 2006-01-26 07:45:16 -0700 (Thu, 26 Jan 2006) | 1 line | ||
| 1664 : | |||
| 1665 : | cauld - fixing a mostlyce xml issue | ||
| 1666 : | ------------------------------------------------------------------------ | ||
| 1667 : | r189 | cauld | 2006-01-26 07:44:44 -0700 (Thu, 26 Jan 2006) | 1 line | ||
| 1668 : | |||
| 1669 : | cauld - fixing a mostlyce xml issue | ||
| 1670 : | ------------------------------------------------------------------------ | ||
| 1671 : | r188 | csouza | 2006-01-26 06:06:55 -0700 (Thu, 26 Jan 2006) | 1 line | ||
| 1672 : | |||
| 1673 : | fixed localization notices | ||
| 1674 : | ------------------------------------------------------------------------ | ||
| 1675 : | r187 | counterpoint | 2006-01-26 05:49:51 -0700 (Thu, 26 Jan 2006) | 1 line | ||
| 1676 : | |||
| 1677 : | Fix problem in mambo.sql losing user login authenticator mambot. | ||
| 1678 : | ------------------------------------------------------------------------ | ||
| 1679 : | r186 | counterpoint | 2006-01-26 04:51:01 -0700 (Thu, 26 Jan 2006) | 1 line | ||
| 1680 : | |||
| 1681 : | Merge and other bug fixes. Suppress pathway if only says "Home". Suppress warnings from Magpie. | ||
| 1682 : | ------------------------------------------------------------------------ | ||
| 1683 : | r185 | csouza | 2006-01-25 16:55:33 -0700 (Wed, 25 Jan 2006) | 1 line | ||
| 1684 : | |||
| 1685 : | replaced language constants | ||
| 1686 : | ------------------------------------------------------------------------ | ||
| 1687 : | r183 | csouza | 2006-01-25 14:36:13 -0700 (Wed, 25 Jan 2006) | 1 line | ||
| 1688 : | |||
| 1689 : | fixed i18n bugs and notices | ||
| 1690 : | ------------------------------------------------------------------------ | ||
| 1691 : | r182 | counterpoint | 2006-01-25 10:21:03 -0700 (Wed, 25 Jan 2006) | 1 line | ||
| 1692 : | |||
| 1693 : | Adjust for database.php moving back to /includes. Remove executable code from version.php (should be just class, executable code is in index.php). | ||
| 1694 : | ------------------------------------------------------------------------ | ||
| 1695 : | r180 | csouza | 2006-01-25 06:42:26 -0700 (Wed, 25 Jan 2006) | 1 line | ||
| 1696 : | |||
| 1697 : | fixed localization bug | ||
| 1698 : | ------------------------------------------------------------------------ | ||
| 1699 : | r179 | csouza | 2006-01-25 06:41:01 -0700 (Wed, 25 Jan 2006) | 1 line | ||
| 1700 : | |||
| 1701 : | phpgettext update | ||
| 1702 : | ------------------------------------------------------------------------ | ||
| 1703 : | r178 | csouza | 2006-01-24 09:16:09 -0700 (Tue, 24 Jan 2006) | 1 line | ||
| 1704 : | |||
| 1705 : | update phpgettext.catalog.php | ||
| 1706 : | ------------------------------------------------------------------------ | ||
| 1707 : | r177 | csouza | 2006-01-24 09:15:11 -0700 (Tue, 24 Jan 2006) | 1 line | ||
| 1708 : | |||
| 1709 : | updating language directory and first complete string catalog | ||
| 1710 : | ------------------------------------------------------------------------ | ||
| 1711 : | r176 | cauld | 2006-01-24 07:36:50 -0700 (Tue, 24 Jan 2006) | 1 line | ||
| 1712 : | |||
| 1713 : | cauld - fixing MOStlyCE undefined variable notice | ||
| 1714 : | ------------------------------------------------------------------------ | ||
| 1715 : | r175 | csouza | 2006-01-24 04:45:38 -0700 (Tue, 24 Jan 2006) | 1 line | ||
| 1716 : | |||
| 1717 : | corrected return value in ngettext | ||
| 1718 : | ------------------------------------------------------------------------ | ||
| 1719 : | r174 | counterpoint | 2006-01-24 03:27:45 -0700 (Tue, 24 Jan 2006) | 1 line | ||
| 1720 : | |||
| 1721 : | Correct problem with merge. | ||
| 1722 : | ------------------------------------------------------------------------ | ||
| 1723 : | r172 | counterpoint | 2006-01-24 02:23:40 -0700 (Tue, 24 Jan 2006) | 1 line | ||
| 1724 : | |||
| 1725 : | Correct short tag | ||
| 1726 : | ------------------------------------------------------------------------ | ||
| 1727 : | r171 | cauld | 2006-01-23 21:57:24 -0700 (Mon, 23 Jan 2006) | 1 line | ||
| 1728 : | |||
| 1729 : | cauld - fixing an include file in mostlyce.php | ||
| 1730 : | ------------------------------------------------------------------------ | ||
| 1731 : | r170 | counterpoint | 2006-01-23 16:11:50 -0700 (Mon, 23 Jan 2006) | 1 line | ||
| 1732 : | |||
| 1733 : | Bring 4.5.4 /includes/frontend.php into 4.6 | ||
| 1734 : | ------------------------------------------------------------------------ | ||
| 1735 : | r169 | counterpoint | 2006-01-23 10:57:22 -0700 (Mon, 23 Jan 2006) | 1 line | ||
| 1736 : | |||
| 1737 : | Fix installation bugs. | ||
| 1738 : | ------------------------------------------------------------------------ | ||
| 1739 : | r168 | csouza | 2006-01-22 21:47:31 -0700 (Sun, 22 Jan 2006) | 1 line | ||
| 1740 : | |||
| 1741 : | modified getConfig () in index.php to remove 'administrator' from mosConfig_live_site | ||
| 1742 : | ------------------------------------------------------------------------ | ||
| 1743 : | r167 | csouza | 2006-01-22 21:45:40 -0700 (Sun, 22 Jan 2006) | 1 line | ||
| 1744 : | |||
| 1745 : | switched phpgettext debugging off | ||
| 1746 : | ------------------------------------------------------------------------ | ||
| 1747 : | r166 | csouza | 2006-01-22 21:44:09 -0700 (Sun, 22 Jan 2006) | 1 line | ||
| 1748 : | |||
| 1749 : | added two css classes to remove <font> tags | ||
| 1750 : | ------------------------------------------------------------------------ | ||
| 1751 : | r162 | cauld | 2006-01-22 01:10:42 -0700 (Sun, 22 Jan 2006) | 1 line | ||
| 1752 : | |||
| 1753 : | cauld - updating install sql file to include entries for MOStlyCE | ||
| 1754 : | ------------------------------------------------------------------------ | ||
| 1755 : | r160 | cauld | 2006-01-22 01:04:13 -0700 (Sun, 22 Jan 2006) | 1 line | ||
| 1756 : | |||
| 1757 : | cauld - adding MOStlyCE mambot | ||
| 1758 : | ------------------------------------------------------------------------ | ||
| 1759 : | r159 | cauld | 2006-01-22 01:01:09 -0700 (Sun, 22 Jan 2006) | 1 line | ||
| 1760 : | |||
| 1761 : | cauld - adding MOStlyCE component | ||
| 1762 : | ------------------------------------------------------------------------ | ||
| 1763 : | r158 | cauld | 2006-01-22 00:58:59 -0700 (Sun, 22 Jan 2006) | 1 line | ||
| 1764 : | |||
| 1765 : | cauld - cleaning merge artifacts in index.php that were causing failures | ||
| 1766 : | ------------------------------------------------------------------------ | ||
| 1767 : | r157 | mambo | 2006-01-21 09:20:19 -0700 (Sat, 21 Jan 2006) | 1 line | ||
| 1768 : | |||
| 1769 : | cauld - Merging in the final 4.5.4 branch revisions (155 & 156). | ||
| 1770 : | |||
| 1771 : | The 4.5.4 branch is now closed. | ||
| 1772 : | ------------------------------------------------------------------------ | ||
| 1773 : | r153 | csouza | 2006-01-19 10:11:47 -0700 (Thu, 19 Jan 2006) | 1 line | ||
| 1774 : | |||
| 1775 : | added debugging capabilities | ||
| 1776 : | ------------------------------------------------------------------------ | ||
| 1777 : | r152 | csouza | 2006-01-19 10:10:57 -0700 (Thu, 19 Jan 2006) | 1 line | ||
| 1778 : | |||
| 1779 : | added gettext support to mamboCore::fixLanguage() | ||
| 1780 : | ------------------------------------------------------------------------ | ||
| 1781 : | r151 | csouza | 2006-01-19 07:24:56 -0700 (Thu, 19 Jan 2006) | 1 line | ||
| 1782 : | |||
| 1783 : | csouza - Merging 4.5.4 changes (revisions 139 to 148) into 4.6. | ||
| 1784 : | ------------------------------------------------------------------------ | ||
| 1785 : | r150 | csouza | 2006-01-19 06:37:49 -0700 (Thu, 19 Jan 2006) | 1 line | ||
| 1786 : | |||
| 1787 : | csouza - i18n - uploaded/removed i18n files | ||
| 1788 : | ------------------------------------------------------------------------ | ||
| 1789 : | r149 | csouza | 2006-01-19 06:29:35 -0700 (Thu, 19 Jan 2006) | 1 line | ||
| 1790 : | |||
| 1791 : | csouza - i18n - uploaded several internationalized files | ||
| 1792 : | ------------------------------------------------------------------------ | ||
| 1793 : | r138 | csouza | 2006-01-16 04:12:43 -0700 (Mon, 16 Jan 2006) | 1 line | ||
| 1794 : | |||
| 1795 : | csouza - Merging 4.5.4 changes (revisions 131 to 137) into 4.6. | ||
| 1796 : | ------------------------------------------------------------------------ | ||
| 1797 : | r129 | csouza | 2006-01-14 11:19:40 -0700 (Sat, 14 Jan 2006) | 1 line | ||
| 1798 : | |||
| 1799 : | csouza - Merging 4.5.4 changes (revisions 118 to 127) into 4.6. | ||
| 1800 : | ------------------------------------------------------------------------ | ||
| 1801 : | r117 | mambo | 2006-01-07 14:26:39 -0700 (Sat, 07 Jan 2006) | 1 line | ||
| 1802 : | |||
| 1803 : | cauld - Merging the current 4.5.4 changes (revisions 2 thru 99) into 4.6. | ||
| 1804 : | ------------------------------------------------------------------------ | ||
| 1805 : | r114 | mambo | 2006-01-06 14:16:56 -0700 (Fri, 06 Jan 2006) | 1 line | ||
| 1806 : | |||
| 1807 : | cauld - merging 453h revisions 30 thru 38 into 4.6 | ||
| 1808 : | ------------------------------------------------------------------------ | ||
| 1809 : | r113 | mambo | 2006-01-06 13:05:43 -0700 (Fri, 06 Jan 2006) | 1 line | ||
| 1810 : | |||
| 1811 : | cauld - removing the old tinymce dir from 4.6. it is causing merge issues with this branch as well. | ||
| 1812 : | ------------------------------------------------------------------------ | ||
| 1813 : | r112 | mambo | 2006-01-05 22:54:35 -0700 (Thu, 05 Jan 2006) | 1 line | ||
| 1814 : | |||
| 1815 : | cauld - merging revisions 22 thru 30 into 4.6. | ||
| 1816 : | ------------------------------------------------------------------------ | ||
| 1817 : | r3 | root | 2005-12-12 20:49:45 -0700 (Mon, 12 Dec 2005) | 1 line | ||
| 1818 : | |||
| 1819 : | creating branch | ||
| 1820 : | ------------------------------------------------------------------------ |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

