Peter: a proc in the acs-lang API changed name, correcting, improving the documentation for translating adp files, removing tilde files that were committed by mistake yesterday evening
Peter: making the proc replace_adp_message_tags_with_lookups work on tcl files as well as adp files to make it easier to translate TCL libraries and TCL pages
Quick hack fix: The seach box tries to find the URL that this package is mounted at, but it may be mounted at multiple site nodes. I've made the query only return the first row. Ugly.
Fixed two bugs:- Bug #55: Added a default rel_type when adding a user to a community. dotlrn_club::add_user and dotlrn_class::add_user both had it, dotlrn_community::add_user didn't which caused join of a subgroup to break.- The join link referenced a join.gif image, but this isn't included in the dotlrn package, so I changed it to be words.
Peter: added Jeff's proc that we call replace_adp_text_with_message_tags that is used to make adp templates multilingual. There is a web interface in the package manager for this proc