157 Commits (d27eb17b32645bc72f251f62af8fb739c425534f)

Author SHA1 Message Date
psychobunny 3ae8aa1c55 helpers.js (client/server); closes #1275 11 years ago
psychobunny f913c58925 imported latest templates.js updates 11 years ago
psychobunny 4f04bd82a6 some fixes 11 years ago
psychobunny dbb75f181d more cleanup 11 years ago
psychobunny e4f136c208 cleanup 11 years ago
psychobunny 2ae0b3905d forgot to remove error first from templates.js 11 years ago
psychobunny 7e11d29f06 got rid of all templates.prepare; pull blocks using templates.getBlock instead of parsing twice 11 years ago
psychobunny 608a1ce6d0 https://github.com/psychobunny/templates.js 11 years ago
psychobunny 7fc2e627c5 linting templates.js; got rid of some unused server-side code 11 years ago
barisusakli c320051a1e chat jshint 11 years ago
psychobunny 29ad8d2582 closes #1192 11 years ago
psychobunny 62afe65ccf bugfix + deprecated templates.getTemplateNameFromUrl 11 years ago
psychobunny 712c382a28 optimizing ajaxify (still needs work though) 11 years ago
psychobunny 7183fda2eb console.log 11 years ago
psychobunny 55a7838725 temporary templateMapping fix for admin side; will come back to this after merging this branch 11 years ago
psychobunny 552eb78db8 template compiling init; changing themes now finally works on this branch 11 years ago
psychobunny c67182204f clean-up + bugfixes 11 years ago
psychobunny 444956d517 deprecated loadTemplates client-side as well 11 years ago
psychobunny 68d526b762 deprecated templates.ready, templates.init, templates.loadServer; start webserver immediately without having to wait for templates.js 11 years ago
psychobunny 5b25e21606 console.log 11 years ago
psychobunny 52a50a80ba templates.parseTemplateVariables, added optional callback 11 years ago
psychobunny 4435a20d90 fixed merge conflict 11 years ago
psychobunny 4a33b41464 deprecating loadServer in favour of using res.render 11 years ago
Baris Soner Usakli 30eb85f96e fixed conflicts 11 years ago
Baris Soner Usakli 72aa22d824 removed unused timestamp 11 years ago
akhoury 3f1d5c6656 merge fork with upstream master 11 years ago
akhoury 1b207d8276 IE8 support, general cleanups, from native to $ objects ... 11 years ago
psychobunny aee2b2ecd0 allow express to serve parsed tpls via res.render 11 years ago
psychobunny 156c0302c9 properly namespacing objects in templates 11 years ago
psychobunny a79ca2b135 clean up ENDIF conditional if object.value is undefined and is used in an ELSE block 11 years ago
psychobunny f862d856fc alright clearly, regex on fridays just don't happen for me. - fixed 11 years ago
psychobunny 027398f5ba unreverting change 11 years ago
psychobunny 0c54afe576 reverting previous template fix 11 years ago
psychobunny 6f7243f42f fixed a bug running multiple blocks in one template on an empty array 11 years ago
psychobunny 3f0f2bc956 console.log 11 years ago
psychobunny ecc1c315cc closes #927 11 years ago
psychobunny 347d402f48 closes #752 11 years ago
psychobunny e91ab5c660 closes #917 11 years ago
psychobunny 23c711947b added support for !array.length 11 years ago
psychobunny 0cca8e0bcf closes #783, support for array.length 11 years ago
Julian Lam de751ed623 fixed #900 - api calls hopefully no longer cached 11 years ago
Baris Soner Usakli 75f178636b more fixes 11 years ago
Baris Soner Usakli 2e786cc4d1 closes #873, removed global translator, templates and server objects 11 years ago
psychobunny 0a749023cb fixing if statements inside a @first / @last block 11 years ago
psychobunny 503e59b12b clean up conditionals only at the very end of parsing 11 years ago
psychobunny 97ec312c72 console.log 11 years ago
psychobunny 05edfdc9c1 templates.js - if custom theme is missing a template, render default template 11 years ago
Julian Lam 127261100e fixed #698 - ajaxify.go will now cancel any active API requests when it is called 11 years ago
psychobunny fda68bc5dd added templates.setGlobal - allows you to add default template vars that are sent to all tpls upon parsing; added relative_path as global 11 years ago
psychobunny 0edd6985ec templates.js added support for !@first and !@last conditionals 11 years ago