summaryrefslogtreecommitdiffstats
path: root/doc/sch-design.txt
Commit message (Collapse)AuthorAgeFilesLines
* - move some documentation files aroundNalin Dahyabhai2009-06-171-127/+0
|
* - formatting/markup fixesNalin Dahyabhai2009-04-291-8/+8
|
* - formatting/markup fixesNalin Dahyabhai2009-04-291-10/+11
|
* - split out docs on format specifiers, since it's shared anywayNalin Dahyabhai2008-11-131-216/+14
|
* - add a note about "%link"Nalin Dahyabhai2008-11-041-0/+14
|
* - add a %collect function, for concatenating lists of values into singleNalin Dahyabhai2008-11-031-2/+13
| | | | lists, but without flattening them as %merge does
* - change %ifelse to %ifeq, because we won't have to worry about how toNalin Dahyabhai2008-11-031-6/+11
| | | | | compare the evaluated expression if we need to compare it using a single attribute name
* - add an %ifelse functionNalin Dahyabhai2008-10-241-0/+63
| | | | - fix a bug in function argument parsing
* - refer to expressions rather than patters, for consistencyNalin Dahyabhai2008-08-131-3/+3
|
* - fix example syntax for deref and referred functionsNalin Dahyabhai2008-08-131-8/+8
|
* - update notes on how %format works now that it expects expressionsNalin Dahyabhai2008-08-061-26/+26
|
* - more on the map cache, update some of the functionsNalin Dahyabhai2008-07-311-18/+42
|
* - make %first() take a pattern and not a literalNalin Dahyabhai2008-07-141-0/+4
|
* - add some notes on how the schema compatibility plugin is built and configuredNalin Dahyabhai2008-07-071-0/+207