source: companies/celepar/phpgwapi/doc/CHANGELOG @ 763

Revision 763, 31.3 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1[0.9.14.001]
2        This is a bug fix release for 0.9.14, which includes the following fixes/improvements:
3                - Support for Apache 2.x
4                - Improved LDAP support for accounts and contacts
5                - Various minor api/setup/config fixes
6                - Additional Translations - especially German and French
7                - Enhanced email client - now supports multiple mailboxes, spell check and filters
8                - Sitemgr content management system - with multilingual support
9                - Addressbook - minor fixes
10                - Bookmarks - various fixes - mainly ui related
11                - Calendar - email notifications, acl enforcement and other minor fixes
12                - Chat - scrolls properly and focus always set to text input field
13                - Felamimail - added sieve support, improved ui, various minor fixes
14                - FileManager/phpWebHosting - various minor fixes
15                - Forums - fixed colors
16                - News Admin - minor changes to allow integration with sitemgr
17                - Polls - add/strip slashes and other minor issues
18                - Projects - various minor fixes
19                - Time Track - minor fixes
20        Thanks to all those who contributed patches, bug reports, time or energy. We can't remember you
21                all but we are aware of your contribution and appreciate it.
22
23[0.9.14]
24        - Added in transaction support to the db classes
25        - Hooks code has been changed some, the location is now required, and the hook filenames
26                need to follow the new format: hook_<location>.inc.php
27        - The sessions class now base64 encodes passwords in appsessions to prevent invaild chars.
28        - Added a $phpgw_info flag to allow apps to have admin only sections and keeping the currentapp
29                as the true appname
30        - Added limit_query() function, this is a replacement for limit() which should no longer be used
31        - Admins can now force a default app
32        - Added global option to disable checking the IP address on sessions, usefull for those
33                behind load balanced proxys.
34        - Merged patch for eventlog, this will show debugging info and warnings to admins.
35                Thanks j3rry
36        - Created dual pass preferences, this allows admins to force any preference option
37                on users.  (eg, templates, themes, max matchs, etc)
38        - Created generic preferneces/preferences.php app, which uses hooks to
39                set user preferences, admins can force preference, or set the defaults
40                for new accounts.
41        - Added global config option to deny users to access grants, usefull for ISPs
42        - Merged patch for NIS auth - Thanks Dylan Adams <l0n@users.sourceforge.net>
43        - login.php will now accept md5 passwords, if you not using email and have javascript
44                enabled on your browser.  Clear text passwords won't be sent over the wire.  The javascript
45                portion isn't complete yet, but will be before 0.9.14 is released.  (REMOVE ME ONCE COMPLETE)
46        - Added global application level categories.  You can now create a category for all users within a single app.
47
48[0.9.12]
49        - Note: These changelogs will only contain changes in the API (preferences, admin, etc)
50        - Created a config option to force users to use a certian theme.
51        - Fixed nextmatchs on the categories preferences screen
52        - Added new config class so developers can centralize there configs
53        - Created new logos for the verdilak layout.
54        - You can now add enable_*_ class in $phpgw_info['flags'] to load any class in the API
55        - Removed phpgw_info array caching, it was broken and only slowed things down
56
57[0.9.10]
58        - Fixed the cron programs, they where out of date in the table structures
59        - Added the ["flags"]["nofooter"] . ["flags"]["noappfooter"] flags.
60        - Fixed calendars in Printer Friendly mode.
61        - Fixed calendar day-view with events spanning multiple hours.
62        - Fixed calendar default view.
63        - Fixed calendar when editing events and groups associated to them.
64        - Fixed lang independence with navbar text.
65        - Implemented new Applications class.
66        - Changed all API table names to use the phpgw_ prefix.
67        - Application permissions on accounts is now done via full ACL
68        - You can now turn off cacheing of the phpgw_info array, maybe a small preformance increase
69                depending on the setup.
70        - phpgw_info is now cached in phpgw_app_sessions instead of phpgw_sessions.session_info
71        - The over all structure of the API has changed quite a bit.
72        - Files in phpgwapi/inc now have a class. prefix instead of phpgw_
73        - Classes are now loaded via createobject()
74        - The categories class has been updated and is working better
75        - The new contacts class, which will be a central point for all contact data is now in place
76        - Cleaned up most of the user/group admin section (including templates, code re-write, and small bug fixes)
77        - Added partial API support for anonymous sessions
78        - Fix PostgreSQL error for explicit cast from int to varchar in todo/index.php
79        - Re-created a few icons for the verdilak layout. Apparently, they where bad .gif files
80          which where casuing problems.
81        - Added new layout - Thanks to IDSociety
82        - Global and user level categories, some apps have started using it
83        - Fixed todo list dates, they where being created completly wrong
84        - Added better error checking for the todo list
85
86[0.9.9pl1]
87        - Added some error checking to see if there header and/or database table where created.
88
89[0.9.9] - Fixed a number of issues with the verdilak layout
90        - Fixed parse_footer() not working if the header is turned off.
91        - Fixed table problem in E-Mail
92        - Added user preferences for template set
93        - Disabled frames until we can properly fix them
94        - Added new template set (just web)
95          Thanks Shawn J. Wallace
96        - Created in mini-calendar for the verdilak layout
97        - XHTML 4.01 compliance
98        - Fixed all user preferences (within that user) getting overwritten when any app makes
99          a change to them.
100        - Fixed E-Mail display inline graphics
101        - Fixed free/busy displaying incorrect title date
102        - Fixed templates messing up with certian languages
103        - Fixed E-Mail addressbook not working
104        - Cleaned up the E-Mail mini box on main screen
105        - Fixed a number of the icons not showing up
106
107[0.9.8] - Merged in patch for UW-Maildir IMAP server support
108          Thanks milosch
109        - Fixed setup not detecting installed databases with PHP 3
110        - Fixed repeating entries being saved properly.
111        - Added ability for admin to edit any calendar event.
112        - Fixed entries showing improperly on wrong date.
113        - Fixed file uploads through filemanager.
114        - Fixed repeating entries Month select box.
115        - Fixed calendar week selector starting on Monday on footer.
116        - Fixed buggy calendar saving when no groups are selected with group access.
117        - Fixed submitting of calendar entry when javascript turned off.
118        - Fixed calendar preferences not updating properly
119        - Fixed denylogin form not display and converted it to a template.
120        - Added select box option for multiable domains in login.php
121        - Fixed proxy server support for headlines and check for new version on main screen.
122        - Fixed headlines preferences and converted headline preferences to a template
123        - Fixed pgsql upgrade from beta path.
124        - Fixed chronological ordering of calendar events.
125        - Changed javascript validation to server side upon submitting calendar events.
126        - Merged patch for parsing of non-compliant rfc822 email addresses.
127          Thanks bwulf
128        - Fixed the addressbook not opening when composing email.
129        - Applied patch to fix md5 en/decryption.
130          Thanks milosch
131        - Fixed login message not showing up.
132        - Added in feature for frames.  This can be a user preference, or a global option
133          for the admin to disable, allow, or force.
134        - Added in a few preformace tweaks that will use serialize() and unserialize() for
135          dropping the phpgw_info array into the session table durring login.
136        - Changed a few of the icons to our news ones.
137        - Fixed 12 am/pm problem in calendar.
138        - Added default filter to calendar preferences.
139        - Merged in patch for track_vars in calendar for PHP 3
140          Thanks bwulf
141        - Merged in patch for Danish translation
142          Thanks again zaphod
143        - Fixed birthday reminders not showing up
144        - Added in an about link on the navbar, it will return information about phpGroupWare
145          (version, credits, etc) and it can also return information about an app.
146        - Fixed changing of users password through admin.
147        - Changed navbar() to return an array for use in different template sets.
148        - Each template set can now have its own custom navbar
149        - Moved all mainscreen areas to use hooks.
150        - Created functions for change password and remove it out of change password.
151          Each authenication type has its own function to handle it.
152
153[0.9.7] - Fixed SQL error in tts
154        - Fixed table locking in admin -> edit account
155        - Added capability to schedule others and not yourself to calendar.
156        - Fixed d/l'ing of files through filemanager.
157        - Enhanced Free/Busy calendar view.
158        - Fix for repeating events not showing in calendar.
159        - Fix for Day View warning in calendar.
160        - Fix for TTS with Update by non-email user.
161        - Fixed admin/accesslog.php wasn't using phpgw_access_log
162        - Fix for Week View warning in calendar.
163        - Fix for Matrix View not working with Netscape 6.
164        - Added text only feature for navbar
165        - Converted navbar to work off templates
166        - Merged in patch for filemanager to fix upload in SAFE_MODE
167          Thanks s837008
168        - Cleaned up mainscreen message section, you can also have a login screen message now.
169        - Merged in update for french
170        - Merged in update for Spanish
171          Thanks gmartine
172        - Merged in patch for calendar for year view
173          Thanks bwulf
174        - session class will now use the HTTP_X_FORWARDED_FOR if a user is behind a proxy server.
175        - Merged in patch to fix the addressbook not displaying all of the fields.
176          Thanks ydario
177        - New Calendar table structures and code.
178        - Applied patch to fix set_time_limit() warnings in safe_mode
179          Thanks count
180        - Fixed warning messages in EMail with/without CC header info.
181        - Fixed errors for TTS mailings.
182          (This was actually a problem with email, users not having a
183           Sent folder.  Sent Folders automatically created if not exist.)
184        - Fixed matrixview warnings when viewing manual.
185        - Fixed problem with moving to prev/next msg in NNTP.
186        - Fix possible problem connecting to LDAP server.
187        - Fix home page display of calendar events.
188        - Added ability to set users defaut calendar view of top icon.
189        - Changed calednar duration to a true date/time.
190        - Added ability to filter calendar events based on access.
191        - Merged in patch adding free() to the pgsql db.
192          Thanks count
193       
194[0.9.6] - Fix user permissions where not being checked properly.
195
196[0.9.5] - Fixed NNTP preferences.
197                - Fixed NNTP read_message - missed converting call for VFS.
198                - Fixed calendar view of events - change of convert_string_to_names_access().
199                - Fixed deletion of user accounts hanging on deleting of calendar events.
200                - Fix for email in BIG5 charset.
201                - Fix for adding new users.
202                - Fixed a bug that was casuing people to have problems logining in when using cookie support.
203                - Fixed calendar display of 12 hour formats.
204                - Fixed a few problems with admin -> editaccount not changing the directory name properly.
205                - Fixed the languages table was using the lang name in upper case while everything else
206                  was using lowercase.
207                - Added admin section to be able to add legal notices or other messages on the main screen.
208                  Thanks snerd for this idea.
209                - Added matrix view of individuals and calendar events.
210                - Fixed parent_page link on footer line.
211
212[0.9.4] - Fixed calendar week view.
213                - Displays calendar items in day view without start times.
214                - You now have to specify which API classes need to be loaded.
215                - Preformance is much better.
216                - Fixed a calendar SQL error with stock setups using the demo user.
217                - Fixed a problem with the email folders only reporting back the number of messages
218                  in the INBOX regardless of which folder it is in.
219                - Added calendar day view to home page.
220                - Fixed problem with deletion of accounts.
221                - Fixed a few problems with error reporting in the accounts section.
222                  Thanks mdean <mdean@kcnet.com>
223                - Renamed the webcal_entry.cal_create_by field to webcal_entry.cal_owner.
224                - Split out auth class, so that you can auth from anywhere and still store your accounts in sql or ldap.
225                - Added mail auth class, that will authenticate users against their email accounts
226                - Added multiple domain support.
227                - Fixed a few problems with the categories class
228                - Fixed nextmatchs calling link() wrong causing the next pages to not be displayed.
229                - Removed javascript from the login template
230                - Fixed HTML error in the application status select box for admin -> new/edit application
231                - Fixed group public filters in addressbook and todo list
232                - Cleanup up templates in admin section and created a few new templates.
233
234[0.9.3] - Fixed the new user account form not returning the users firstname or last name when an
235              error is reported.
236                - Fixed NNTP to handle new VFS api.
237                - Fixed a number of preferences bugs on the main screen.
238                - Fixed E-Mail sigs not being added.
239                - Moved E-Mail preferences into its own section.
240                - When changing NNTP servers, now deletes newsgroups and users_newsgroups.
241                - Applied Patch #102089 - scrollbars for addressbook when composing email.  Thanks jaggdedge <jaggdedge@users.sourceforge.net>
242                - owner fields are now working off account_id instead of account_lid
243                - Fixed time format on calendar preferences.
244                - NNTP now uses preferences to store monitored newsgroups.
245                - Added better error checking in applications admin section.
246                - Applied Patch #102116 - qmail/vmail spaces in TO:,CC: fields sending email.  Thanks jaggdedge <jaggdedge@users.sourceforge.net>
247                - Email Trash folder is now created if it doesn't exsist
248                - Added user preferences for sending messages to the trash or just deleteing them.
249                - Started working on LDAP support.  Its some what functional right now, but please be carefull
250                  it has not been fully tested or debugged.
251                - Fixed appsession() not decrypting data properly.
252                - mcrypt should be working correctly now.
253                - Fixed problem with email's addressbook not retrieving records.
254                - Applied patch for accounts->listusers().  Thanks Mathieu van Loon <mathieu@playcollevtive.com>
255                - Fixed check for new version not working.
256                - Merged in patch for vcard support in addressbook. Thanks Qbert <qbert@users.sourceforge.net>
257                - Merged in patch for better langague support based on iso-639   Thanks zaphod <zaphod@users.sourceforge.net>
258                - Fixed accesslog not showing the logout field properly.
259                - transy should now be somewhat usable.
260                - Added automatic email of changes to TTS tickets.
261                - Fixed show currentusers on navbar preference
262                - Added new categories class
263                - Fixed date preferences in todo list
264                - Added date preferences to addressbook for birthdays
265                - Fixed group access to calendar items.
266
267[0.9.2] - Fixed sorting bug in currentusers.php
268                - Cleaned up error reporting and form in newaccount.php
269                - Fixed viewaccounts.php not updated to the new accounts table.
270                - Fixed access_log not being updated durring logouts.
271                - Fixed email/folders.php not showing the number of messages in the INBOX.
272                - Fixed messages that where being passed around in the headlines admin section.
273                - Fixed setup script not working properly with certain version of MySQL.
274                - Fixed the participants list in the calendar.
275                - Fixed permission bug that was not checking users access to an app.
276            - Applied Patch #101453 - CJK character set display. Thanks Park ChungKyu <pchk@users.sourceforge.net>
277                - Applied Patch #101321 - CZECH lang translation. Thanks Petr Moses <pmoses@users.sourceforge.net>
278                - Now ISO 639 compliant with language translation id.
279                - Applied Patch #101828 - Swedish lang translation.  Thanks Kjell Claesson <keyson@users.sourceforge.net>
280                - Fixed group management with new groups and navbar problems.
281                - Changed around the way the preferences work.  The $phpgw_info array is also handled a little
282                  differently for preferences.  It now looks like:
283                  $phpgw_info["user"]["preferences"][appname][preference name]
284                - Fixed NNTP call to preferences.php if user does not have any groups selected.
285                - Fixed setting of default preferences of new users.
286                - Updated Spanish translations.  Thanks gmartine <gmartine@users.sourceforge.net>
287                - Default preferences used if not set in DB.
288                - NNTP fixed to use the new account table layout.
289                - NNTP Header problem fixed.
290                - Applied Patch #101934 - Updated Swedish lang translation.  Thanks Kjell Claesson <keyson@users.sourceforge.net>
291                - Fixed a problem with setup/index.php return a number of errors on fresh PostgreSQL databases.
292
293[0.9.1] - Fixed a few missing variables with templates.
294            - editing a product in the inventory program now forwards you back to the category
295                   you where in.
296            - You can now use decimals in the inventory program.
297            - Added missing tables for tts and fixed problems with postgresql.
298            - Fixed changing of password not getting set in session table
299            - email now displays "Could not open mailbox" if mailbox could
300              not be opened (formerly displayed just "mailbox empty")
301            - Added ability to add/edit product status (inventory)
302        - Fixed displaying of repeated calendar events by owner
303            - Fixed displaying of calendar events to include group events
304            - Converted more of the inventory program to use templates
305            - Added a search field/add button when list products (inventory)
306            - Fixed editing of calendar entry with regards to start time
307            - Fixed sorting order in navbar when apps where assigned to a group.
308            - Fixed groups not being assinged an app properly.
309            - Fixed timeout for email receiving/sending.
310            - Changed the format for the accounts, sessions, and preferences tables.
311            - Started adding support for Oracle databases (Not working yet)
312            - Added new layout for admin and preferences sections.
313            - Fixed addressbook entries assigned to groups.
314            - Fixed accounts not using link() properly and kicking admin out of searchs.
315            - Removed globalconfig.inc.php and moved it into the database.  Theres now a nice new
316              setup program.
317            - Updated docs a great deal.
318            - Group public items should now be working.
319                - Fixed a wrong data type error when calling sort() on 1 folder.
320                - Added week number in month view of calendar. (Patch by grasl)
321            - Moved charset setting from globalconfig.inc.php / DB to lang files.
322            - A bunch of other minor bug fixes.
323
324[09072000] - Added print icon that allows you to print out a page without having
325                the navbar. Thanks Sam Wynn Jr <sam.wynn@lmco.com>
326              - on group creation the files directory tried to be created in
327                "filemanager/groups/" instead of in "files/groups/" - fixed.
328                Same for the user directory.
329              - Added error checking for creating/editing an account with no permissions.
330              - Fixed a db->unlock() issue in editaccount.php
331              - Fixed a few $phpgw_flags out of place.
332              - Fixed a problem with attachments not handled properly
333              - Fixed email/folder.php
334              - Fixed a problem with link targeting and the navbar.
335              - Fixed kp3 not being passed properly in chat.
336              - Changed the icon for NNTP.
337              - Changed the way session->create() makes the random number. This should fix
338                the problems on NT.
339              - Added HTTP Proxy support to phpgw_network.
340              - Pop3: when a header line started with cc:, from:, ..., but
341                no information followed the colon, a bunch of error messages were
342                displayed ("xxx not an object"). Fixed.
343              - Inventory program now supports changeable status fields.
344              - Added feature to show minium in stock products in different colors.
345              - Added error checking for changing a group name to a name that already exsists
346              - Removed session->hidden_var(), use link() from now on.
347                NOTE: You need to make sure you use the POST method.  GET will cause problems.
348              - Cookie sessionid support works a little better now.
349              - Started adding LDAP account authencation support.
350              - Converted session->loginid, session->firstname, session->lastname, session->con to store
351                this data in the phpgw_info array.
352              - Moved check_owner() from session class to common.
353              - Converted all working apps to use the new lang() function which uses a database instead of
354                the lang files. (Passing extra variables is not working perfect, yet)
355
356[08212000] - removed db_lock() and db_unlock()  I changed the phpgw_db_* to use them
357                properly
358              - remove all remaining references to $dbase and $phpgw_db we are now using
359                $phpgw->db for database stuff
360              - Added unlock() in halt() for the database class.  This should help prevent
361                database lockups if the program executes some invailed SQL.
362              - Moved around the directory layout.  The include files and images are now
363                in the applications directory.
364              - You can now add permissions to a group, all users within that group
365                would be granted those permissions.
366              - NNTP now compatible with PHP3/PHP4.
367              - Fixed parse errors and footer problems with the calendars printer
368                friendly version.
369              - Fixed a problem with the groups directory not being deleted.
370              - Fixed a problem with not being able to add users to a group.
371              - Fixed bad links in calendar
372              - Added feature to be able to remove users from a group automaticly
373              - changetheme.php will now read the files in the directory.  You no longer
374                need to edit it to add themes
375              - Fixed a problem with the default sorting order messing up the next matchs
376                while viewing a message
377              - Added feature to check for new releases of phpGW
378              - Added feature to filter out entrys only within a certain group.
379                This is for the todo list and addressbook.
380              - Added a search field and next matchs icons to accounts and groups form.
381              - Fixed the "code" messages not showing up after adding new entrys and what not.
382              - Started converting the admin section to work off templates
383              - Started converting the todo list to work off templates
384              - Added a few new themes
385
386[08152000] - Fixed a problem with the calendar not showing the months in the users
387             langague preference.
388           - Added the new alpha human resources section
389           - Added the new alpha inventory program
390           - Added new global var $phpgw_flags
391             replaces $currentapp, $noheader, $nonavbar
392           - Small change in the API with the lang files.
393           - Added missing files for french
394           - pop_sort() accelerated by using temp file for storing header
395             information - speed factor > 2 for re-sorts!
396           - Added a temp quick fix for PostgreSQL not working in the calendar
397             I am using the old code, so there might be bugs.  This is
398             just until we can find a better solution.
399           - Added a warning message if users are still apart of a group thats
400             about to be deleted.
401           - a bunch of error messages where shown when some header info was
402             split into multiple lines (on pop account), and address info
403             could not be built in this case. Fixed.
404           - Added Dutch and Korean langague support
405           - Added default app and default sorting order preference
406           - Fixed multipart handling on pop3
407           - Added config option for where the "Powered by" can go, top or bottom
408           - add/edit/delete accounts code has been cleaned up greatly.
409           - Better error control in the accounts section
410           - Fixed check_owner() in session class not reporting the owner properly
411
412[08072000] - Fixed current users next matchs icons not showing up properly
413           - Added support to save sent-messages into Sent folder
414           - Fixed bug where users always see the mail server connection
415             error on a new installation
416           - Added cookie support so you can save your session id as a cookie
417           - Fixed permission bug in preferences with anonymous users
418           - Fixed permission bug in calendar
419           - Greatly improved ftp app
420           - Started adding the new manager permission
421           - Added link in the admin section to find out your phpinfo()
422           - A few bug fixes in the admin section
423
424[08042000] - Fixed repeating events in calendar day view
425           - Started refering to modules as applications
426           - Fixed todo list not showing list properly
427           - Started adding new application layout
428           - Clean up documentation
429           - Added better german langague file support.
430           - Fixed addressbook not showing the group access properly
431           - Added nextmatchs to email
432           - Deleting a message will now forward you to the next message
433             instead of the inbox.
434           - Added spanish, Itailian and Norwegien lang files.
435           - EMail now supports POP-3
436           - Next matchs icons in email
437           - Many other fixes and features that we can't remeber :)
438
439[07122000] - Added multi-langague support
440           - Added confirms before records are deleted.
441           - Fixed the footer not being called in the calendar
442           - Fixed the todo list not showing the list properly
443           - Added date format thanks vinz
444           - Renamed session.class to session.inc.php
445           - Added feature to allow stale uploads to be deleted on
446             systems that don't support cron
447           - Fixed calendar searchs
448           - Added preferences to have text under icons on navigation bar
449
450[07062000] - Fixed javascript pop-up window upadting wrong fields.
451             thanks vinz
452           - Fixed security hole in logout.php
453           - Added support support for todo list showing who created
454             the record.
455           - Added support for date due in todo list.
456           - Fixed bug in killsession.php thanks vinz
457           - Added support for day view in calendar
458           - Added support for hovering descriptions using the alt tag
459           - Added support for newsheadlines program
460             thanks Mark Peters <mpeters@satx.rr.com>
461           - The calendar sports a new layout.
462           - Started converting HTML to be HTML 4.0 complient
463           - Added new filemanager program
464           - New experimental look for the user section.
465
466[06302000] - Moved around the inc directorys for better security.
467           - Fixed the file attachments and parse errors.
468           - Fixed file uploads for Windows thanks vinz
469           - Added to bring you back to the same folder you are in
470             (email) thanks smoser
471           - Fixed directorys not be deleted properly and should
472             now work under windows.
473           - Updated docs a little
474           - Include pre-alpha release of trouble ticket system
475           - A few other small bug fixes.
476
477[06272000] - Updated most of the docs for the new name (phpGroupWare)
478           - Resolve a few issues with installing on PHP 4.
479           - editaccounts.php3 now updated the calendar tables properly
480           - Cleaned up groups.inc and removed no longer used and repeated code
481           - Fixed broken link in calendar
482           - Renamed all .php3 so program works in PHP 4.
483           - Added next and previous links in calendar year view
484           - Printer friendly version of the calendar no longer show the
485             navigation bar on top
486
487[06222000] - Fixed problem with timeformat only showing up if you have calendar
488             access.
489           - Added support to select from a few pre-defined date formats
490             Anyone have suggestions on some more ?
491           - Fixed problem with create_tables.mysql for calendar global events
492             thanks Vincent Larchet <vinz@users.sourceforge.net>
493           - Added support for multiable file uploads.
494           - Fixed table locking issues in editaccount.php3
495           - There is now a config option to point to a differant directory          that webdistro is install on.
496           - A couple of other small bug fixes and code cleanup.
497           - Fixed a problem with email signatures not working
498
499[06172000] - Added db_lock() and db_unlock.  That should fix the table locking
500             problems.
501           - Fixed problem with filtering in todo list.
502           - Fixed admin viewaccount.php3 not showing permissions properly.
503
504[06162000] - included new theme thanks Marl <marl@users.sourceforge.net>
505           - Made sure that the docs where included this time.
506           - Fixed javascript error in edit_entry.php thanks marvinhorst
507           - Fixed problem with edit_entry.php not including current users
508             loginid
509           - Renamed functions.inc to calendar.inc to make things easier to
510             understand.
511           - Renamed all .php file to .php3
512           - Fixed small calendar days, Sa and Su where backwords.
513           - Removed cal_eventid from webcal_entry_repeats, wasn't needed and        was causing problems.
514           - Fixed a few problems with create_tables.*
515           - Global public items should now work in the calendar
516           - Added feature to change users passwords (admin)
517           - Update some of the docs.
518           - Renamed and merged some files in the calendar.
519           - Added percent of users that logged out to accesslog
520
521[06092000] - Fixed lastlogin information that wasn't updating.
522           - Added table locks in edit_entry_handler.php (calendar)
523           - Added feature to annoy users that haven't changed there
524             password for more then 30 days.
525           - Added javascript popup window for addressbook in email
526             Thanks Brian King <bking@affcu.com>
527
528[06082000] - Added new groups class
529           - Combined permissions and preferences into session.inc
530           - Renamed session.inc to webdistro_common.inc
531           - Fixed blank items showing up in the todo list.
532           - Cleaned up create_tables.*  Took out all of the uneeded things.
533           - Included a new theme, it looks pretty bad on some computers.
534             But, we need to test things out a little with it.
535
536[06052000] - Fixed a few permission bugs in the addressbook
537           - Started converting all programs to use the new session class
538           - Light code cleanup
539           - Fixed parse errors in a few places
540           - Added timezone support
541           - Updated stalesessions.pl
542           - Fixed a few possiable security problems with addressbook
543
544[06032000] - Fixed problems editing accounts using postgresql
545           - Fixed problems creating account in create_tables.*
546           - Admin section updated.  Sorting features. New layout for current
547             sessions.
548           - login.php3 Fixed problem with it not updating users lastlogin
549           - Fixed problems with adding events to the calendar.
550           - Fixed problems with repeating events with a frequency of more
551             then 1.  I think I have finally narrowed most of the problems
552             down.
553           - Addressbook had the city and street mixed. Thanks Eric Degner
554           - Added feature to show who created the addressbook entry.
555             I will add support for this in the todolist later.
556           - Cleaned up some unneeded files in some of the directorys.
557           - Added next and previous link in message.php3 for email.
558           - Converted program to start using the new permissions and
559             preferences class.
560           - Fixed session table for mysql
561
562[06022000] - Calendar bug fixes and code cleanup.
563           - Security fix for login.php3
Note: See TracBrowser for help on using the repository browser.