2ae67af572
Merge pull request #7 from auge8472/html5
...
Upgrade the blog template to HTML5
2020-04-28 08:48:40 +02:00
058c5d0eb1
Merge pull request #8 from auge8472/illegal-string-offset
...
Fix: provide an array where the code expects one
2020-04-28 08:43:49 +02:00
Heiko August
1c4ab9ba44
Fix: provide an array where the code expects one
...
The function output_form in categories.class.php expects an array in $form_input. When the function get called to create the form for a new category, the function call provided an emptry string. This led to a warning since PHP 5.4 because of type mismatch. Providing an array prevents this error. This is the only pace, I found the error.
2020-04-27 13:34:40 +02:00
Heiko August
f9d6025a75
Change: replace inputs of type submit with button elements
...
Attributes 'type="submit"' got removed because it's the default type.
Therefore the attribute can be omitted.
2020-04-27 11:23:48 +02:00
Heiko August
b13bfd52bb
Change: change main template to HTML5
...
- semantic HTML5-elements in the main template
- matching selectors for screen.css and print.css (no change of rules)
2020-04-27 11:16:16 +02:00
Heiko August
ca31135c36
Change: add lang attribute to the main template, to the language files and to the processing scripts
2020-04-27 08:37:48 +02:00
RobbBienert
a6daece140
fixing https://github.com/jeena/jlog/issues/5
2013-11-05 21:36:35 +01:00
RobbBienert
7b8a66c1d4
solving issues/2 by replacing md5() with hashPassword() in scripts/general.func.php
2013-10-18 01:36:50 +02:00
RobbBienert
f0b6325af8
make HTTP post data available and remove references on new statement
2013-10-17 00:40:32 +02:00
RobbBienert
99a60dec68
removed references on new statements and method returns
2013-10-17 00:37:56 +02:00
RobbBienert
f96b24bb3c
using strpos instead of regular expressions
2013-10-17 00:35:47 +02:00
RobbBienert
5f7f13d3ee
using the PHP multibyte extension for sending UTF-8 proper mails
2013-10-17 00:34:03 +02:00
RobbBienert
e092d11e5d
removed references on new statements (see issue 1)
2013-10-16 13:42:04 +02:00
Jeena
03995d3bc6
exported from svn
2013-10-07 14:46:08 +02:00