• last updated 16 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
This was accidentally commited on HEAD instead of on oacs-5-1

Added some helpful text.

making top page work with top version 1.2. Noquote fix on index page. Patch 473 fixing bug 1679.

file date-init.tcl was initially added on branch oacs-5-1.

Part of this commit is fixing #1176 (just a few acs-lang strings and properly

splitting the file into *-proc.tcl and *-init.tcl part). Part of this fix

(catalog file) was accidentally commited before by Joel

The bigger part is changing load order of library files so that

acs-lang-init.tcl gets loaded before all other *-init.tcl files.

This is necessary because acs-lang is so fundamental and it is quite possible

(as we have seen with the example of date-init.tcl) that there are *-init.tcl

files that need translated strings.

Part of this commit is fixing #1176 (just a few acs-lang strings and properly

splitting the file into *-proc.tcl and *-init.tcl part). Part of this fix

(catalog file) was accidentally commited before by Joel

The bigger part is changing load order of library files so that

acs-lang-init.tcl gets loaded before all other *-init.tcl files.

This is necessary because acs-lang is so fundamental and it is quite possible

(as we have seen with the example of date-init.tcl) that there are *-init.tcl

files that need translated strings.

fixed typo in backup.sh - bug 1658

adding error log rolling scheduled proc

Made nested tabbed navigation work by writing a special master template for

this mode.

Minor interface improvement: fixed display of edit icons

don't bomb out a search just because hightlight blew up

propigate bug/patch id to master tip 55

empty_string_p fixes for head

change functions to include namespace, fix format

propigate displayed_object_id to master tip 55

give Jade commit on the whole tree

fix the very common error of calling empty_string_p with var instead of $var

removing abort switch from call to ad_returnredirect (switch no longer supported)

added notes on duplicate i18n keys

Fixed Bug #1187 by applying Patch #472

making sure elements.label is always noquoted for consistency. Fixing bug 1184

added two keys for bug #962

changed formatting so that lists are not centered in IE

Making sure you can keep the version of a package unchanged while editing it. Even if you keep the upgrade checkbox selected it will now not attempt an upgrade if you didn't change the version_name. fixing bug 1106

changing the ad_return_complaint proc to use the ad-return-complain template. It was broken with the complain template as it didn't create a multirow

maintain acs_object.title when edited

Granting commit to Nima Mazloumi on openacs-4

update acs_object.title on message edit

Added message catalog for bug-tracker

Internationalized notifications label as an example for Nima