Heiko August
47f74927f4
Change: move the remaining function call for DragAndDropTable from admin.js to main.js (and .min) and delete admin(.min).js
2022-04-27 12:09:34 +02:00
Michael Lösler
38fc8f5a79
Type Error ( #580 )
...
- Uncaught TypeError: Cannot read properties of undefined (reading 'push') was thrown, if compressed version was loaded
- posting.js is compressed (without changes) using https://refresh-sf.com/
2022-04-21 16:47:38 +02:00
Michael Lösler
b8daf951c0
Type Error ( #579 )
...
- Uncaught TypeError: Cannot read properties of undefined (reading 'push') was thrown, if compressed version was loaded
- admin.js is compressed (without changes) using https://refresh-sf.com/
2022-04-21 15:55:28 +02:00
Michael Lösler
563eb22ef3
Default target ( #578 )
...
- The default target (specified in forum settings by the admin) is used to open links in a dedicated frame
2022-04-21 15:48:28 +02:00
Michael Lösler
6cac6fd6c2
Compression ( #574 )
...
- compressed main.js using https://refresh-sf.com/
2021-09-21 22:46:03 +02:00
Michael Lösler
17c7ec58bb
Array name ( #573 )
...
- changed array name back to avoid confusion
2021-09-21 21:50:32 +02:00
Michael Lösler
880e69f752
Link target ( #546 )
...
* Link target
- add or remove link target depending on user preferences given by `user_settings["open_links_in_new_window"]`, cf. https://mylittleforum.net/forum/index.php?id=12381
* IE support
- add includes prototype to support IE
* Typo
- corrected case name, NON --> NONE
* Rename array
- rename array user_settings to settings
- added target argument in function setLinkTarget, cf. https://mylittleforum.net/forum/index.php?id=12611
2021-09-21 21:46:54 +02:00
Michael Loesler
cba8e70485
DOMContentLoaded ( #545 )
...
- use DOMContentLoaded to init scrips on (DOM) load
2020-10-26 21:46:17 +01:00
Michael Loesler
095a098182
main.js ( #544 )
...
- clean main.js
2020-10-26 21:33:30 +01:00
Michael Loesler
39753c8604
Clean script files ( #543 )
...
- remove out-dated sources
- translate comments of functions
- https://mylittleforum.net/forum/index.php?id=12389
2020-10-26 18:06:14 +01:00
Michael Loesler
9f0b88403a
Remove blank
...
- remove blank (style should defined in css)
2019-05-23 22:14:32 +02:00
Michael Loesler
be0f30bd8a
button element
...
replaced input by button element
2019-05-23 19:40:06 +02:00
Michael Loesler
7329edac0a
Quote-Button
...
- removed quote link
- added new quote button
- see https://github.com/ilosuna/mylittleforum/issues/474
2019-05-22 22:14:19 +02:00
Michael Loesler
a0d9601e75
missing function ( #466 )
...
- remove missing function call, see https://mylittleforum.net/forum/index.php?id=11612 and https://github.com/ilosuna/mylittleforum/pull/437
2019-02-22 17:51:04 +01:00
Michael Loesler
912b4b77f0
introduction elements ( #450 )
...
- removed introduction elements for BB code button, see https://mylittleforum.net/forum/index.php?id=11318
2019-01-28 23:21:09 +01:00
Heiko August
e404c135e5
Change: remove function to gray out unselected radio buttons and checkboxes via CSS-classes
2018-12-30 00:18:05 +01:00
Michael Loesler
d200ac07eb
remove msg ( #432 )
...
- removed msg-tag
- extended protocol list for exclusion
2018-12-21 17:17:38 +01:00
Michael Loesler
84ad656a12
msg-tag ( #431 )
...
- Extend exclude list for msg-tag
- https://mylittleforum.net/forum/index.php?id=11166
2018-12-20 20:12:36 +01:00
Michael Loesler
ebbe657917
Default prompt ( #411 )
...
- Replace "http://" by "https://" in default prompt
- see https://mylittleforum.net/forum/index.php?id=11143
2018-12-01 13:11:17 +01:00
Michael Loesler
b053582193
Typo ( #404 )
...
- replaced hidde by hide
2018-10-24 21:08:23 +02:00
Michael Loesler
f17271221b
Password visibility ( #403 )
...
- add a check box behind the passwords field
- add two lang. phrases to display a helpful tooltip
- if the check box is checked, the password is shown in plain text otherwise the text field function for passwords is used (e.g. showing *****)
- see https://github.com/ilosuna/mylittleforum/pull/402
- remove uri to YUI compressor
- password confirmation field removed
- `error_pw_conf_wrong` key removed
2018-10-24 16:20:51 +02:00
Heiko August
94ac9bc5bd
Fix: add the code for opening the data privacy statement in a popup to the minimised JS-file
2018-08-05 19:51:15 +02:00
Heiko August
61ceeea1c4
Fix: add forgotten minified main.min.js, includes the changes of #392
2018-07-19 21:23:44 +02:00
Heiko August
c078352ffb
Cleanup: remove some unnecessary tabs and linebreaks
2018-07-19 21:23:44 +02:00
Heiko August
1526ad48f6
Fix: open the page of the privacy statement per default as popup
2018-07-19 21:08:37 +02:00
Michael Loesler
1615ee4a0a
Flash button ( #390 )
...
* Removing flash
- removing the option "FLASH" button
- https://github.com/ilosuna/mylittleforum/issues/376
* Change update script
- add changes to update script
- VERSION array is not correct!!!
* Correction id
- correcting id to #390
2018-07-16 23:15:56 +02:00
Michael Loesler
0e19a2fa1d
add missing css class thread-locked ( #384 )
...
- adding missing css class `thread-locked` to enable ballon icon for ajax preview
- see https://mylittleforum.net/forum/index.php?id=10873
2018-07-02 21:16:29 +02:00
Michael Loesler
5f8d77da62
Parameter for folding ( #360 )
...
- fix type conflict for storing folding state
- https://github.com/ilosuna/mylittleforum/issues/293
- https://mylittleforum.net/forum/index.php?id=10561
2018-03-10 21:36:00 +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
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
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
Micha
5c736336c4
Bookmark, JavaScript and CSS, Preview window ( #39 )
...
* Bookmark
Add bookmark function to single postings
* Multiple changes
- Add bookmark function, cf.
https://github.com/ilosuna/mylittleforum/issues/38
- Show preview window on hover, if desired(!): set ajax_preview=2, cf.
https://github.com/ilosuna/mylittleforum/pull/37
- Replacing of inline-style elements in JS code by CSS classes, cf.
https://github.com/ilosuna/mylittleforum/pull/18 and
https://github.com/ilosuna/mylittleforum/issues/16
* Update db_settings.php
* Add phrases
Add content for issue https://github.com/ilosuna/mylittleforum/issues/32
* bubble-icon behavior
- Disable bubble-icon if posting is empty
https://github.com/ilosuna/mylittleforum/issues/40
- Add CSS issue https://github.com/ilosuna/mylittleforum/pull/41
2016-10-13 18:29:35 +02:00
Heiko August
c328783422
Fix: converted the scope fix ( 8718955c49
) into the main.min.js
2016-10-10 13:20:19 +02:00
Micha
e70650269e
Fix: closing behavior ( #36 )
...
* Fix: closing behavior
Fix for closing issue, cf.
http://mylittleforum.net/forum/index.php?id=8428 The window will not
close, if the scollbar inside the preview element is clicked.
* Fix: Variable scope
Fix for type error, cf.
https://github.com/ilosuna/mylittleforum/issues/35#issuecomment-252064541
2016-10-07 14:45:15 +02:00
Alex
23e0c4d353
PHP 7 modifications (e.g. replace mysql_* by mysqli_* functions)
2016-05-31 14:08:09 +02:00
Alex
7eb9702031
Sticky thread fix, iOS JS fix, template and translation fixes ( http://mylittleforum.net/forum/index.php?id=8512 )
2016-03-13 17:49:28 +01:00
Alex
944186166b
bugfix in posting.js/posting.min.js
2014-04-10 20:55:44 +02:00
Alex
c08afa1687
JavaScript fix ( http://mylittleforum.net/forum/index.php?id=6718 ), Smarty updated, Bad Behavior updated, GeSHi updated, set default time zone to UTC
2012-11-21 10:33:22 +01:00
Alex
24ce49b6d8
minor javascript bugfix
2011-07-25 08:59:32 +02:00
Alex
71524482d6
minor JavaScript modifications
2011-05-12 10:44:49 +02:00
Alex
97b4316157
JavaScript fix for insert link button
2010-10-27 17:36:07 -03:00
Alex
9e2811ca2f
minor CSS and JavaScript modifications
2010-10-25 16:52:09 -03:00
Alex
fc4d187605
Minor JS improvements
2010-05-28 20:26:31 +02:00
Alex
55cefb91ff
Minor JavaScript improvements, Russian language file updated
2010-05-20 15:07:41 +02:00
Alex
8060dae691
Bugfix: Thumbnail feature didn't work in Safari
2010-05-18 20:43:46 +02:00
Alex
4ba69a7012
removed onchange event handler from template (categories/pages)
2010-05-10 17:41:21 +02:00
Alex
9890b08261
Language files updated, minor changes
2010-05-02 11:27:15 +02:00
Alex
d38aa2ef89
minor JS and template modifications
2010-03-28 21:20:42 +02:00
Alex
6b3bc88e9f
thumbnail feature improvements
2010-03-22 20:45:30 +01:00
Alex
16f4d28365
thumbnail feature implemented
2010-03-21 18:11:19 +01:00