Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
D
Dwoo
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Common
  • Dwoo
  • Repository

Switch branch/tag
  • dwoo
  • tests
  • resources
  • subfolder
  • test.html
Find file
BlameHistoryPermalink
  • Seldaek's avatar
    + Syntax: Block plugins that you want to call without content can be · 5fc48230
    Seldaek authored Jul 09, 2008
      self-closed just like XML tags (e.g. {a "http://url.com" /} )
    + Plugins: Added the {a} block plugin to generate <a> tags
    + API: Added Dwoo_Plugin::paramsToAttributes() utility function to help
      with the creation of compilable xml/html-related plugins
    * Syntax: Math expressions in strings are now only allowed when the entire
      expression is delimited, e.g. {"/$foo/$bar"} evaluates as just that while
      {"/`$foo/$bar`"} will result in "/".($foo/$bar), therefore processing the /
      as a division, this is better since URLs using / are far more common than
      math in strings
       => http://forum.dwoo.org/viewtopic.php?id=50
    * Fixed a bug preventing if blocks containing a {elseif} followed by {else}
    
    git-svn-id: svn://dwoo.org/dwoo/trunk@121 0598d79b-80c4-4d41-97ba-ac86fbbd088b
    5fc48230
test.html 12 Bytes
EditWeb IDE
×

Replace test.html

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.