[ Index ]
 

Code source de CMS made simple 1.0.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/doc/ -> CHANGELOG.txt (source)

   1  Version 1.0.5 "Molokai" -- Mar 26 2007
   2  -----------------
   3  - Fixes to Global Settings
   4  - Fixes to Delete Stylesheet Association
   5  - Spaces are no longer allowed in UDT names
   6  - $gCms is now given to smarty by default
   7  - Added ability to test the file creation mask in Global settings
   8  - Added page alias on mouseover when in listcontent.
   9  - Added safe_mode check into the admin section
  10  - Modified listmodules to display a message when safe mode is enabled
  11    and installing files via XML could be a problem.
  12  - Appropriate modifications to ModuleManager and ThemeManager for
  13    safe mode.
  14  
  15  Version 1.0.4 "Lanai" -- Jan 23 2007
  16  -----------------
  17  
  18  - Fixed issue with number of queries not showing up properly at the
  19    end of index.php
  20  - Fixed issues with breadcrumbs, including nodes not showing up and
  21    duplicate nodes showing
  22  - Fixed the warning that showed up in the 25 to 26 upgrade script
  23    if you didn't have any events
  24  - Fixed bug with installer where it doesn't write windows paths
  25    correctly
  26  - Fixed issue with Search where it would mess with the letter case
  27    when showing the highlighted text
  28  
  29  Version 1.0.3 "Kauai" -- Jan 18 2007
  30  -----------------
  31  
  32  - Fixed several non-permanent XSS vulnerabilities
  33  - Fixed issue with breadcrumbs plugin displaying root node multiple
  34    times
  35  - Fixed issue with multiple events being entered
  36  - Removed global references to $db from the admin and include.php
  37  - Added a "Modify Events" permission
  38  - Added event for "Change Group Permissions"
  39  - Added ability to select a file for the Link content type
  40  - Added ability to specify default boilerplate page content
  41  - Fixed print plugin output so that it's xhtml compliant
  42  - Added text direction to languages for suppot of languages like
  43    Hebrew and Arabic
  44  - Fixed issue where 2 installs on the same domain shared login
  45    sessions
  46  - Fixed issue with contact form with pretty_urls turned on
  47  - Fixed issue with LoadStylesheets() not loading the modified date
  48  - Changed search schema layout.  Now allows for expiration dates on
  49    entries
  50  - Changed the icon for global content so that it doesn't look like
  51    the Gentoo logo
  52  - Fixed issue with expanding content in the content list when user
  53    didn't have the Add Page permission
  54  - Added catpcha module support to the contact_form plugin (you still
  55    need to manually install the Captcha module for this to work)
  56  - Added messages when admin log is cleared
  57  - Much much more
  58  
  59  Version 1.0.2 "Maui" -- Sep 20 2006
  60  -----------------
  61  
  62  - Added valid_css tag
  63  - Fix default template prev and next links positions
  64  - Fix the print tag with mod_rewrite
  65  - Fix undefined index during logout
  66  - Fix sitename htmlentities in installer
  67  - Fixes for various issues in the contact form
  68  - Fixes for issues with search with non-English characters
  69  - Various other little fixes
  70  
  71  Version 1.0.1 "Oahu" -- Sep 12 2006
  72  -----------------
  73  
  74  - Removed a few checks from the installer.
  75  - Fixed a bug in the print tag during previewing an unsaved page.
  76  - Fixed issue where bad content types will causes errors while
  77    editing content.
  78  - Fixed issues with login/logout not making proper admin log
  79    reports
  80  
  81  Version 1.0 "Hawaii" -- Sep 10 2006
  82  -----------------
  83  
  84  * Events
  85  
  86    A workflow system.  Events are generated either by the core, or by a module
  87    and can be handled either by other modules, or by User Defined Tags.  The 
  88    administrator can add, remove, or re-order any of the event handlers
  89    for a particular event.  This functionality allows site administrators to
  90    add custom behavior and workflow to their system that have not been
  91    coded directly into the core or into other third party modules.
  92    
  93    For example, with a simple user defined Tag, it is now possible for
  94    a news article to automatically be added whenever a file is uploaded
  95    in the Uploads module.
  96  
  97  * Search
  98  
  99    A brand new search module has been written that allows indexing of content,
 100    excluding certain words, and unlimited customization.  It is possible for 
 101    third party module developers to write some code into their modules to 
 102    allow searching of module content.
 103  
 104  * Module Manager
 105    
 106    The module manager allows querying, and installing of modules hosted
 107    on a remote server.  The Module Manager allows an administrator to
 108    see the help, and about information, the dependencies, and other
 109    details of a module before downloading it.
 110   
 111  * Module List Improvements
 112  
 113    The Module list as been optimized and some new functionality added:
 114    - Core modules can no longer be exported to XML
 115    - Only installed third party modules can be exported to XML
 116    - There is an option to completely remove all of the module files
 117      after a module has been uninstalled (if sufficient permissions exist).
 118    - A check is done for permissions to indicate that there may be a 
 119      problem removing the files.
 120   
 121  * Improved Installer
 122         
 123    The installer has been given some tweaks, and some additional checks
 124    to hopefully ward off some of the more common installation issues, and
 125    to ensure that most of the functionality of CMS will work properly
 126    after installation.
 127  
 128  * Simplified Default Stylesheets
 129  
 130    The default stylesheets have been simplified and documented, so that
 131    it is (hopefully) easier for somebody to start modifying their site
 132    given the standard stylesheets
 133  
 134  * Improved default templates and content
 135  
 136    The default templates and content have been improved in appearance and
 137    in content, and thoroughly documented.
 138  
 139  * Improved content list
 140  
 141    Content list has been given an overhaul:
 142    - Active, Default, Collapse and Move buttons now work via AJAX calls 
 143      for faster response.
 144    - A drag and drop reodering system
 145    - Reordering boxes for the css/javascript impaired
 146  
 147  * AJAX Content Preview
 148  
 149    The preview has been moved to a tab and will update as soon as you click
 150    on it.
 151  
 152  * Admin interface improvements
 153  
 154    The appearance of the admin interface has been improved significantly.
 155    There are now help links in each module and in other core locations that 
 156    will link back to the wiki.
 157  
 158  * New default layouts
 159  
 160    tested with all major browsers (including Internet Explorer 7 beta 3)
 161    Styles and templates now have comments so editing is easier
 162    sample stylesheets for handheld devices and print
 163  
 164  * Improved plugins
 165  
 166    The image, cms_selflink, anchor, breadcrumbs, and other plugins have all 
 167    been improved, and other plugins added, such as "recently_updated"
 168  
 169  * New System Modules
 170  
 171    nuSOAP and CMSMailer are now included in the default install, since so 
 172    many modules rely on them for basic functionality.
 173  
 174  * Upgraded smarty to 2.6.14
 175  
 176  * Upgrade ADODB Lite to 1.20
 177  
 178    CMSMS doesn't require that adodb or adodb lite be modified anymore.  If you need a different 
 179    version, just download from their site and you're good to go.
 180  
 181    *** IMPORTANT NOTE ***
 182  
 183    Modules that use timestamps, or that use the RowCount() method in CMS 0.13 or 
 184    earlier, will need to be upgraded.  This accounts for a large majority of modules and 
 185    hopefully new versions of most modules will be out by the final release.
 186  
 187  * Some of the bigger bugs that were fixed
 188  
 189    - Fixed a bug in the metadata tag where showbase would default to false, even when 
 190      it should be true
 191    - Fixed a bug with displaying a few admin images
 192    - Fixed most of the -- Add Me -- messages when using other languages besides the default
 193      one for that module
 194    - Fixed bug with IIS support
 195    - Fixed bug with stylesheet display in postgres
 196    - Fixed bug where content type changes wouldn't stick
 197  
 198  Version 0.13 "Canary" -- May 18 2006
 199  -----------------
 200  
 201  * Added bulk delete/active/inactive of templates
 202  * Added bulk delete of stylesheets
 203  * Added support for lighttpd web server
 204  * Added internal pretty url handling mechanism.  It's
 205  going to be turned off on upgrades, but on with new
 206  installs.  Make sure the {metadata} tag is in your template
 207  if you plan on using it.
 208  * Added hierarchical url handling as well on the interal
 209  mechanism.  You especially want the {metadata} tag with
 210  this option.  It's on in new installs.
 211  * Added base tags to the default admin theme
 212  * Added alt tag and removed extra html from the image tag
 213  * Added module API method so modules can output extra CSS for
 214  their admin panels
 215  * Changed module API so that Install, Upgrade, and Uninstall can
 216  now live in method.xxxx.php (lowercase) if the file can be found.
 217  * Changed FCKeditor so that it inserts cms_selflink tags by
 218  default when linking to another page in the site
 219  * Fixed bug with {stylesheet name=""} not working properly
 220  * Fixed bug where default template could be set inactive
 221  * Fixed bug where an inactive template set to default would
 222  not be made active automatically
 223  * Fixed bug with deleting multiple pages and not having
 224  hierarchy gettin reset properly
 225  * Fixed bug where installer would sometimes install a
 226  module twice, causing issues later on
 227  * Fixed bug where query_count doesn't exist when using
 228  regular adodb
 229  * Fixed bug where the module api will complain if the number
 230  of parameters (%s) didn't match in the translated string.  Now
 231  it just silently fails.
 232  * Modified config.php file so that it explains what the
 233  different options are
 234  * Updated adodb lite to 1.20
 235  * Updated smarty to 2.6.13
 236  
 237  Version 0.12.2 "Savusavu" -- May 10 2006
 238  -----------------
 239  
 240  * Fixed security flaw in FCKeditor
 241  
 242  Version 0.12.1 "Savusavu" -- Mar 25 2006
 243  -----------------
 244  
 245  * Added check if setting inactive page to the 
 246  default, it automatically makes it active
 247  * Added assign parameter to content tag, which will assign
 248  the output to a smarty parameter and can then be tested
 249  properly for existing output
 250  * Added ability to delete/active/inactive multiple pages 
 251  * Added handling of target parameter to Menu Manager
 252  * Added ordering of stylesheets so that they're displayed in
 253  the order they're attached to the template
 254  * Added permissions to Menu Manager
 255  * Added entity escaping to title and breadcrumbs plugins
 256  * Added changes to bulletmenu-accessible.tpl by nils73
 257  * Default persistent_db_conn setting is now false
 258  * Changed page alias replacement to allow for hyphens
 259  * Fixed issue with FCKeditorX where it wasn't changing the
 260  protocol automatically on the insert link page
 261  * Fixed cms_selflink so next/previous links respect the
 262  show in menu flag
 263  * Fixed length on template name in template copy command
 264  * Fixed link at bottom of admin log
 265  * Changed {$title} to {title} in new template page
 266  * Fixed a reference bug in the content class
 267  * Fixed the help of the image tag to be src, not name
 268  * Fixed several bugs with Menu Manager in handling of
 269  depths
 270  * Fixed an issue with links not having a proper returnid
 271  when using the News content type
 272  * Made title in user defined tags clickable to edit it
 273  
 274  Version 0.12 "Fiji" -- Mar 08 2006
 275  -----------------
 276  
 277  * Added the {metadata} tag for both global and page level
 278  metdata
 279  * Added the hierarchy manager for proper caching of site
 280  structure
 281  * Added ability to install xml-ified modules directly from
 282  the admin
 283  * Added menu manager module to replace cssmenu, ellnav,
 284  bulletmenu and the rest.  Now output is easily customized
 285  using Smarty templates.
 286  * Changed handling of 404 errors and smarty errors.  {nocache}
 287  should be a showing up less and more sane errors should
 288  gracefully appear
 289  * Changed html blobs to global content blocks.  {global_content}
 290  is the new tag, but {html_blob} will also work just fine.
 291  * Changed all language files to be UTF-8.
 292  * Fixed bug with handling of ISS not giving back all necessary
 293  SERVER variables
 294  * Fixed bug where stylesheet would print out an extra url even
 295  if there were no stylesheets with blank media types
 296  * Lots of little changes to the module API
 297  * Lots of additions to cms_selflink, including accessibility
 298  improvements
 299  * Moved page alias to always show.  Added automatic
 300  substitution of many "alternate" characters.
 301  * Smarty now handles the loading of our custom plugins as well.
 302  This means we don't load EVERY plugin and insetad only the ones
 303  used on that page.
 304  * Removed the database port from the installer
 305  * Switched to use adodb lite for performance reasons.  Currently 
 306  at version 1.14.
 307  * Updated to Smarty 2.6.12
 308  
 309  Version 0.11.2 "Scarborough" -- Dec 21 2005
 310  -----------------
 311  
 312  * Added extra parameters to the print tag
 313  * Cleaned up XHTML compliance of admintheme.
 314  * Fixed bug in contact_form in which spammers could use it to
 315  send out spam floods
 316  * Fixed bug with News module to allow tags in the content to
 317  be parsed properly by smarty
 318  * Fixed issue with installer messing up the admin password if
 319  the database details page has an error
 320  * Fixed permissions disappearing from addional authors when
 321  saving an HTML Blob 
 322  * Fixed the locale settings to take the locale of the server unless
 323  told to do otherwise in config.php
 324  * Fixed issue where the News content type would
 325  show up in multiple content blocks.
 326  * Fixed issue where admin password would not work
 327  after installation.
 328  * Fixed several issues with modules on PostgreSQL
 329  
 330  Version 0.11.1 "Tobago" -- Dec 05 2005
 331  -----------------
 332  
 333  * Changed location of the logo image in the default
 334  stylesheet. 
 335  * Fixed a bug where cssmenu didn't always set the
 336  right class name for parent nodes
 337  * Fixed potential security problem where php code
 338  could be entered into the title or menu text lines
 339  * Fixed a bug with the stylesheet query not returning
 340  media types.
 341  * Fixed the clear cache button so that it removed the
 342  content cache file as well.
 343  * Fixed the content cache file to use the TMP_LOCATION
 344  variable.
 345  * Fixed a bug with GetAllContent that was causing
 346  the Link content type to fail.
 347  * Fixed a bug with CreatePermission not working with
 348  the mysqli driver.
 349  * Fixed a bug with the Dutch translation that was
 350  causing logins to the admin to fail.
 351  * Fixed a bug in GetDefaultPageID where and extra
 352  FetchRow was getting called and causing a message to
 353  show
 354  
 355  Version 0.11 "Trinidad" -- Dec 03 2005
 356  -----------------
 357  
 358  * Added ability to set a media type for a stylesheet
 359  * Added some database checks to installer.  Should help to
 360  stop some install problems people are having.
 361  * Added ability to link to an anchor with cms_selflink
 362  * Added CSSMenu module and made it the default menu for new
 363  installs
 364  * Added ability to copy a stylesheet
 365  * Added id and class parameters to the cms_selflink tag
 366  * Added apply button to editing HTML Blobs
 367  * Added Japanese translation
 368  * Added Polish translation
 369  * Added Russian translation
 370  * Added UninstallPreMessage() to module API
 371  * Changed encoding handling.  Now all admin encodings are
 372  utf-8 with a mechanism for backwards compatibility
 373  * Changed the default WYSIWYG to FCKeditorX
 374  * Changed {content}, {html_blob} and {title} tags to be case
 375  insensitive
 376  * Changed logic of included htaccess so that html can be used
 377  as the default extension for friendly urls
 378  * Fixed a potential security issue with being able to edit
 379  image files directly from the image manager
 380  * Fixed a bug where additional content blocks would disappear
 381  after a page was set inactive.  Fixed by adding a Load()
 382  callback for content types.
 383  * Fixed a bug with $gCms->variables['page_name'] not always
 384  returning the alias
 385  * Fixed a bug where IIS users couldn't login correctly
 386  * Fixed a bug where IIS didn't always report QUERY_STRING, which
 387  would generate a warning message
 388  * Fixed a bug where all users can't get to user preferences
 389  * Fixed a bug where css assocations did not get deleted when a
 390  template does
 391  * Fixed a few bugs with the css assocation page
 392  * Fixed a few bugs with the News module
 393  * Fixed a bug where debug mode would cause a warning error
 394  * Fixed bug where deleting a user didn't delete their preferences
 395  * Fixed bug with phplayers not displaying correctly if the body tag
 396  of the template had any attributes
 397  * Fixed bug where custom 404 message didn't show existing value
 398  * Fixed bug with template/css associations not working properly on
 399  Postgres
 400  * Fixed bug with News content type where clicking on details would
 401  link to the admin
 402  * Removed the head tags box for content.  Instead using a content
 403  block (eg. {content block='headtags'} will work the same way.
 404  This has an upgrade path.
 405  * Swedish translation was incorrectly using se_SE instead of sv_SE
 406  as it's locale name.
 407  * Updated ADODB to 4.65
 408  * XHTML header did not pass along proper encoding in the admin
 409  
 410  Version 0.10.4 "Hawksbill" -- Wed Nov 09 2005
 411  -----------------
 412  
 413  * Fix for a possible secuirty risk in preview functionality
 414  
 415  Version 0.10.3 "Ebenezer" -- Wed Oct 03 2005
 416  -----------------
 417  
 418  * Fixed a security bug where pages were succeptable to cross
 419  site vulnerability as per BugTraq
 420  * More security fixes and other safeguards
 421  
 422  Version 0.10.2 "Darkwood" -- Wed Sep 24 2005
 423  -----------------
 424  
 425  * Fix for image manager not checking for permissions before
 426  allowing uploads
 427  
 428  Version 0.10.1 "Willoughby" -- Wed Aug 31 2005
 429  -----------------
 430  
 431  * Fix for a possible php injection in admin/lang.php.  Thanks
 432  to vxsfx for finding this.
 433  
 434  Version 0.10 "Antigua" -- Tue Jul 05 2005
 435  -----------------
 436  
 437  * Added dropdown of encodings to add/edit template pages
 438  * Added multiple content blocks
 439  * Added recursive html blobs
 440  * Added ability for modules to use templates, either file based
 441  or db based through a few API calls
 442  * Added support for module translations
 443  * Added indexes to increase performance
 444  * Added bookmarks and recent pages to the admin
 445  * Added javascript tabs to content editing
 446  * Added global locale option to config.php
 447  * Added parameter to CreateLink to allow modules to force contents
 448  to {content} tag, while still displaying the same content in their
 449  {cms_module}.
 450  * Changed admin interface and themes
 451  * Changed installer to use regular Submit buttons...  now works in
 452  Konqueror
 453  * Fixed bug with image path generation in TinyMCE
 454  * Fixed bug with text parameter in print plugin
 455  * Fixed bug with inactive pages still being accessible by page id
 456  * Fixed encoding problems with editing title and menu text in content
 457  * Removed the redirect pages while logging in or out
 458  * Updated ADODB to 4.61
 459  * Updated Smarty to 2.6.9 (Jope)
 460  * Updated TinyMCE to 1.4.4
 461  * Updated News module to 2.0 (complete rewrite, but upgradable)
 462  * Much Much More...
 463  
 464  Version 0.9.2 "Hatutu" -- Fri Feb 25 2005
 465  -----------------
 466  
 467  * Fixed bug in site preference loading
 468  
 469  Version 0.9.1 "Mohotani" -- Fri Feb 25 2005
 470  -----------------
 471  
 472  * Added collapse option to bulletmenu, for cases where section header
 473  is used as parents for other content
 474  * Added apply button to edit css
 475  * Added LoadUsersByGroup() function (sjg)
 476  * Added user and group classes to be loaded by default in include.php
 477  * Changed new default install schema (BrumalPat)
 478  * Changed breadcrumbs plugin to use menu text instead of title
 479  * Fixed CreateTextInput and CreateTextHidden to change " to " in 
 480  value
 481  * Fixed bug with call to post render hook
 482  * Fixed nasty bug where content would have properties deleted if set
 483  inactive
 484  * Fixed bug with files.php trying to define cmsmodule more than once
 485  * Fixed permission check for setting active flag on content
 486  * Fixed automated module upgrades by making AllowAutoUpgrade() function
 487  return TRUE by defualt instead of FALSE (which is correct)
 488  * Fixed ibrowser in ImageManager to handle subdirectories properly (sjg)
 489  * Removed a rogue debug message
 490  * Removed the advanced css option.  It's on all the time now.
 491  * Updated some text in INSTALL and UPGRADE docs
 492  
 493  Version 0.9 "Marquesas" -- Tue Feb 22 2005
 494  -----------------
 495  
 496  * Rewrote module API from scratch to make it easier for a module
 497  dev to write modules.  Not only is it now object oriented, it is
 498  also better organized and navigations related functions are
 499  much, much easier.
 500  * Stylesheet URL is now absolute based on root_url in config.php
 501  * Fixed bug with content type changes breaking hierarchy (#000090)
 502  * Fixed bug with start_element in bulletmenu and phplayers
 503  * Fixed bug with css table not having sequence setup correctly (#000093)
 504  * Fixed bugs with auto alias of pages
 505  * Fixed contact form so that it's xhtml compliant (#000096)
 506  * Fixed RSS feeds to use proper content type
 507  * Fixed content type loading so it only loads php files
 508  * Fixed some bugs with handling gifs in ImageManager
 509  * Modified login procedure for a little more security
 510  * Modified install procedure to ask for admin username and password
 511  * Admin dir can now be changed with admin_dir paramater in config.php
 512  * Updated Smarty to 2.6.7 (Jope)
 513  
 514  Version 0.8.2 "Taunoa" -- Mon Jan 17 2005
 515  -----------------
 516  
 517  * Added wysiwyg body tag callback for making htmlarea work
 518  * Added additional color schemes in CSS Management for overriding
 519  the default theme. (BrumalPat)
 520  * Fixed htaccess.txt to point to a better url
 521  * Fixed hiding/showing of Help boxes
 522  * Fixed link content type so that urls are encoded properly for xhtml
 523  * Fixed handling of attached CSS to WYSIWYGs
 524  * Fixed stylesheet hook to actually send CSS
 525  * Fixed phplayers menu to put CSS in with template CSS so it's easily
 526  cascaded
 527  * Fixed initial database so first user created is not in the admin
 528  group
 529  * Fixed ereg_replace functions in file management (ntro)
 530  * Fixed bug with uploading images in TinyMCE (#000087)
 531  * Fixed bug with ordering if there are more than 10 pages in the 
 532  root of the content hierarchy
 533  * Fixed additional editors not always being saved properly (#000086)
 534  * Lots of other WYSIWYG related bugfixes
 535  * Removed the html blob check in the menu for now
 536  
 537  Version 0.8.1 "Papeete" -- Sat Jan 01 2005 
 538  -----------------
 539  
 540  * Fixed bugs with upgrading
 541  * Fixed html blobs
 542  * Fixed bug with preview path
 543  
 544  Version 0.8 "Tahiti" -- Sat Jan 01 2005 
 545  -----------------
 546  
 547  * Added Norwegian translation (Roger 'Stigma' Knutsen)
 548  * Added FCKeditor capability via module (not included)
 549  * Added TinyMCE capability via module (included)
 550  * Added versionname plugin
 551  * Added many many module API callbacks
 552  * Admin and default website are totally xhtml 1.0 transitional compliant
 553  * Admin menu now only shows items that the user could have access to
 554  * Cleaned up root directory by moving things to modules and the lib
 555  directory
 556  * Moved HTMLArea to a module (not included)
 557  * Moved dhtmlmenu plugin to PHPLayers module in order to fix xhtml issues
 558  * Rewrote all content handling from scratch for better expandibility
 559  * Updated Traditional Chinese translation (gobido)
 560  
 561  Version 0.7.3 -- Tue Nov 23 2004
 562  -----------------
 563  
 564  * Added Italian translation (emanuelez)
 565  * Added more callback functions to module API
 566  * Added config.php option to disable sending translations to htmlarea 
 567  (#000049)
 568  * Added active/inactive toggle in Content Management (Xorn725)
 569  * Added categories and other fixes to the News module (calguy1000)
 570  * Added breadcrumbs and sitemap plugins (Manarth)
 571  * Added clear cache button to site preferences (#000055)
 572  * Fixed syntax highlighting not submitting data of second textarea.
 573  * Fixed HTMLArea to display properly with all languages, even if some
 574  still default to en_US
 575  * Fixed bug with handling of aliases in add/editcontent
 576  * Fixed bug with relative paths in dhtmlmenu
 577  * Fixed changing ownership of html blobs
 578  * Fixed displaying html_blobs in modules with executeuser
 579  * Fixed HTML bug in print module (#000048)
 580  * Fixed error message with Deleting templates (Part of #000047)
 581  * Fixed check_ownership and check_authorship to be more consistant 
 582  (Xorn725)
 583  * Fixed htmlarea so that it doesn't convert double quotes in " and
 584  mess up smarty tags
 585  * Reenabled Image Manager
 586  * Removed Allow Admin Access from add/edit user
 587  * Updated adodb to 4.54
 588  
 589  Vrersion 0.7.2 -- Wed Nov 10 2004
 590  -----------------
 591  
 592  * Added missing edit links to titles in CSS and News admin (#000035)
 593  * Added ability to invert the foreground/background color of htmlarea 
 594  (#0000031)
 595  * Added search and replace to htmlarea
 596  * Added ability to clean pastes from Microsoft Word in htmlarea
 597  * Added pagination to majority of admin list pages
 598  * Added google search plugin
 599  * Added google pagerank plugin
 600  * Added Expand/Collapse plugin
 601  * Added print page plugin
 602  * Added strip_tags to RSS output in News module (#000042)
 603  * Changed en_US to UTF-8
 604  * Changed with of add and edit html blob pages
 605  * Changed all template lists to be ordered by template name (#000038)
 606  * Changed edit html blob so that is only modifies the timestamps of pages it 
 607  is actually used on.
 608  * Changed all user lists to be ordered by username (#000039)
 609  * Changed add content so that the alias is based off of menutext instead of
 610  the title
 611  * Changed upgrade script so that it always clears the cache directories even
 612  if there is no schema change.
 613  * Fixed custom 404 error template usage
 614  * Fixed add and edit content pages so that the alias field is more intelligent
 615  when auto_alias_content is on (#000043)
 616  * Fixed login to redirect back to originally requested link
 617  * Fixed stupid encoding issue with cms_htmlentities
 618  * Fixed htmlarea not loading due to a notice level error (#0000034)
 619  * Fixed a few problems with htmlarea's fullscreen not working in Internet 
 620  Explorer
 621  * Fixed htmlblob to fill the width of the screen (#0000037)
 622  * Updated Smarty to 2.6.6 (jope)
 623  
 624  Version 0.7.1 -- Wed Oct 26 2004
 625  -----------------
 626  
 627  * Added check for session functions to install script (#000004)
 628  * Added newline parsing to the comments module (#000011)
 629  * Added encoding override on templates.  Fixed bugs with
 630  htmlentities. (#000002, #000006)
 631  * Added missing CSS to the horizontal menu (#000008)
 632  * Added check to lang/addline.sh to make sure line doesn't already
 633  exist (#000017)
 634  * Added German translation (Piratos)
 635  * Added Czech translation (peca)
 636  * Added new div and swaptitledate parameter to News module
 637  * Fixed a bug when hitting cancel on the login page (#000029)
 638  * Fixed bug when not saving all fields when adding a user
 639  * Fixed html blobs so that they can  handle smarty functions inside of them.
 640  * Fixed email in add/edit user to accept 255 characters (#000003)
 641  * Fixed htmlblob NOTICE level messages (#000005)
 642  * Fixed delete confirmation text in file management (#000012)
 643  * Fixed java syntax highlighting to submit if advnaced wasn't
 644  expanded (#0000016)
 645  * Removed most references to BBCode without breaking backwards
 646  compatibility (#000013)
 647  * Removed a rogue div from the Comments module (#000010)
 648  * Fixed htmlarea displaying inproper align values (#0000021)
 649  * Fixed css not properly displaying in htmlarea until post (#0000031)
 650  * Fixed default language on login page to default to english. (#0000032)
 651  * Changed the header slogan to be text instead of an image (#0000015)
 652  
 653  Version 0.7 -- Mon Oct 11 2004
 654  -----------------
 655  
 656  * Added HTML blobs for easy administration of small chunks of html (Genie #3)
 657  * Added Image Manager to the files section for advanced image handling
 658  functions
 659  * Added horizontal option to dhtmlmenu (leen)
 660  * Added new admin style
 661  * Added new install and upgrade look
 662  * Added language as a user perference and also moved it to the login page
 663  * Added java based syntax highlighting as a user preference
 664  * Added support for mysql 4.1+ using the mysqli adodb driver
 665  * Added cancel link to login page that redirects back to site (Genie #6)
 666  * Added auto_upgrade functionality to modules (Genie #4)
 667  * Added more intelligent handling of file types to file management
 668  * Added ability to override the default encoding of the whole site, admin
 669  included (Genie #15)
 670  * Fixed News module so that post date shows on newly created items (Genie #5)
 671  * Fixed bug with start and end dates when adding new News item (BamaRob)
 672  * Fixed missing template option for News module (trac #67)
 673  * Updated adodb to 4.53
 674  
 675  Version 0.6.3 -- Wed Sep 22 2004 
 676  -----------------
 677  
 678  * Fixed a very bad bug where you can login with no password
 679  
 680  Version 0.6.2 -- Tue Sep 20 2004 
 681  -----------------
 682  
 683  * Added Chinese translations (ray)
 684  * Added dateformat parameter to News
 685  * Added showtemplate parameter to moduleinterface.php, so you can do things
 686  like show just an RSS feed and nothing else.
 687  * Fixed a bug with html entities not getting converted properly after preview
 688  or saved. (Fixes #62, #65)
 689  * Fixed bug with bug with news when it's the content type.
 690  * Updated the defalt website to be a little more up to date with the current
 691  feature set
 692  
 693  Version 0.6.1 -- Tue Sep 14 2004
 694  -----------------
 695  
 696  * Added section header content type
 697  * Added cms_selflink plugin
 698  * Added some functionality to the News module (make sure you upgrade it)
 699  * Added Dutch translation (Thijs)
 700  * Changed login and logout to work properly in IIS (Fixes #60)
 701  * Fixed a bug with view page in listcontent (Fixes #61)
 702  * Fixed so only content pages can be set as default (Fixes #59)
 703  * Started moving code to an easy object oriented design
 704  * Updated smarty to 2.6.5
 705  
 706  Version 0.6 -- Wed Sep 01 2004
 707  -----------------
 708  
 709  * Added User Defined Tags (user defined php code editable in the admin)
 710  * Added advanced CSS management for doing CSS in chunks instead of entirely
 711  in the template
 712  * Added Finnish translation
 713  * Added user defined 404 messages
 714  * Added site down message
 715  * Added site preferences page
 716  * Added head tags field for putting text into the <head> tag
 717  * Changed layout of add and edit content pages to make for less scrolling
 718  * More changes to the admin site look
 719  * Removed gettext and instead are using a homegrown system with less weird
 720  dependencies and is easier to create new translations
 721  
 722  Version 0.5.1 -- Wed Aug 25 2004
 723  -----------------
 724  
 725  * Added assume_mod_rewrite to config if using the .htaccess and mod_rewrite
 726  functionality
 727  * Added automatic aliases option
 728  * Added character map to the WYSIWYG
 729  * Added collapsable help blurbs to some admin pages
 730  * Fixed upgrade path from 0.1 through to 0.5.1
 731  * Fixed up the admin stylesheet so it's more cross-browser friendly
 732  * Fixed a bug with PATH_INFO
 733  * Fixed a bug with Call-time pass-by-reference Warning
 734  * Re-added phplayers-menu.css : users should however move its content to their
 735  template.
 736  
 737  Version 0.5 -- Sun Aug 22 2004
 738  -----------------
 739  
 740  * Added page aliases
 741  * Added htaccess file to make pretty page aliases 
 742  * Added new admin stylesheet (Bewbs)
 743  * Added new admin icons (Graeme)
 744  * Added file manager
 745  * Added LinkBlog module
 746  * Added RSS module
 747  * Added PostgreSQL 7 support
 748  * Added phpdoc strings to many files and functions
 749  * Added module and tag self-documentation hooks
 750  * Added ability for module's adminexecute function to use the wysiwyg
 751  * Added more options to dhtmlmenu and bulletmenu
 752  * Changed modules page to be called plugins.  Added tags to same page.
 753  * Changed config file to a new format.  Upgrade script will take care
 754  up upgrading it automatically.
 755  * Changed inner workings so that code is easier to 
 756  understand.  We now pass one global object around and put important 
 757  variables and objects inside it.  Makes the code very consistent.
 758  * Changed inner working of the content hierarchy to allow for more
 759  custom menus.
 760  * Fixed modules to respect the installed and active flags
 761  * Lots of little bug fixes and changes
 762  * Removed lots of NOTICE level errors
 763  * Updated adodb to 4.5.2
 764  
 765  Version 0.4.1 -- Fri Aug 13 2004
 766  -----------------
 767  
 768  * Added template copying functionality (Fixes #39)
 769  * Added checks to make sure Template titles can't be reused
 770  * Added function to set template to every page (Fixes #42)
 771  * Added config flag for turning on smarty's {php} tags (Fixes #47)
 772  * Added config flag for setting preview tmp file location (Fixes #36)
 773  * Fixed redirection bugs in the news module
 774  * Fixed a bug in adding a group
 775  * Fixed a bug where mysql imports would not work because of spaces at the
 776  end of lines (Knaldgas)
 777  * Fixed another bug with mysql import...  this time with magic_quotes_runtime
 778  * Fixed several warnings and notices in later php versions
 779  * Fixed all call_user_func_array calls to pass by value, ref is deprecated
 780  in later php versions
 781  * Removed the section permissions in new installs (Fixes #41)
 782  * Removed all instances of the now() function -- for sql independence
 783  
 784  Version 0.4 -- Tue Aug 10 2004
 785  -----------------
 786  
 787  * Added module API
 788  * Added news module
 789  * Added comments module
 790  * Added copyright notice to bottom on all generated pages in a comment
 791  * Added dhtml menu plugin using phplayers
 792  * Added hierarchical content
 793  * Fixed modified_date plugin
 794  * Fixed several bugs with permissions
 795  * Removed sections.  Instead we have content be children of other content
 796  * Rewrote plugin loading so that plugins do not cache, even thought static
 797  content does
 798  * Rewrote install script to be more cross-database (even though other db
 799  systems are not supported yet)
 800  * Switched WYSIWYGs from tinymce to htmlarea
 801  
 802  Version 0.3.2 -- Thu Jul 29 2004
 803  -----------------
 804  
 805  * Added version check to install.php
 806  * Added check to make sure bbcode exists before using it
 807  * Fixed link to cmsmadesimple in footer
 808  * Fixed bug in displaying 404 pages
 809  * Fixed a nasty bug where link pages would file to show in the content list
 810  * Fixed addcontent so it sets showinmenu correctly
 811  
 812  Version 0.3.1 -- Tue Jul 27 2004
 813  -----------------
 814  
 815  * Added ownership change to editcontent
 816  * Added {title} tag (Fixes #23)
 817  * Added adodb for database connectivity.  Will be a good thing for down the
 818  road in supporting multiple databases
 819  * Added template name to content list page  (Fixes #28)
 820  * Added check to make sure users don't still own pages before the user is
 821  deleted
 822  * Added French translation (calexico [AT] ifrance [DOT] com)
 823  * Fixed so that if no default page is set, system grabs first page it can find
 824  (Fixes #22)
 825  * Fixed redirection. (pdj [AT] txnt [DOT] com) (Fixes #27)
 826  * Fixed nasty bug with changeperm and changeassign (fcardone [AT] wp [DOT] pl) (Fixes
 827  #29, #30)
 828  
 829  Version 0.3 -- Wed Jul 21 2004
 830  -----------------
 831  
 832  * Added PEAR.php to the lib directory for hosts that may not have it (Fixes #13)
 833  * Added section reordering (Fixes #4)
 834  * Added index to tables to make querying faster on the frontend (Fixes #1)
 835  * Added password hashing for insecure hosts  (Fixes #11)
 836  * Added content types to content creation and editing (Fixes #5)
 837  * Added the link content type
 838  * Added proper 404 error for pages that are not found or active (Fixes #18)
 839  * Added admin logging and a simple report (Fixes #21)
 840  * Added TinyMCE WYSIWYG editor for content (Fixes #10)
 841  * Added user preferences page
 842  * Added option to turn on/off wysiwyg in user preferences
 843  * Changed database abstraction so that it will be able to use other db
 844  backends in the future (Fixes #19)
 845  * Fixed the install script (again) to work on Win32 (Fixes #12)
 846  * Fixed the css for admin site to be a little more streamlined
 847  
 848  Version 0.2.1 -- Tue Jul 13 2004
 849  -----------------
 850  
 851  * Added GetText.php to work with systems even without gettext support in php
 852  * Added gettext functionality to all admin pages
 853  * Added some missing mysql_free_result functions
 854  * Added preview functionality for adding and editing content and templates
 855  * Changed content url entries to automatically be lowercase with no odd chars
 856  * Changed admin login page so username field gets focus on load
 857  * Changed install.php so that it removes the test files created on page 1
 858  * Fixed editing content so that changing sections does not mess up ordering
 859  * Fixed the install script so that it works correctly on Win32 platforms
 860  * Moved stylesheets to display inline instead of from separate script
 861  * Moved menu generation code out of the bulletmenu plugin
 862  
 863  Version 0.2 -- Mon Jul 05 2004
 864  -----------------
 865  
 866  * Added content reordering
 867  * Added ability to let additional users modify content on a particular page
 868  * Added note to show if a template or section is still being used before it is
 869  deleted
 870  * Added a cms_version plugin
 871  * Added an upgrade.php
 872  * Added a title to the admin pages
 873  * Added an UPGRADE document
 874  * Fixed a security hole where incactive pages can still be called by URL
 875  * Fixed a bug in show in menu in both admin and bulletmenu
 876  * Fixed up install.php to fit the look of the admin seciton
 877  * Fixed the footer plugin to not have multiple divs
 878  * Fixed the wording of INSTALL to match the text in install.php
 879  * Fixed it so users can change their own password
 880  * Fixed it so textareas are filled proeperly with html encoded characters
 881  * Upgraded schema to version 2
 882  * Removed some code from install.php that was breaking on non-posix systems
 883  
 884  Version 0.1 -- Thu Jul 01 2004
 885  -----------------
 886  
 887  * Initial Release


Généré le : Tue Apr 3 18:50:37 2007 par Balluche grâce à PHPXref 0.7