Use lower(username) rather than upper(username), create case foldedindexes on postgres for username, email, screen_name, move some ofthe queries in community-core-procs to .xql file.rename the updgrade files...doh!
- Added a band aid solution to element-ave.tcl to flip the form into edit mode if it caught a spelling error, to make the OK button appear.- curriculum-ave.tcl: made sure that spelling-errors are displayed in display mode.- context now uses [list] so that the title part of the bar displays correctly.
1. Changed "foto" to "photo" in one place2. Changed tar commands to use old-fashioned "-C" command line switch rather then the GNU-only "--directory". With this change, ast least some of the tar upload features work with BSD tar (Mac OS X, for instance).
Change the all_users to acs_users_all, bump version to 5.0.0b3, provideupgrade script. fix where its used in logger, weblogger-portlet, and lars-blogger.fixes bug 1174.
Adds max_child_sortkey to acs_objects, uses select for update to incrtree_sortkey (fixes concurrency problems and substantially improvesperformance), drop group_elem_idx_container_idx (not useful) andacs_objects_context_object_idx (which is superflous since there is anidentical unique constraint). changes acs_objects_get_tree_sortkey tobe isstrict/iscachable fixes a bug in acs_objects_context_id_up_tr onboth oracle an postgres.See http://openacs.org/forums/message-view?message_id=142769 for discussion.