• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Default impl_pretty_name to impl_name

- Include impl_owner_name and impl_pretty_name in views

- Clean up UI and make it use list builder

  1. … 12 more files in changeset.
Fixed unterminated string in acs_sc_impl__new, and untabified the entire file

    • -110
    • +113
    ./acs-sc-packages-create.sql
the three argument acs_sc_impl__new function was previously removed but it's used in more than 50 places in the code. Adding it back

adding upgrades scripts for pretty_names on acs sc impls

    • -0
    • +45
    ./upgrade/upgrade-4.7d2-4.7d3.sql
  1. … 1 more file in changeset.
added support for pretty_names to acs sc impls

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

  1. … 107 more files in changeset.
A bunch of things

1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the

backwards-compatible "getattr" command to fail. I dug around nsxml

and it does appear to be a gcc bug. I changed to the proper nsxml v2

syntax.

2. In the course of exploring #1 above, I realized that the calls to

dom:: Tcl XML package commands were still being executed despite

being commented out. Typical Tcl misunderstanding on someone's part.

Net effect: we were parsing all APM .info files twice, once in Tcl

and once in ns_xml! Yuk!

3. Fixed a minor notifications bug - you couldn't delete a notification

request if any unsent notifications were pending, causing the homework

package to bomb if you deleted an uploaded homework file and the prof

hadn't yet received their notification.

4. Fixed an obscure corner case in my permissions denormalization code.

  1. … 15 more files in changeset.
merge from oacs-4-6

  1. … 110 more files in changeset.
file upgrade-4.5.1-4.6.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./upgrade/upgrade-4.5.1-4.6.sql
  1. … 3 more files in changeset.
- Upgrade scripts for acs-content-repository, acs-events, acs-kernel, acs-mail, acs-service-contract, bookmarks, faq, file-storage, news and search

- Bumped version of above packages to 4.6

- Fixed the view/sequence hack in apm-create so that APM package edit UI works in PG 7.2

  1. … 30 more files in changeset.
Improved the error message when a binding fails

Applied patch submitted by Dave Bauer - acs_sc_impl_alias__delete was missing

a parameter.

Cast arguments to acs_sc_binding__new to make sure integer version is

selected. Add error checking to text version.

  1. … 1 more file in changeset.
added float and bytearray message types

  1. … 1 more file in changeset.
naming convention changes

naming conventions

  1. … 3 more files in changeset.
changed to comply with naming conventions

Adding it in ...

    • -0
    • +253
    ./acs-sc-msg-types-create.sql
    • -0
    • +12
    ./acs-sc-msg-types-drop.sql
    • -0
    • +42
    ./acs-sc-object-types-create.sql
    • -0
    • +9
    ./acs-sc-object-types-drop.sql
    • -0
    • +484
    ./acs-sc-packages-create.sql
    • -0
    • +20
    ./acs-sc-packages-drop.sql
    • -0
    • +99
    ./acs-sc-tables-create.sql
    • -0
    • +5
    ./acs-sc-tables-drop.sql
    • -0
    • +46
    ./acs-sc-views-create.sql
    • -0
    • +3
    ./acs-sc-views-drop.sql
    • -0
    • +5
    ./acs-service-contract-create.sql
    • -0
    • +5
    ./acs-service-contract-drop.sql
    • -0
    • +87
    ./sc-sample-create.sql
    • -0
    • +16
    ./sc-sample-drop.sql
  1. … 8 more files in changeset.