nsf

Clone Tools
  • last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- doc updates

- doc-tools: added "-where" to !get - doc-tools: title to internal links, provided css class, added nicer label - updated reference doc

    • -6
    • +7
    /library/lib/doc-assets/class.html.tmpl
- updated TODO

- no need to define "-class" as objectparameter - no need to define "Object.cleanup" as a method

- let "obj class NEWCLASS" return NEWCLASS

- no need to define "-class" as objectparameter

- remove unneeded newline

listing(): Trim result string of pretty printer for trailing newlines to avoid their transformation to multiple line breaks.

Added exclude filter for nx doc, fixed typo in @glossary entry

- playing with empty comment lines

- documentation updates

- reduced width of made program text columns for making easier printable documents

- add type attribute to style tag

- library/lib/doc-tools.tcl: Added a link renderer for Tcl commands, pointing to the tcl.tk online reference; usage: <<tclcmd /cmd/>>. - library/nx/nx.nxd: Fixed glossary references pointing to mixin classes. - glossary.html.tmpl: Made the tmpl more robust against the non-existence of glossary entries. - method.html.tmpl: Made Type and Protection fully conditional - doc-tools.tcl: added a @project.is_validated attribute to reflect the validation status of a given project. this should later turn into a derived property. - langRef.xotcl: added a missing </tt> closing tag, to avoid tt pollution of the remaining document space.

    • -3
    • +5
    /library/lib/doc-assets/method.html.tmpl
nx.nxd: Shifted glossary entries to nsf.nxd

nx.nxd: Corrected the @glossary entries for empty leading comment lines

- documentation work

    • -1
    • +1
    /library/lib/doc-assets/package.html.tmpl
- update of the migration guide

- update of migration guide

- extended regression test

- improve error messages and warnings for nsfprocs

- some refactoring of the argument parser - argument parser handles now as well OpenACS like single-word parameter values (such as ... -flag=1 ....)

- improve documentation

- minor cleanup

- nsf::proc: alloc shadowed methods in ::nsf::procs - new helper function ::proc strip_proc_name to strip nsf::procs prefix - improve error messages - reduce verbosity - removed the following obsolete macros: ALLOC_NAME_NS, ALLOC_TOP_NS, ALLOC_DSTRING

- serializer.tcl: export nsf::procs via "Serializer all"

- added flag "-ad" to ::nsf::proc for obtaining the semantics of ad_proc in OpenACS (boolean with no arguments, append "_p" to variable names) - added "... info method definition ..." for nsfprocs - new function DStringAppendQualName() to append qualified name to a DString - removed obsolete function NSCmdFullName()

- added methodtype "nsfproc" to "... info methods ...", to be used with namespace qualified names - return "nsfproc" as methodtype for nsfprocs - refactored InvokeShadowedProc() - some minor code cleanup and improved documentation

- fixed spacing in error message

- added block for none-one-liner if statements