• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
hidden_p is a boolean noe, therefore rewriting the case clause of portal::configure_dispatch.toggle_tab_visibility

- never call util_memoize with string substitions, but use [list] instead

- prefer ns_quotehtml over ad_quotehtml

  1. … 20 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 346 more files in changeset.
- remove globals for errorInfo and use namespace qualifiers instead

  1. … 3 more files in changeset.
- improve safety of generated HTML

Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2545 more files in changeset.
- fix invalid api-doc variable @creation_date

  1. … 5 more files in changeset.
- replace depreacted "ad_return" by "return"

- use $$ quoting in postgres SQL

- use name parameter for SQL functions

- favor tcl-compilable string comparisons

- brace expressions

- replace deprecated "acs_sc_call" by "acs_sc::invoke"

- bump version number to indicate compatibility with 5.8.1

  1. … 19 more files in changeset.
- replace depreacted "ad_parameter" by "parameter::get"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 3 more files in changeset.
Checking if a portal page exists, if not throws a complaint to the user.

  1. … 1 more file in changeset.
Add -sort_key switch to add_element to be able to choose the order of appearance of the portlet

1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

  1. … 379 more files in changeset.
HTML Strict cleanup: removed trailing slash of the BR tag

  1. … 42 more files in changeset.
HTML Strict and CSS2 cleanup.

HTML Strict cleanup

  1. … 12 more files in changeset.
HTML Strict cleanup

  1. … 6 more files in changeset.
Add portlet_visible_p procedure to make it easy to check if a

particular portlet is actually shown on a portal.

Added a new default_layout parameter to get rid of the hard-coded sloan

layouts used when a new page is added. Default value is the old hard-wired

one, but now our standard install.xml can set it to zen, and when someone

has time site theme switching can change it, too.

  1. … 1 more file in changeset.
Get rid of the get_page_header_stuff kludge. Add a proc to set the portal page CSS for the current layout (using template::head API), to be called from layout templates

  1. … 3 more files in changeset.
Merged oacs-5-3 branch to HEAD

  1. … 186 more files in changeset.
changing <br/> to <br> to meet html transitional validation requirements

  1. … 12 more files in changeset.
SQL standard (limit sentence is only for postgresql)

Use the value of layout_name if passed to portal::create

Removing dotlrn code from new-portal test!

file new-portal-test-procs.tcl was initially added on branch oacs-5-3.

    • -0
    • +0
    ./test/new-portal-test-procs.tcl
Fix bug where database does not magically return portal pages in sorted

order, causing user confusion when the pages end up out of order.

No upgrade for existing pages since I don't want to stomp all over

portals that may have been customized.

  1. … 5 more files in changeset.
Last shot at site nodes cleanup. Duplicated site_nodes libraries have been removed and calls to their procs replaced by calls to site_node::

  1. … 2 more files in changeset.
First shot for site_nodes cleanup: removed duplicated library in dotlrn package and unused procs in new-portal/tcl/side-nodes-procs.tcl.

  1. … 3 more files in changeset.