1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +02:00
Commit graph

47 commits

Author SHA1 Message Date
Lawrence Brown
60a653daf4 copyright 2014 -> 2015
janitorial services
2015-01-04 21:36:41 +00:00
Afterster
7f7d3e0daa Fix sidebar header expanded/collapsed icon 2014-10-13 21:11:36 +02:00
Psy-Virus
48aa5593f8 Added mouse over titles for SB-Menu-titles..
..as discussed on 254#issuecomment-45995138
And made a final change on default.css to center icons on Sidebar top
I'm really sorry for double commit but you where faster then me with
merging^^
2014-06-15 17:52:52 +02:00
Afterster
7fca352921 Add missing text overflow on admin sidebar 2014-06-15 14:47:38 +02:00
Afterster
40e9396f3e First upload and license implementation
Fix #252
2014-06-13 03:36:19 +02:00
Afterster
a159888f93 Prefix sidebar cookies with sb_ 2014-06-01 23:21:17 +02:00
Kaivo Anastetiks
c5188442c7 Added cookies to remember how the collapsed menu were placed.
It automatically replaces the menu based on the cookie value. Also
the icon is placed accordingly. The JS is in the sidebar.inc.php
file due to the fact that changing from home to admin for instance
is actually an Ajax call and if the JS is not within the content
rendered with the Ajax call, it no longer works.

I couldn't get it to work for the Filters menu, as it's no rendered
by the sidebar.
2014-06-01 10:59:14 -04:00
Afterster
3a539f7ceb Fix hard-coded values before Kaivo work merge 2014-06-01 10:08:27 +02:00
Kaivo Anastetiks
388fbbab30 Partially added the collapsing feature of the left bar
Added a toggle switch on the left bar sub menus. Added a small icon
alongside the submenu name. It currently toggles the submenus correctly
and changes the icon orientation. However, the state of the menu isn't
kept in memory, therefore changing to another sidebar (from home to
admin for instance) doesn't keep the current display settings.

