Commit graph

819 commits

Author SHA1 Message Date
Heiko August
c1e8610da7 Change: set value strings into single quotes (except multi line strings) 2017-12-03 21:59:22 +01:00
Heiko August
a57998528a Fix: forgotten opening quotes 2017-12-03 20:03:47 +01:00
Heiko August
e2e08c531d Change: set value strings into single quotes (except multi line strings) 2017-12-03 20:02:25 +01:00
Heiko August
2a9acd567d Change: set value strings into single quotes (except multi line strings) 2017-12-03 19:25:53 +01:00
Heiko August
cb9c536c92
Fix: wrong values in the arrays of allowed values (#296)
Allowed are the values `0` and `1` and not `1` and `2`.
2017-11-28 22:15:06 +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
Heiko August
713bae4f8c
Refactoring of index.inc.php … (#290)
* Change: don't set a value for an integer field into quote signs
* Cleanup: reformatting of the file index.inc.php
2017-11-22 22:37:55 +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
Micha
8b493fcdca
Redirect after LogIn (#286)
* Redirect after LogIn

- Redirect user to last visited page after login
- https://github.com/ilosuna/mylittleforum/issues/282
- Refactoring index.php
- https://github.com/ilosuna/mylittleforum/pull/275
2017-11-12 11:16:35 +01:00
Micha
e3c0df31af
Remove entries_read column (#285)
- Removing column entries_read from userdata-table
- https://github.com/ilosuna/mylittleforum/issues/284
2017-11-11 12:48:01 +01:00
Heiko August
16dc507884
Merge pull request #281 from auge8472/v2.4.6
changes for update to version 2.4.6

closes #280
2017-11-05 16:18:52 +01:00
Heiko August
574dc6e4d8 Change: new version number 2.4.6 in index.php and config/VERSION 2017-11-05 16:15:22 +01:00
Heiko August
5fbc0704bc Change: add the list of changed files and directories for version 2.4.6 2017-11-05 16:14:44 +01:00
Heiko August
9f195cbbb4 Change: add version 2.4.5 to the list of updateable versions 2017-11-05 16:14:12 +01:00
Heiko August
e7f9128d08 Change: add the list of changes for version 2.4.6 2017-11-05 16:13:30 +01:00
Heiko August
b282f900d7
Fix: sort users by their names in natural order (case insensitive) (#279)
fixes #274
2017-11-05 15:26:42 +01:00
Heiko August
75d5568d1f
Fix: removed doubled line with key "smilies_disabled" (#278) 2017-11-05 15:03:47 +01:00
Heiko August
4317ca75e0
Fix: corrected database query, was broken mix of SELECT and UPDATE (#277)
fixes #272
2017-11-05 14:56:38 +01:00
Heiko August
3dfa97de21
Fix: broken if-statement, wrong nesting of parenthesis (#276)
fixes #273
2017-11-05 14:12:22 +01:00
Heiko August
31a4a14763
Merge pull request #275 from auge8472/rewrites
Refactoring of the PHP-includes, merge instead squash because of the amount of changed files (one commit per code file).
2017-11-05 14:02:35 +01:00
Heiko August
eb88e30528 Cleanup: reformatting of posting.inc.php 2017-11-05 13:28:17 +01:00
Heiko August
dc3966d902 Cleanup: reformatting of register.inc.php 2017-11-04 22:42:25 +01:00
Heiko August
6bdfc1c2b8 Cleanup: reformatting of search.inc.php 2017-11-04 22:42:04 +01:00
Heiko August
dd3e10e8ae Cleanup: reformatting of rss.inc.php 2017-11-04 22:41:40 +01:00
Heiko August
c86fb16991 CLeanup: reformatting of main.inc.php 2017-11-04 21:37:20 +01:00
Heiko August
c96138f1db Cleanup: reformatting of upload_image.inc.php 2017-11-04 20:57:45 +01:00
Heiko August
338b4a5d6d Cleanup: reformatting of page.inc.php 2017-11-04 20:57:21 +01:00
Heiko August
0370b7db6f Cleanup: reformatting of admin.inc.php 2017-11-02 16:37:25 +01:00
Heiko August
f65feacc34 Cleanup: reformatting of user.inc.php 2017-11-02 16:17:26 +01:00
Heiko August
9a0da28d21 Cleanup: reformatting of login.inc.php 2017-11-01 22:27:36 +01:00
Heiko August
0e6bb12302 Cleanup: reformatting of js_defaults.inc.php 2017-11-01 22:26:41 +01:00
Heiko August
894bfbf851 Cleanup: reformatting of insert_flash.inc.php 2017-11-01 22:25:32 +01:00
Heiko August
4a947d7cbe Cleanup: reformatting of avatar.inc.php 2017-10-31 20:26:10 +01:00
Heiko August
2c5b6dc54c Cleanup: reformatting of account_locked.inc.php 2017-10-31 19:13:54 +01:00
Heiko August
01bd2eb881 Cleanup: remove a few whitespaces, add a few SQL maskings 2017-10-31 19:11:52 +01:00
Heiko August
52bb459967 Cleanup: reformatting of disabled.inc.php 2017-10-31 19:02:00 +01:00
Heiko August
e57ec47dfe Cleanup: reformatting of delete_cookie.inc.php 2017-10-31 19:01:25 +01:00
Heiko August
10b30514e8 Cleanup: reformatting of contact.inc.php, a few additional maskings for database queries 2017-10-31 19:00:29 +01:00
Heiko August
5cbb5e8743
Cleanup: reformatting of the file contact.inc.php (#271)
Code intention with tab instead spaces, no functional change.
2017-10-31 18:28:06 +01:00
Heiko August
bd6ab96da6
Merge pull request #270 from auge8472/cssfix
A few changes to the CSS-files of the default template
2017-10-31 16:08:43 +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
4b3a8c8136
Merge pull request #269 from auge8472/latest
Rework of the HTML-structure for the list of latest postings
2017-10-29 19:39:38 +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