Commit graph

595 commits

Author SHA1 Message Date
Heiko August
9b9ba18936
Fix: set the URL of the interim project page because the original page is not accessible at the moment (#322) 2018-01-04 21:52:43 +01:00
Micha
df1a5d3b71
Honeypot (#305)
* Add inputs as honey pot
- add csrf-token for postings
- Add files to update script
- add CSS class and label
- add label for honey pot descriptions
2017-12-17 11:01:40 +01:00
Heiko August
665064228f
Change: fix values for URL-parameter fold_threads (#295)
0 = unfolded threads (default)
1 = folded threads

fixes #293
2017-11-28 22:06:54 +01:00
Heiko August
151d6f0ed2
Change: fix values for URL-parameter toggle_thread_display (#294)
0 = nested view (threaded view, default)
1 = linear view (table view)

fixes #292
2017-11-28 21:50:00 +01:00
Heiko August
2e9f31de49
Change: introduce new URL-parameter to select view of the threads list view (#291)
Change: change the behaviour of `toggle_view` from 'true' to '0' or '1', fixes #283
2017-11-27 09:49:43 +01:00
Micha
c5ab0b7314
Bookmarktags (#287)
* Tags for Bookmarks

- add tags for user-defined bookmarks
- https://github.com/ilosuna/mylittleforum/issues/254

* Update/Install instructions

- update install and update scripts

* Add GH-IDs

- add GitHub ids

* Remove isset

- remove isset() because it is checked above
2017-11-20 16:03:39 +01:00
Heiko August
d4b8da6642 Fix: remove margin-bottom from sidebar header when not folded 2017-10-31 15:37:40 +01:00
Heiko August
6e17a03076 Change: replace tabs with spaces 2017-10-31 15:24:07 +01:00
Heiko August
ecb6414933 Change: remove doubled rules 2017-10-31 15:23:20 +01:00
Heiko August
372cb1f447 Change: remove obsolete CSS-rules for list of latest entries 2017-10-31 15:12:02 +01:00
Heiko August
33b5fbab9d Change: width-definition for #sidebar instead for it's children
This step makes the rules usable for #sidebar and for #bottombar.
2017-10-29 19:21:35 +01:00
Heiko August
aa12cf5b07 Change: add same ids as for #sidebar to #bottombar 2017-10-29 19:15:16 +01:00
Heiko August
c56e36fd89 Fix: set a background-colour for the link itself
No background colour for a :visited link without a background colour for the link.
2017-10-29 16:42:39 +01:00
Heiko August
a67b24daf5 Change: adapt CSS rules to the new HTML-structure, first attempt 2017-10-19 22:33:36 +02:00
Heiko August
45496d690a Change: set class .read for the link instead the span in table views bottombr 2017-10-19 22:32:59 +02:00
Heiko August
d6a6189e6c Change: set class .read for the link instead the span in thread view sidebar 2017-10-19 22:32:04 +02:00
Roman
9ab5ee1809 Removed duplicate title 2017-10-19 09:33:20 +02:00
Roman
f9234dd598 Removed duplicate title 2017-10-19 09:32:19 +02:00
Roman
adefdde0dc Fixed 2 HTML Validation Errors
line 7 column 38 - Error: required attribute "content" not specified
line 8 column 43 - Error: required attribute "content" not specified
2017-10-19 09:25:44 +02:00
Heiko August
720be48e17 Fix: add rules for visited, focused and hovered links in the latest entries list (#266) 2017-10-16 18:29:06 +02:00
Heiko August
d86b4a6d6c Change: small privacy enhancement, don't send always a referrer (#260)
1st meta element: old draft, see https://wiki.whatwg.org/wiki/Meta_referrer
2nd meta element: actual draft, see https://w3c.github.io/webappsec-referrer-policy/
2017-10-09 15:56:17 +02:00
Heiko August
e6faf1425d Change: remove orphaned code for folding threads (#259)
fixes #257
2017-10-03 19:17:11 +02:00
Micha
6b8cad5dc8 Change user_type-argument in js_defaults-query (#248)
- user_type argument is corrected in js_defaults-query
- http://mylittleforum.net/forum/index.php?id=10259
- https://github.com/ilosuna/mylittleforum/issues/247
2017-08-25 17:05:51 +02:00
Heiko August
b2a66abba7 Handling of the read state reset methods and values (#233)
* Change: use new settings for handling of read state
* Change: add new setings to the SQL-files for update and installation
* Change: queries for new settings and removal of outdated settings to the update script
* Change: remove outdated setting from the SQL file for installation
* Change: new form elements and language strings for read status handling
* Fix: add a check for non exisiting setting reset_read_state
* Fix: wrong name of setting in the form elements
* Change: ensure a valid value for the read state reset method
* Fix: correct wrong name for form field and hardcoded value
2017-05-24 15:04:06 +02:00
Heiko August
f2f89b5376 Fix: wrong file name in the preamble comment (#228) 2017-05-12 14:42:12 +02:00
Heiko August
c7eb04da8b Fix: expand further form fields, which was forgotten until now (#210) 2017-04-21 18:55:05 +02:00
Micha
18b2131def replace graphic separator (#194)
- replace graphic separators with CSS-text (with :before)
2017-03-25 12:59:36 +01:00
Heiko August
ea6ce021b9 Fix: restore lost CSS-rule for #image-canvas img (#191)
fixes #186
2017-03-19 14:09:13 +01:00
Heiko August
b213544bc7 Fix: replace outdated url of the YUI compressor project page (#190)
fixes #189
2017-03-19 13:58:42 +01:00
Heiko August
cce4483b3f Fix: no-gender radio button also in the admin form for user edit (#181)
fixes #175
2017-03-02 16:58:47 +01:00
Micha
097e1b4e46 CSS (#171)
- fix problem with read-class
- see http://mylittleforum.net/forum/index.php?id=9827
2017-02-17 21:41:23 +01:00
Micha
1c3f95c2e0 Add hidden field for category (#167)
- a hidden field is added, if select is disabled to transfer the category-value
- https://github.com/ilosuna/mylittleforum/issues/166
- http://mylittleforum.net/forum/index.php?id=9779
2017-02-12 18:32:33 +01:00
Micha
2005df442a Extract Download-URI from ATOM-Feed (#165)
- Download/info uri is extracted from ATOM using LINK-element
- RexEx to get the version is updated to match both: '1.2.3' and
'v1.2.3'
- URI is stored in 'temp_infos_table' as 'last_version_uri'
2017-02-05 15:29:07 +01:00
Heiko August
0b4b88b7e7 Change: add radio button to remove specified gender (#163)
fixes #157
2017-02-05 13:15:30 +01:00
Heiko August
19f83455db Fix: don't duplicate language keys and include the version number inside smarty (#151)
fixes #147
2017-01-23 21:58:36 +01:00
Heiko August
8667351996 Fix: forgot to add the changes of PR #122 to the minified file versions 2016-12-04 20:02:15 +01:00
Heiko August
b9f0f0f3f5 Fix: provide links for backup of the new tables (#130) 2016-12-04 18:07:59 +01:00
Heiko August
62f02ca31d Add the table and a further box in the admin area (#124)
* Change: new table mlf2_temp_infos
* Change: add a box to show the version number of the installed version
* Change: load version info only during daily actions
* Change: simplified release info
* Fix: text change in every language except the base language?!
* Fix: remove superfluous and in some cases script breaking query

close #123
2016-12-04 15:32:34 +01:00
Heiko August
1f5df75589 Shrink and disable elements with a class at their parents (#122)
* Change: use a class to toggle entries in nested view

Use it for the parent element instead for every
single element, that should be manipulated.

* Change: toggle sidebar with a class at the parent element
2016-12-01 21:26:47 +01:00
Heiko August
fe5c188387 Change: more space for a few form fields (#121)
Make the fields for image size a bit wider.
2016-11-30 17:59:16 +01:00
Micha
df993f25ad - CSRF-Token (#111)
- add CSRF token to admin form
2016-11-26 10:21:30 +01:00
Heiko August
969a7c21b8 Change: return to advanced settings after sending form data from advanced settings (#107)
fixes #104
2016-11-24 18:25:32 +01:00
Heiko August
8c44a01fb0 set :visited for thread-links (#88)
* Change: set :visited as fallback and base for .read
* Change: use :focus for keyboard users as complement to :hover
* Change: remove '!important' from rule for a.read:active

fixes #87
2016-11-20 22:39:14 +01:00
Heiko August
b8b047faf1 Change: set class read with info from read-status-table (#85)
fixes #80
2016-11-20 20:48:40 +01:00
Micha
e4c278ff94 show number of unlocked users (#64)
* show number of unlocked users

- SQL-SELECT is added to count the number of unlocked users
- Number of unlocked users is shown in sidebar
- Issue: https://github.com/ilosuna/mylittleforum/issues/62

* Ckeck register_mode

- register_mode value is checked in SQL

* Overwork CSS, SQL, Templates and Image

- SQL checks for empty activate_code
- rename class to non-activated-users
- rename key in lang-fiels to non_activated_users_link
- add new files to update script
2016-11-03 23:24:57 +01:00
Micha
af1694743b Fix command execution issue (#52), fixes #51
* Fix command execution issue

- Check for HTML tags
- add slashes

* Add warning message

- a warning message is displayed in admin area, if install/index.php
still exists (https://github.com/ilosuna/mylittleforum/issues/51)

* Use new admin-info-box

- use new admin info boy to display warning message
2016-10-25 14:52:40 +02:00
Micha
4af0e88ce4 Update checker (#58)
* Update checker, fixes #44 

- read ATOM feed to get information about a new release
- show info in admin-area

* Multipe ways to get external content

- try to use curl, file_get_contents and fsockopen to get content of
external resource

* correct comment

- correct comment

* add return statment

- add return statment to each branch

* Revert "add return statment"

This reverts commit 0240295501.
2016-10-24 17:20:25 +02:00
Heiko August
081a1e6df5 Add: a new box with a link to the latest release in the Github repo (#56) 2016-10-21 19:14:51 +02:00
Micha
1f47b8e382 Count number of views of thread in table view (#50)
- Shows the number of *views of the thread* instead of the number of
*views of the posting* in table view.
2016-10-16 14:20:06 +02:00
Micha
a6ccd23023 Change tab order (#47)
- BBCode Button will be excluded by tab order
- AjaxPreviewWindow will be excluded by tab order
- Captcha field will be included to tab order

see: http://mylittleforum.net/forum/index.php?id=8601
2016-10-15 13:48:05 +02:00