By default, all menus are expanded.
2014-05-31 14:05:54 -04:00
Afterster
98664d2a84 Update copyright years 2014-05-18 09:53:57 +02:00
Afterster
5eceaf2aea Rename Config class to AmpConfig class to avoid conflict with PEAR (fix #68) 2013-12-13 08:36:23 +01:00
Afterster
1eb5bef9ab Fix shoutbox config to sociable config (fix #49) 2013-11-24 10:01:40 +01:00
Afterster
22cb316a48 Ampache code now respect PSR-2 code style 2013-11-17 18:54:14 +01:00
Paul Arthur
ef4d366060 Cosmetics: death to tabs
The refactoring I've been doing has reminded me of my strong preference
for spaces, and I feel inclined to impose my will on the tree.
2013-01-26 03:38:46 -05:00
Paul Arthur
2ab840a48b Cosmetics: clean up heads in templates/ 2013-01-25 16:38:14 -05:00
Paul Arthur
f65076b93d Switch from _() to T_()
Even if we move away from php-gettext in the future, it's easy to
write a quick T_() as a simple wrapper; it's not so easy to rewrite
PHP to allow redeclaration of a function.
2012-04-12 21:13:29 -04:00
Paul Arthur
57135fe167 Clean up some more "security" things.
phpinfo might actually be useful.
2011-11-22 18:04:19 -05:00
Paul Arthur
4aa256cb07 Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly.  They still
aren't.
2011-04-04 17:37:10 -04:00
momo-i
ce4f426103 Update admin sidebar menu.
Rename function name.
2011-02-07 07:19:43 +09:00
momo-i
5da3caed31 Modified header comment for phpdoc 2011-02-03 10:25:54 +09:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
6ff9ca0a9e move server prefs to admin menu (Thx geekdawg) fix missing web_path on radio creation link 2009-03-18 21:14:21 +00:00
Karl 'vollmerk' Vollmer
babecb6cd0 add new ACL creation forms, none of them work yet, remove wrong icon... add correct icon 2009-01-31 22:49:29 +00:00
Karl 'vollmerk' Vollmer
1d7e7cfb5b some more cleanup of the menu 2008-07-04 14:37:16 +00:00
Karl 'vollmerk' Vollmer
e9f54c8d72 initial debug work 2008-05-07 06:23:39 +00:00
pb1dft
6bd576a9fe - Fixed Sorting on Admin->Browse Users
- Fixed Shoutbox and shoutbox management (pb1dft)
2008-02-23 23:44:31 +00:00
pb1dft
b55fd99e5e Some headers modified 2008-01-04 06:38:22 +00:00
Karl 'vollmerk' Vollmer
748e50ade1 added ability to do add new on other elements of song edit (Thx picasso) added export catalog to csv 2007-12-31 03:20:29 +00:00
flashk
cbda7ff555 Added ability to export catalog to iTunes database
Fixed sql error when creating catalog
2007-12-29 20:54:20 +00:00
Karl 'vollmerk' Vollmer
00417ad965 fixed preg on file pattern, some work on flagging, editing stuff actually flags thing again... 2007-12-26 03:32:13 +00:00
Karl 'vollmerk' Vollmer
c56aeb1b70 removed random space on lastfm prefs, started work on managing shout and flagged items, cleaned up shoutbox css a bit 2007-12-25 17:32:50 +00:00
Karl 'vollmerk' Vollmer
d23122dffa fixed mailing functions 2007-12-17 03:56:58 +00:00
Karl 'vollmerk' Vollmer
81a854f7ea fixed the find duplicates stuff, its actually still broken somewhat but it mostly works so why not commit eah? 2007-12-16 23:52:06 +00:00
Karl 'vollmerk' Vollmer
f64a2f4d00 fixed admin prefs, flushed out localplay stuff, tweaked filters on browse 2007-10-18 05:52:06 +00:00
spocky
0dce31de40 - Cleaned up php files (removed useless inlines styles, replaced header td with th...)
- Cleaned up css (removed some unused classes)
- Changed quick search size and added ability to customize it
- Removed width=100% in preferences tables
- Corrected missing closing tag in sidebar
- Minor corrections
2007-09-24 19:49:38 +00:00
spocky
a3d16d1cd6 - modified sidebar css
- modified rightbar html/css
- added patch to enabled ie6 :hover pseudo classes
- modified boxes html/css to remove table tags and enable box floating
- added 1st version of 3.4 greysme theme (needs more work, especially on ie6)
2007-09-23 20:06:37 +00:00
Karl 'vollmerk' Vollmer
a524f1f979 threw in add button for single playlist view, added the link for deleting catalogs back, also added back in the ACL page links, they dont work.. 2007-09-13 15:28:22 +00:00
Karl 'vollmerk' Vollmer
83815169ce fixed some +x stuff that shouldnt have been +x and moved the catalog functions back into the content area 2007-09-09 04:30:12 +00:00
spocky
2a7030d1f1 almost finished sidebar stuff 2007-08-07 21:58:45 +00:00
spocky
00bcfdca5f modified sidebar html/css structure 2007-08-06 00:34:42 +00:00
spocky
bc8ddbecb8 Started modifying sidebar. Needs a lot more work and tests 2007-08-01 23:49:59 +00:00
spocky
1fc55df5bd first, let's produce a page that's w3c valid 2007-07-30 22:52:07 +00:00
Karl 'vollmerk' Vollmer
7be9eb4ea1 re-added ability to delete catalogs, fixed exception error with id3 library 2007-07-12 05:30:30 +00:00
Karl 'vollmerk' Vollmer
7743d70c68 fixed browse users, add user, edit user 2007-06-04 07:40:06 +00:00
Karl 'vollmerk' Vollmer
7603e48e9e tweaked the sidebars, think they look a lot better now 2007-06-01 04:36:07 +00:00
Karl 'vollmerk' Vollmer
641e7de637 catalog build technically works now, still working out some issues with the dynamic updating of the current state 2007-05-14 07:12:15 +00:00
Karl 'vollmerk' Vollmer
b1f2bacf44 rest of the sidebars and some more tweaks to the ajax, initial browse stuff at least menu wise... now I need to design the whole new browse interface... that is for tomorrow! 2007-05-03 04:50:53 +00:00