1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 20:27:40 +02:00

56 Commits

Author SHA1 Message Date
Awilum
2ac21485ab #431 Markdown as default parser 2018-03-06 13:42:59 +03:00
Awilum
315c517698 #431 general structure changes 2018-03-06 00:36:09 +03:00
Awilum
0057b27a88 #431 general structure changes 2018-03-05 01:41:26 +03:00
Awilum
d69615b8ad #431 general structure changes 2018-03-05 00:41:00 +03:00
Awilum
0b94ad6d1e #431 general structure changes 2018-03-05 00:22:55 +03:00
Awilum
a616757ee0 #431 general structure changes 2018-02-28 15:45:05 +03:00
Awilum
acfa870de9 #431 initial commit for MONSTRA 4 2018-02-27 23:31:11 +03:00
Awilum
ef12b7492e Monstra Library: basic core improvments 2013-01-04 21:08:04 +02:00
Awilum
7437cc6abb Monstra Bootstrap - updates 2013-01-03 23:01:37 +02:00
Sergey Romanenko
53c6a26019 Update monstra/boot/actions.php 2012-12-27 15:55:09 +02:00
Sergey Romanenko
b5040aca53 Url Helper: New current() method - added. 2012-12-27 14:07:05 +02:00
Awilum
99eaa7b9de Monstra 2.1.3 2012-12-09 19:41:57 +02:00
Awilum
01e2497ff3 XMLDB: New method factory() added. 2012-12-09 18:34:21 +02:00
Awilum
440d71e1d4 Monstra 2.1.2 2012-12-05 21:55:52 +02:00
Awilum
83396e52eb Site Module: methods keywords() and description() fixed. 2012-12-04 17:46:19 +02:00
Awilum
923685e9b3 Monstra 2.1.1 2012-11-30 19:47:13 +02:00
Awilum
664341cee1 Monstra 2.1.0 2012-11-29 18:22:36 +02:00
Sergey Romanenko
48c7ace92a Update monstra/helpers/text.php 2012-11-23 14:25:51 +02:00
Sergey Romanenko
c73abd0a72 Shortcodes API: Check if this shortcode realy exists then call user function else return empty string 2012-11-23 13:57:57 +02:00
Awilum
016e8423df Monstra 2.1.0 beta 2012-11-22 17:57:54 +02:00
Awilum
4df027d1c1 XMLDB: new method existsField() added. 2012-11-17 17:48:49 +02:00
Awilum
d64cc48d4e Text Helper: method strpSlashes() fixed. 2012-11-12 21:25:17 +02:00
Awilum
a6cd237525 Text Helper: new method increment() added. 2012-11-11 22:29:46 +02:00
Awilum
ef1793672a XMLDB: fixes for issue #62 2012-11-11 20:37:06 +02:00
Awilum
551879cb7e Site: template() method improvments. added ability to get template from specific theme 2012-11-06 19:25:57 +02:00
Awilum
159582fe0e General Core Improvments 2012-11-06 17:19:30 +02:00
Awilum
8394d1db6a Shortcodes API: shortcode name issue #53 2012-10-29 23:41:13 +02:00
Awilum
29f4b18cec Site Class: code optimization. 2012-10-25 19:31:40 +03:00
Awilum
059af021fa Core: Init Site module on frontend only. 2012-10-25 19:24:58 +03:00
Awilum
f68b041cc3 Core: fix monstra version 2012-10-25 18:47:24 +03:00
Awilum
954ef7af70 Shortcodes API: fixes 2012-10-25 18:42:52 +03:00
Sergey Romaneko
420d50615e try to fix code format 2012-10-25 14:32:32 +03:00
Sergey Romaneko
b067c87ab2 try to fix code format 2012-10-25 14:30:04 +03:00
Sergey Romaneko
c9a2cbd7c8 Core: new constant VERSION - added. 2012-10-25 14:15:08 +03:00
Sergey Romaneko
beb24728d9 Core: IDIORM optimization #28 2012-10-25 13:35:28 +03:00
Sergey Romaneko
f18fe8108a Core: IDIORM optimization #28 2012-10-25 13:34:47 +03:00
Sergey Romaneko
ef0aca85c2 Shortcodes API: renamed exist() to exists() method 2012-10-25 13:09:52 +03:00
Sergey Romaneko
7e6b02a96c Options API: renamed exist() to exists() method 2012-10-25 13:08:45 +03:00
Sergey Romaneko
4979682c71 Options API: add exist() method 2012-10-25 13:04:00 +03:00
Sergey Romaneko
c1f2725be9 Shortcodes API: delete() clear() exist() methods added 2012-10-24 15:24:36 +03:00
Awilum
f47b109f89 Merge remote-tracking branch 'origin/dev' into dev 2012-10-23 18:45:33 +03:00
Awilum
5cc32bfebe Plugin API: Stylesheet and Javascript load() methods - fixed 2012-10-23 18:44:21 +03:00
All Unser Miranda
d1897038a9 Updated the method to get the server protocol
This is the same commit as before, but in this one i've fixed an idiot error on the 'if' statement.
2012-10-22 23:53:48 -02:00
All Unser Miranda
4a92b95ffb Updated the method to get the server protocol
This edit will make the HTTP protocol to be automatic, so if you have a SSL Certificate, the Monstra will know and will make your urls more friendly.
2012-10-22 14:26:07 -02:00
Awilum
eb189c1a9a Monstra 2.0.1 2012-10-18 18:07:46 +03:00
Martynas Barzda
94787db640 Validation Helper: Added filter_var functions
Updated email, ip and url methods with filter_var instead preg_match function.
More: [filter_var](http://www.php.net/manual/en/function.filter-var.php), [validate filters](http://www.php.net/manual/en/filter.filters.validate.php)
2012-10-16 21:00:31 +03:00
Martynas Barzda
b64cf1e5d5 Form Helper: add id atributtes for form inputs
If label is clicked, form input assigned with label cannot be focused, because input has not "id" attribute.

```php
Form::label('field_name', 'It is label').
Form::input('filed_name', 'It is input')
```
##Before fix generates:
```html
<label for="field_name">It is label</label>
<input name="field_name" value="It is input"/>
```

##After fix generates:
```html
<label for="field_name">It is label</label>
<input name="field_name" id="field_name" value="It is input"/>
```
2012-10-13 16:34:18 +03:00
Awilum
62bf400182 Monstra 2.0.0 2012-10-09 18:39:27 +03:00
Sergey Romaneko
6f2beb78a7 Html Helper: Custom Macros - added 2012-10-04 15:29:49 +03:00
Sergey Romaneko
e78e410f71 Update monstra/helpers/html.php 2012-10-04 15:24:46 +03:00