Kavi KOrg 2.3 r60 Release (2006-9-26)
- Don't escape html in via displayValue for list-type kfields
- Fix for database conflict errors (don't set _defaultClass on access)
Kavi KOrg 2.3 r59 Release (2006-9-19)
- KFile fix for bug #0021178
Kavi KOrg 2.3 r58 Release (2006-9-12)
- Allow sets module in python scripts
- Fix email template restrictions
- Fix bad parsing of mail template variables with similar names
- Fix bug in filename parsing when name consisted of numbers
Kavi KOrg 2.3 r57 Relase (2006-8-29)
- Made when types dynamic in scheduled email
- Fixed database conflict errors on KRacks
Kavi KOrg 2.3 r56 Relase (2006-8-22)
- Fixed issue in help with broken images
Kavi KOrg 2.3 r55 Release (2006-8-15)
- DateTime field mysql fixes for new platform
- Fix to versions for KEdit
- Added end-user error message for kpages with multiple kcontent objects,
but only the default content object is used.
Kavi KOrg 2.3 r52 Release (2006-7-25)
- Removed kedit cookie checking code (2006-07-20)
Kavi KOrg 2.3 r51 Release (2006-7-18)
Fixed escaping issues with kfield's displayHidden()
Removed code that looked for kfield values on field objects themselves.
Fixed bug in email scheduler where empty recipient values weren't saved.
Kavi KOrg 2.3 r50 Release (2006-07-11)
On pages (in applications such as KMembers, KShowcase etc) where email queues are implemented, added a warning message if inconsistant send email options are selected by the user. (2006-06-29)
Kavi KOrg 2.3 r49 Release (2006-06-27)
Added a reload() call to the code reading in the workflow spec so it would always be up-to-date with the spec in the file, which would help in easier development.(2006-06-20)
Kavi KOrg 2.3 r48 Release (2006-06-20)
In reporting tools, enforcing csv downloads with a new button, thus removing select options for downloading reports. (2006-06-15)
Fixed bug that occured when jumping to a (bookmarked) form that triggers a validation of a kdaterange field when no data was given for the field. Now just passes as if no data had been entered into the field.(2006-06-14)
Increased default year to 2010 from 2007 in KDateField. (2006-06-14)
Kavi KOrg 2.3 r47 Release (2006-06-13)
Fixed issue with required flags on fields sneaking into admin interfaces for some fields (ie. those which don't override the default searchField method).(2006-06-07)
Kavi KOrg 2.3 r46 Release (2006-06-06)
The KFileField text field default has been changed to size 20 from 10. (2006-05-30)
Removed MS Excel as an option for file downloads in the reporting tools. (2006-05-30)
Changed the basic display of the Other field of KSelectField to make the default nicer. All features and options remain the same. (2006-05-30)
Kavi KOrg 2.3 r45 Release (2006-05-30)
Fixed issues with (d)ecrypting filepaths for use with (pre)viewing KFiles. Wrong variable was used in one place causing problems with decrypting values. Also, putting raw encrypted text in html was causing browser issues. In some cases causing the browser to think the document was a binary file instead of an html page. (2006-05-26)
Fixed various issues with email schedule tool. (2006-05-25)
Kavi KOrg 2.3 r44 Release (2006-05-23)
Reworked KFileField's preview support. Better handling of existing data, integration with FileSpecialilst (showcase files), missing required errors, and some refactoring. (2006-05-12)
Kavi KOrg 2.3 r43 Release (2006-05-16)
Added some functionality to support email schedule and email templates so that the same basic code for email tools can be used by various applications. (2006-05-10)
Kavi KOrg 2.3 r42 Release (2006-05-09)
KFileField preview support improved for general use in apps other than KSurveys.(2006-04-29)
Kavi KOrg 2.3 r41 Release (2006-05-02)
Commas in other fields on fields that store (in surveys) their data using the list type raised a KError (SiteError). Added validation code to check for this and show an appropriate form error. (2006-04-25)
Kavi KOrg 2.3 r40 Release (2006-04-24)
Mailhost now gets mail domain from site.xml and added new manage_main to replace old Edit page with a non-editable view of the config. (2006-04-20)
Kavi KOrg 2.3 r39 Release (2006-04-18)
Made changes required for new platform (speficially mysql 4.1). These include some sql changes to facilitate changes to datetime fields and changing a columns name while keeping its data. Also laid groundwork for changes to timestamp defs to fix issues with them getting set correctly (how auto-setting of timestamps was determined changed). (2006-04-07)
Kavi KOrg 2.3 r38 Release (2006-04-11)
Fixed issue with bad hidden fields for some types of fields (primarily DateRange Fields). Reworked to use field's displayHidden(). (2006-04-06)
Kavi KOrg 2.3 r37 Release (2006-04-04)
Updated formatting of Changelogs for better readability.(2006-03-30)
Kavi KOrg 2.3 r36 Release (2006-03-28)
Fixed issue where Kpage created in kedit on contentroot (not normally possible with default setup) and then discarding it caused an issue with reindexing the navNode on the contentroot. (2006-03-22)
Kavi KOrg 2.3 r35 Release (2006-03-21)
Added a progress form/spinner page feature that would allow the browser to reload if the requested page hasn't loaded before the browser times out. Also, the user would be shown how much of the page load has been completed. (2006-03-16)
Kavi KOrg 2.3 r34 Release (2006-03-14)
Replaced spaces with underscores in field labels/ids. (2006-03-03)
Kavi KOrg 2.3 r33 Release (2006-03-07)
Labels used in the title row of tables are now NOT html escaped by default. Also, added code to strip any html from column titles/labels in data downloads. (2006-03-01)
Fixed bug with changing a username when the user has an username with an @ character in it. All usernames containing @ chars are converted to the new form at update time. (2006-02-28)
Kavi KOrg 2.3 r32 Release (2006-02-28)
Added warning message if tags other than dtml-var appear in a keditable kcontent object. (2006-02-22)
Kavi KOrg 2.3 r31 Release (2006-02-21)
Added system_disk_usage to SystemApp getAppStats. (2006-02-15)
Kavi KOrg 2.3 r30 Release (2006-02-14)
Added a new KFileReport to view list of uploaded KFiles. This report displays the filename, size, last modified date and the path to the KFiles. (2006-02-06)
Fixed issue with tar.gz files not unzipping correctly in IE. (2006-02-07)
Kavi KOrg 2.3 r29 Release (2006-02-07)
Updated files for the Reports and Email Scheduler features. (2006-02-02)
Kavi KOrg 2.3 r28 Release (2006-01-31)
Fixed issue with getOrderedFieldList() on KForm getting overridden on subclasses keeping fields from showing up in the ZMI. (2006-01-25)
Kavi KOrg 2.3 r27 Release (2006-01-24)
Fixed issue where, by clicking near a checkbox or radio button, it would get selected/deselected. (2006-01-19)
Kavi KOrg 2.3 r26 Release (2006-01-17)
No changes.
Kavi KOrg 2.3 r25 Release (2005-12-06)
Fixed various issues with reporting application statistics on disk usage and bandwidth. (2005-11-30)
Kavi KOrg 2.3 r24 Release (2005-11-29)
No changes.
Kavi KOrg 2.3 r23 Release (2005-11-22)
Added module level addKFields, and addKSpecialists for use in other applications. (2005-11-11)
Kavi KOrg 2.3 r22 Release (2005-11-15)
Fixed issues with reporting large negative usage values. (2005-11-08)
Kavi KOrg 2.3 r21 Release (2005-11-08)
Fixed various issues with the preview file support and FileUpload feature.(2005-11-02)
Kavi KOrg 2.3 r20 Release (2005-11-01)
Generated PDF versions of all Kavi help documents. (2005-10-28)
Fixed issue with pagination, batching and links sorting not working in tabular widgets due to the length of the URLs for batch links.(2005-10-27)
Fixed problem with editing nav_title for top level editable pages. (2005-10-27)
Fixed issue with pages failing when KContent contained dtml code. (2005-10-26)
Fixed various issues with the preview file support and FileUpload feature.(2005-10-24)
Kavi KOrg 2.3 r19 Release (2005-10-25)
Added default javascript file required for Urchin analysis. (2005-10-20)
Fixed issues with the Other option in KFields. It now clears placeholder if other value field is left blank. Also, it now returns an error if you filled out the other value field without checking/selecting the Other option.(2005-10-19)
Kavi KOrg 2.3 r18 Release (2005-10-18)
Added Site Usage summary to admin tools. Also added stats reporting for bandwidth, disk, and database usage. (2005-10-12)
Fixed pdf header to use new kavi logo, changed build script to use XEP instead of fop.(2005-10-10)
Added a group of file-like methods to KFile (eg. readlines, seek, tell, etc). Should make it more compatible with FileUpload objects.(2005-10-10)
ix issue with hidden fields getting rendered outside columns (outside td tags).(2005-10-07)
Kavi KOrg 2.3 r17 Release (2005-10-11)
Added ability to preview KFileFields. Each time a file is uploaded via a KFileField it gets stored to a common PreviewStore directory. After uploading the file to the PreviewStore the file gets propogated through the rest of the forms as a hidden field. Saving it at the end of the process copies that file to its final resting place and deletes the preview file. If the process is never completed and the file gets abandoned in the PreviewStore it will get cleaned out by a cronjob. Also this has allowed for file fields to support pre-populating of the field in the case of a form error.(2005-10-28)
Provided a way to include an Other option in selects, checkboxes, multi-selects, and radio button fields. If the Other option is included, added a text field that allows the user to fill in the Other value. (2005-10-22)
Kavi KOrg 2.3 r16 Release (2005-10-04)
Fixed issues with sorting tabular data on survey admin summary page. It had problems with finding the columns and handling columns which were functions rather than values.(2005-09-20)
Kavi KOrg 2.3 r15 Release (2005-09-20)
Fixed issue with displaying KFiles in the WYSIWYG editor on seminar.kavi.com.(2005-09-11)
Kavi KOrg 2.3 r14 Release (2005-09-13)
Fixed a navigation issue with static_tiers not behaving correctly in various ways. Fix required reworking the defaultCatalog method. (2005-09-08)
Kavi KOrg 2.3 r13 Release (2005-08-30)
Fixed navigation issues with static_tiers not displaying correctly as you got deep into the site.(2005-08-23)
Fixed issue with static nav nodes interfering with the highlighting of the opened node.(2005-08-23)
Added code to proxy validation patch to allow for the calling object to use proxies. That is, the proxy roles for the test object (eg. a skinscript method) used to be tested only against the users roles. Now they are tested against the user roles and the proxy roles of the calling object.(2005-08-22)
Fixed issue with deleting a relation type with a bound role and not unbinding it. Due to this, Roles in KMembers were undeletable. (2005-08-19)
Kavi KOrg 2.3 r12 Release (2005-08-23)
Fixed issue where support emails were constructing the To address from the incorrect domain. Changed code to get domain from mlm specialist which extracts domain from pkg_kmlm.xml file.(2005-08-18)
Kavi KOrg 2.3 r11 Release (2005-08-09)
Fixed issue where there were problems with the pulled in summaries used as the default content if there was a version object present by the name keditor. (2005-07-29)
Fixed issue where the dtml in the default contents of the version objects was pre-rendered at update time. (2005-07-29)
Kavi KOrg 2.3 r10 Release (2005-08-02)
No changes.
Kavi KOrg 2.3 r9 Release (2005-07-26)
ContentRoot is now fully updated when org update is run.(2005-07-19)
Turned off reindex of NavNodes when updated. Nodes are reindexed via the catalog update. This caused some overhead during update.(2005-07-19)
Added vsd (visio) mime type for uploading files. (2005-07-19)
Changed field test in update form to deal with missing entries in the field_map.(2005-07-19)
Kavi KOrg 2.3 r8 Release (2005-07-19)
Tweaked updating code so as not to set field ordering information everytime. Only sets when needed.(2005-07-14)
Fixed _set_permission() method to only update permissions if they need it. This prevents needless updates and database writes.(2005-07-14)
Slight tweak to test before setting kedit attributes. This caused the object to get modified every time it was updated whether it needed it or not.(2005-07-14)
Fixed issue with leftNav not working right (being empty) when it contains only static nodes at the top and root level of the nav (ie. one level of nav wit h the navigation object and static nodes on that level).(2005-07-12)
If the rename marker and the page it renamed were both discarded, it would try to delete the rename marker twice causing an error. Now it doesn't.(2005-07-12)
Fixed problem with discarding or deleting a newly added kpage which has a rename marker associated with it. The rename marker needed to be removed along with the kpage it was renaming. Also it wouldn't reindex the navNode when the kpage was renamed or the rename was discarded. Now it is. Also changed the version's traversal code to only get KPages when building the context of versioned objects.(2005-07-12)
Fix for zlib decompressing errors by catching and returning an empty string (ie. no state).(2005-07-12)
Kavi KOrg 2.3 r7 Release (2005-07-12)
No changes.
Kavi KOrg 2.3 r6 Release (2005-07-05)
No changes.
Kavi KOrg 2.3 r5 Release (2005-06-28)
Fixed issue with broken links generated by displayValue().
They were using the relative filepath as if it were the absolute.
Changed it to use getFilepath() method which returns the right thing.(2005-06-24)
Fixed issue where the site navigation was unavailable for various sites due to
conflict with site related customizations. (2005-06-23)
Kavi KOrg 2.3 r4 Release (2005-06-21)
Changed all application titles to not have Application word in them.(2005-06-16)
Updated leftNav to reduce the number of leftNav objects that must
be installed on a typical site. Now, a single leftNav in the ContentRoot with
the restrict_nav_to_section property checked will show the pages only
within the current section when ALL top level navNodes are either set to Never
display or if top level navNodes only appear in
other navigation objects (such as topNav). (2005-06-17)
Kavi KOrg 2.3 r3 Release (2005-06-14)
Turned off CSS decoration by default to get rid of css related display issues in
the end-user help. (2005-06-03)
Fixed the issue of images not showing up in the Help when viewed in IE 5.5 or
higher. Issue was triggered by image tags without width
and height attributes. (2005-06-03)
Simplified the Makefile for Help by factoring out the common code to a
top level include.(2005-06-03)
The generated html for help now gets the group write permission.
Earlier this permission issue was preventing the help from
being rebuilt. (2005-06-03)
|