index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
styles
/
prosilver
/
template
/
forum_fn.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #5384 from DavidIQ/ticket/15552
Marc Alexander
2018-10-13
1
-5
/
+3
|
\
|
*
[ticket/15552] Call insert_single_user when appropriate
David Colón
2018-09-25
1
-5
/
+3
*
|
[ticket/15668] Replace .load() with .on('load')
Jakub Senko
2018-06-18
1
-1
/
+1
|
/
*
[ticket/15125] Remove the function play_qt_file in forum_fn.js
Rishabh04-02
2017-04-18
1
-31
/
+0
*
Merge branch '3.1.x' into 3.2.x
Marc Alexander
2017-01-14
1
-1
/
+1
|
\
|
*
[ticket/15003] Do not check disabled checkboxes with marklist function
Matt Friedman
2017-01-13
1
-1
/
+1
*
|
Merge branch '3.1.x'
Tristan Darricau
2015-10-12
1
-1
/
+4
|
\
\
|
|
/
|
*
[ticket/14163] Properly fix select all for code tag in Edge
Marc Alexander
2015-09-15
1
-1
/
+4
*
|
[ticket/14199]Add aria-hidden to all icons
Michael Miday
2015-10-01
1
-1
/
+1
*
|
[ticket/14202]Remove blank line
Michael Miday
2015-09-28
1
-1
/
+0
*
|
[ticket/14202]Add missing sr-only classes
Michael Miday
2015-09-28
1
-1
/
+3
*
|
[ticket/12769] Fix responsive features
Michael Miday
2015-09-17
1
-11
/
+12
|
/
*
[ticket/14077] Fall back to 1 as focusOffset if length is unsupported
Marc Alexander
2015-08-17
1
-1
/
+5
*
[ticket/13951] Make sure the page number is an integer
Marc Alexander
2015-06-18
1
-1
/
+1
*
[ticket/13898] Fixed all the forum_fn.js violations I understood
Callum Macrae
2015-05-30
1
-25
/
+37
*
Merge pull request #3508 from cyberalien/ticket/13726
Marc Alexander
2015-04-02
1
-3
/
+10
|
\
|
*
[ticket/13726] Fix function that calculates responsive breadcrumbs width
cyberalien
2015-03-28
1
-3
/
+10
*
|
[ticket/13727] Fix JS that resizes breadcrumbs
cyberalien
2015-03-28
1
-1
/
+7
|
/
*
[ticket/13163] Check for images
PayBas
2014-10-15
1
-0
/
+7
*
[ticket/13163] Terminate timely when no data-last links exist
PayBas
2014-10-14
1
-3
/
+3
*
[ticket/13163] Fix responsive link lists
PayBas
2014-10-13
1
-114
/
+118
*
[ticket/12982] Refactoring: Cleaned up crazy insert users stuff
Callum Macrae
2014-08-14
1
-25
/
+17
*
[ticket/12982] Refactoring: Cleaned up forum_fn.js
Callum Macrae
2014-08-14
1
-236
/
+221
*
[ticket/12662] Hide quick-links when empty
PayBas
2014-07-03
1
-0
/
+8
*
[ticket/12662] Use data-last-responsive attr instead of hardcoded list
PayBas
2014-06-28
1
-1
/
+1
*
[ticket/12662] IE8 fixes
PayBas
2014-06-25
1
-1
/
+1
*
[ticket/12662] Use slack variable to determine line-break sensitivity
PayBas
2014-06-25
1
-4
/
+5
*
[ticket/12662] Improve icons and footer links
PayBas
2014-06-25
1
-1
/
+1
*
[ticket/12662] Fix rounding problems when detecting relative height
PayBas
2014-06-25
1
-4
/
+4
*
[ticket/12662] Enable responsive linkslist for IE8
PayBas
2014-06-25
1
-148
/
+152
*
[ticket/12662] Initial setup
PayBas
2014-06-25
1
-12
/
+27
*
[ticket/12648] Improve UCP/MCP/Posting tabs
PayBas
2014-06-24
1
-2
/
+2
*
Merge pull request #2514 from prototech/ticket/12553
Joas Schilling
2014-06-20
1
-33
/
+0
|
\
|
*
[ticket/12553] Open the notification dropdown to the left.
Cesar G
2014-06-14
1
-33
/
+0
*
|
[ticket/12613] Set fixed font-size
PayBas
2014-06-06
1
-1
/
+1
*
|
[ticket/12613] Fixes from comments (single quotes and typos)
PayBas
2014-06-05
1
-3
/
+3
*
|
[ticket/12613] Dropdown-visible page-jump icon, fix focus() timing
PayBas
2014-06-05
1
-6
/
+7
*
|
[ticket/12613] Renamed jump-to to page-jump to prevent confusion
PayBas
2014-06-05
1
-8
/
+8
*
|
[ticket/12613] Removed form in order to prevent nested forms
PayBas
2014-06-05
1
-9
/
+16
*
|
[ticket/12613] Removed jump-to placeholder and added .focus() check
PayBas
2014-06-05
1
-3
/
+6
*
|
[ticket/12613] Improved pagination
PayBas
2014-06-05
1
-14
/
+13
|
/
*
Merge remote-tracking branch 'PayBas/ticket/12541' into develop-ascraeus
Cesar G
2014-06-04
1
-15
/
+25
|
\
|
*
[ticket/12541] Activate attachments tab when files are dropped into textarea
PayBas
2014-06-02
1
-14
/
+24
*
|
Merge remote-tracking branch 'prototech/ticket/12640' into develop-ascraeus
Marc Alexander
2014-06-04
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
[ticket/12640] Preserve the active tab when previewing in posting page.
Cesar G
2014-05-31
1
-0
/
+1
*
|
[ticket/12641] Use jQuery's trim() method. IE8 does not support the native one
Cesar G
2014-05-31
1
-3
/
+3
|
/
*
[ticket/12155] Keep the selection method consistent with the one below it.
Cesar G
2014-05-27
1
-1
/
+1
*
[ticket/12155] Make the buttons bigger on touch devices.
Cesar G
2014-05-27
1
-0
/
+2
*
[ticket/12155] Use the new .button class as the basis for the post buttons.
Cesar G
2014-05-27
1
-1
/
+6
*
Merge remote-tracking branch 'marc/ticket/12372' into develop-ascraeus
Joas Schilling
2014-04-14
1
-17
/
+0
|
\
[next]