Commit graph

25 commits

Author SHA1 Message Date
Benjamin Renard 7098b3ee79 Massive change of files organisation to move all files outside web-root
The web-root directory now contains URL rewrite stuff. All PHP & static files are
in root src directory and are served via LSurl routes.
2020-05-06 12:17:35 +02:00
Benjamin Renard cf40eb999a Replace fatal_error.tpl and error_404.tpl by an unique error.tpl file 2020-05-05 13:02:54 +02:00
Benjamin Renard edc625b85f Add var_dump template function 2020-05-05 12:49:59 +02:00
Benjamin Renard 2a39fb7661 Handle static files access via LSurl routes 2020-05-05 12:48:52 +02:00
Benjamin Renard 23d5161bfe Define base URL in page templates by using public_root_url parameter 2020-05-02 18:12:43 +02:00
Benjamin Renard 50ea12a81c Handle images URL via LSurl 2020-05-02 17:49:15 +02:00
Benjamin Renard 43d0df60cd Add CLI commands manager 2020-04-29 15:15:41 +02:00
Benjamin Renard 5e8a5edfe5 LStemplate : catch error on displaying/fetching templates 2019-06-28 18:03:36 +02:00
Benjamin Renard aa6bb472b7 LStemplate : display error page on fatal error 2019-06-28 18:02:44 +02:00
Benjamin Renard c357c70596 Explicitly defined class methods visibility and upgrade PHP class constructor syntax 2019-03-12 11:42:53 +01:00
Benjamin Renard b9102aeb9e Code cleaning 2019-03-11 22:42:20 +01:00
Benjamin Renard 179d148335 Add triggers feature on LStemplate class 2018-10-01 12:32:05 +02:00
Benjamin Renard 1a700b1737 Fix local file handling 2018-06-01 13:59:01 +02:00
Benjamin Renard 37e573a247 Fix LS_THEME usage 2018-05-24 12:19:39 +02:00
Benjamin Renard 35b9b9ad94 Add nocache param on JS/CSS URL to avoid cache problems 2018-05-22 18:47:08 +02:00
Benjamin Renard 9cb3bb8e18 LSattr_html :: jsonCompositeAttribute : Add help_info and multiple parameters on components 2018-04-26 11:36:04 +02:00
Benjamin Renard d4ac29dd04 Add LStemplate :: registerFunction() method 2014-04-09 17:15:52 +02:00
Benjamin Renard 26e1886179 LStemplate : fixed template missing warning caused by Smarty3 peculiarities 2013-06-25 11:34:42 +02:00
Benjamin Renard 09432db48e Manage CSS path with LStemplate 2013-06-19 03:06:29 +02:00
Benjamin Renard 89a46b0c75 Fixed image.php initialization and remove unsed code 2013-06-19 03:00:58 +02:00
Benjamin Renard d791d89d1f Added image.php to permit fully dynamic image path 2013-06-19 02:17:39 +02:00
Benjamin Renard 6f97d3d7e0 Manage image path with LStemplate 2013-06-19 00:53:26 +02:00
Benjamin Renard f4e97c8133 LStemplate : rename special smarty functions and added method getFilePath() 2013-06-18 19:04:47 +02:00
Benjamin Renard 84c0deb137 LStemplate : Fixed an error message 2013-06-18 00:26:34 +02:00
Benjamin Renard e992df1ddd LStemplate : added a template abstraction class 2013-06-17 23:39:22 +02:00