• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
*** empty log message ***

Changed arrangement of community page a little

added hosting div to css

*** empty log message ***

    • -0
    • +16
    /openacs.org-dev/www/templates/widgets/hosting.adp
    • -0
    • +8
    /openacs.org-dev/www/templates/widgets/hosting.tcl
Fixed namespace eval, forgot the {}

Renamed etp-gc.tcl to etp-gc-procs.tcl so it would get sourced at startup.

    • -0
    • +94
    /openacs.org-dev/packages/edit-this-page/tcl/etp-gc-procs.tcl
added clear:both to div.row

nevermind

added div.row

add service contract drop file

*** empty log message ***

    • -0
    • +1
    /openacs.org-dev/www/templates/homepage-new-index.tcl
*** empty log message ***

added new application code for the new design (olah)

    • -1
    • +12
    /openacs.org-dev/tcl/openacsorg-init.tcl
adding templates, widgets and css files, etc, for the new design (olah)

adding templates, widgets and css files, etc, for the new design (olah)

adding templates, widgets and css files, etc, for the new design (olah)

    • -0
    • +19
    /openacs.org-dev/www/templates/box-master-full.adp
    • -0
    • +36
    /openacs.org-dev/www/templates/box-master.adp
    • -0
    • +43
    /openacs.org-dev/www/templates/community-new-index.adp
    • -0
    • +40
    /openacs.org-dev/www/templates/general-master.adp
    • -0
    • +38
    /openacs.org-dev/www/templates/general-master.tcl
    • -0
    • +59
    /openacs.org-dev/www/templates/homepage-new-index.adp
    • -0
    • +149
    /openacs.org-dev/www/templates/css/main.css
    • binary
    /openacs.org-dev/www/templates/slices/alex.jpg
    • binary
    /openacs.org-dev/www/templates/slices/head_lowright.gif
    • binary
    /openacs.org-dev/www/templates/slices/head_upright.gif
    • binary
    /openacs.org-dev/www/templates/slices/horzline.gif
    • binary
    /openacs.org-dev/www/templates/slices/lowleft.gif
    • binary
    /openacs.org-dev/www/templates/slices/lowleft2.gif
    • binary
    /openacs.org-dev/www/templates/slices/lowright.gif
    • binary
    /openacs.org-dev/www/templates/slices/lowright2.gif
  1. … 31 more files in changeset.
adding nav proc (olah)

    • -0
    • +45
    /openacs.org-dev/tcl/polyxena-procs.tcl
fixed broken queries. patch by guan@unicast.org

Added files for Search package service contracts

    • -0
    • +38
    /openacs.org-dev/packages/forums/tcl/forums-sc-procs.tcl
silly me, accidentally added backup files to the cvs. bad dan

more recruiting fixes

  1. … 27 more files in changeset.
* Got rid of all the proc_doc's

* Moved comments that were outside or in function comments to within

ad_proc documentation block.

* Added documentation where it was missing and I could figure out what

the function was supposed to do.

* Added explanation as to why the function was deprecated where I knew

the reasons

    • -48
    • +206
    /openacs-4/packages/acs-tcl/tcl/defs-procs.tcl
* Added documentation for db_multirow -local switch

* Added db_multirow to developer's guide (I classify it as "Basic API")

* Added documentation for db_multirow's -local switch to both places

(developer's guide and kernel documentation -> Should we merge these??)

put \\ at the end so it doesn't get confused

@, #, %, &, and + are also special characters because of urls. we might think

about just replacing any non-alphanumeric or space character with an

underscore.

db_nextval further modified to be more compact, and logging set to the debug level

Fixed a bug I introduced while making so the user didn't have to make

two extra clicks just to confirm s/he didn't need shipping when no shippable

items are present in the order.

In the current brain dead e-commerce page flow, process-order-quantity-shipping

*must* be called no matter what, because that's the page that actually gives

ec_items prices, and without them the user ends up with a $0 total for his

order, always.

moved ad_parameter_from_file call from parameter::get to

parameter::get_from_package_key since you would only use a package_key to get

a value from the configuration file anyway.

made download-archive and the publish_object_to_file_system api file system

safe, that is, removed file system special characters according to the

'filename' tcl api.

@see http://dev.scriptics.com/man/tcl8.3/TclCmd/filename.htm#M29