• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- improve validity and saftey of HTML

  1. … 18 more files in changeset.
- use type checking for boolean parameters in page_contracts to improve security

  1. … 29 more files in changeset.
- fix HTML markup

  1. … 2 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- flatten nested "lindex" structures

- use numeric comparison operator for truth value comparisons

  1. … 12 more files in changeset.
- improve spacing

- add release date to package info

  1. … 2 more files in changeset.
Getting rid of last calls to deprecated ad_table. Instead using the list-builder. There is still one call to ad_table within acs-subsite but this page is not linked from anywhere anymore ( probably we remove it later ).

  1. … 6 more files in changeset.
- cleanup: reduce usage of deprecated functions (ad_parameter)

  1. … 8 more files in changeset.
HTML strict cleanup: removed trailing slash of HR and BR tags

  1. … 25 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517

  1. … 834 more files in changeset.
Removed HTML to deliberately set cell background color to white for the reload links, which is where you need it the most, because it's the furthest away from the name of the package

Fixed some context bar, show name of package being reloaded

  1. … 3 more files in changeset.
Added Andrew's OpenACS authentication server as a separate package

  1. … 11 more files in changeset.
Always display reload links, but not always check file status

  1. … 1 more file in changeset.
Templated pages

  1. … 3 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.
speeding up the APM index page significantly by making reload links optional

language fix: committed an incomplete sentence in last commit

removing incorrect help statement trying to explain what an installed package is

adding a view files link for each package (there used to be such a link and a count). Made showing all packages the default (this is what at least I want 99% of the time and I'm assuming other developers will have similar needs)

disabling watches on the APM index page in performance mode and providing a link to the parameter page fixing bug 377

disabling watches on the APM index page in performance mode and providing a link to the parameter page

adding the ability to cancel all watches in the system

  1. … 2 more files in changeset.
adding the ability to cancel all watches in the system

  1. … 2 more files in changeset.
removing the file count for packages on the APM index page as counting from the file system would be fairly expensive (maybe as much as a second for many packages)

  1. … 2 more files in changeset.
removing the file count for packages on the APM index page as counting from the file system would be fairly expensive (maybe as much as a second for many packages)

  1. … 2 more files in changeset.
Upgrade to 4.6.2: The infamous APM changes, workflow, bug-tracker, etc.

  1. … 35 more files in changeset.
Changed the file manage page of the APM to reflect that file paths are no longer in the database. The page now just serves the purpose of showing the file types that the APM thinks your files are and watching files. Making paths to sql files and catalog files be fetched directly from the filesystem. Offering to mount applications under /package_key upon install for convenience. Making sure the package-delete page works by unmounting and uninstantiating packages with the Tcl API (to trigger callbacks) before uninstall. Adding ability to watch all files in a package. Minor update of I18N instructions

  1. … 10 more files in changeset.