0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed mention of scp in homepage. More... about 16 years ago
Changes for 4.10 release. More... about 16 years ago
The 4.9 release is a bugfix release. More... about 17 years ago
# Fixed BUG: Under Windows with files in subdirectories 3 or deeper show up in the grid, but double clicking them doesn't initiate play. For example, with mp3.dir=C:/music, and C:/music/NetOK/SubDir60, files in SubDir60 were not playing. When File.separatorChar is \ (Windows) we now transliterate back slashes to forward slashes when entering strings representing "folder" in the database. More... about 17 years ago
Changes for mp3dj-4.7: More... over 17 years ago
Shifted from MpegAudioSPI1.9.1 to MpegAudioSPI1.9.4. This was for TLEN More... over 17 years ago
Only calling scrollToIndex() on the tree when selectedIndex >=0. That is, More... over 17 years ago
Fixed bug, where onPlayGridButtonClick() would select the proper tree More... over 17 years ago
Reintegrated Spring Framework. We get duplicate AppliationService More... over 17 years ago
Added asdoc to svn:ignore list. and updated docs for 5.7 release. More... over 17 years ago
Back to defaults. More... over 17 years ago
Removed Spring Framework. In the code for the 4.6 release I had More... over 17 years ago
Removed old files from copy. More... over 17 years ago
Ignoring db/mp3db, which is an artifact of running. More... over 17 years ago
Ignoring blazeds/ (a build artifact). More... over 17 years ago
The 4.6 release transitions from MySQL to hsqldb, a 100% java database More... over 17 years ago
Added propset svn:ignore (to ignore .backup/ here). More... over 17 years ago
Introduced this hsqldb directory for scripts and mp3db. More... over 17 years ago
Removed .cvsignore everywhere. We use svn now. More... over 17 years ago
Removed mysql connector. We use hsqldb and Spring now. More... over 17 years ago
Added SpringFactory to engage Spring Framework. More... over 17 years ago
Added play grid and playGridButton. More... over 17 years ago
Engaged Spring Framework. More... over 17 years ago
# The 4.6 release drops the MySQL server requirement. The backend was rewritten to use an embedded pure java database engine (hsqldb). Users are no longer responsible for initiating refresh operations. A singleton Refresh() daemon is run seamlessly by the webapp. More... over 17 years ago
The 4.6 release transitions from MySQL to hsqldb, a 100% java More... over 17 years ago
The 4.5 release transitions from Flex2 to Flex3 SDK and removes LCDS More... almost 18 years ago
The 4.5 release transitions from Flex2 to Flex3 SDK and removes LCDS and JBoss from the required external components list. Installation was simplified by bundling the turnkey version of BlazeDS contributed to Open Source by Adobe, which includes a Tomcat server. Ant seamlessly restarts the server after deploying the webapp. Ant also creates the /music context through mp3 files are accessed by Flash Player. More... almost 18 years ago
Made Refresh() pass "database.directory" to RefreshFiles(). More... almost 18 years ago
Made Refresh() pass "database.directory" to RefreshFiles(). RefreshFiles() was getting the value previously from the build.properties file copied to resources, but this is not necessarily what RefreshApp was invoked with. Example '-Ddatabase.dir=XYZ' can be supplied on the command line. More... almost 18 years ago
Renamed database.directory database.dir, moved getMessage() from session More... almost 18 years ago