summaryrefslogtreecommitdiff
path: root/FINDINGS
blob: cc2ca62b8d1f7fa3b791d6b95114108543a7f331 (plain)
1
2
3
4
5
6
7
8
9
10
11
- cmmcms:
  - template parser:
    - ugly: <%= session_username() %> works, <%= session_username( ) %> not, the same syntax quirk
      doesn't exist for 'include' for example
    - fields and submit_buttons property on form (for rendering former in a table,
      later with spaces). mentioned in the documenation, doens't seem to work.
  - order of generated form is hard-coded:
    label > validation/error message > widget
    The name of cppcms_form_error should be changeable, actually the whole form line
    should be a built-in template