Main public logs
Appearance
Combined display of all available logs of Benvenuti Music Library. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:09, 23 July 2025 Craig.dabelstein talk contribs created page File:Adams - The Governors Own.pdf
- 10:09, 23 July 2025 Craig.dabelstein talk contribs uploaded File:Adams - The Governors Own.pdf
- 10:08, 23 July 2025 Craig.dabelstein talk contribs created page The Governor's Own (Created page with "{{Composition | Title = The Governor's Own | Subtitle = | Composer = Adams, Alton A. | Arranger = | Dedication = Respectfully dedicated to Gov. J. W. Oman, Rear Admiral U.S.N. | Date = 1921 | Notes = | Style = March | PDF = Adams - The Governors Own.pdf | Audio = | YouTube = }}")
- 10:06, 23 July 2025 Craig.dabelstein talk contribs created page Zamecnik, J. S. (Created page with "{{Composer}} * ''Dance Of The Raindrops'' (1915) * ''Dance Of The Shadows'' (1918)")
- 10:06, 23 July 2025 Craig.dabelstein talk contribs created page Adams, R. G. (Created page with "{{Composer}} * ''Dance Of The Raindrops'' (1915) * ''Dance Of The Shadows'' (1918)")
- 10:05, 23 July 2025 Craig.dabelstein talk contribs created page File:Adams - Dance of the Shadows.pdf
- 10:05, 23 July 2025 Craig.dabelstein talk contribs uploaded File:Adams - Dance of the Shadows.pdf
- 10:04, 23 July 2025 Craig.dabelstein talk contribs created page Dance Of The Shadows (Created page with "{{Composition | Title = Dance Of The Shadows | Subtitle = | Composer = Adams, R. G. | Arranger = Zamecnik, J. S. | Dedication = | Date = 1918 | Notes = | Style = | PDF = Adams - Dance of the Shadows.pdf | Audio = | YouTube = }}")
- 10:03, 23 July 2025 Craig.dabelstein talk contribs created page File:Adams - Dance of the Raindrops.pdf
- 10:03, 23 July 2025 Craig.dabelstein talk contribs uploaded File:Adams - Dance of the Raindrops.pdf
- 10:02, 23 July 2025 Craig.dabelstein talk contribs created page Dance Of The Raindrops (Created page with "{{Composition | Title = Dance Of The Raindrops | Subtitle = | Composer = Adams, R. G. | Arranger = Zamecnik, J. S. | Dedication = | Date = 1915 | Notes = | Style = | PDF = Adams - Dance of the Raindrops.pdf | Audio = | YouTube = }}")
- 09:57, 23 July 2025 Craig.dabelstein talk contribs created page You're The Most Wonderful Girl (Created page with "{{Composition | Title = You're The Most Wonderful Girl | Subtitle = | Composer = Abrahams, Maurice | Arranger = Schulz, William | Dedication = | Date = 1913 | Notes = | Style = Two-Step, March | PDF = Abrahams - Youre the most wonderful girl.pdf | Audio = | YouTube = }}")
- 09:45, 23 July 2025 Craig.dabelstein talk contribs moved page In an Opium Den to In An Opium Den without leaving a redirect
- 09:45, 23 July 2025 Craig.dabelstein talk contribs deleted page In An Opium Den (Deleted to make way for move from "In an Opium Den")
- 09:43, 23 July 2025 Craig.dabelstein talk contribs created page In an Opium Den (Created page with "{{Composition | Notes = Composed under the name Morris Aborn | Composer = Baron, Maurice }}")
- 09:39, 23 July 2025 Craig.dabelstein talk contribs moved page Aborn, Morris to Baron, Maurice without leaving a redirect
- 04:55, 23 July 2025 Craig.dabelstein talk contribs deleted page Template:PeopleListRow (content was: "<!-- Template:PeopleListRow --> <!-- Render composers --> {{#arraymap:{{{Composer}}}|;|x|* [[{{#replace:x|,|, }}]]|<br>}} <!-- Render arranger if not empty and not already listed --> {{#if:{{{Arranger|}}}| * [[{{#replace:{{{Arranger}}}|,|, }}]] }}", and the only contributor was "Craig.dabelstein" (talk))
- 04:55, 23 July 2025 Craig.dabelstein talk contribs deleted page Template:ComposerTableRow (content was: "<tr> <td>[[{{{Page}}}|{{{Title}}}]]</td> <td>{{#arraymap:{{{Composer}}}|;|x|x|, }}</td> <td>{{#if:{{{Date|}}}|{{#time:Y|{{{Date}}}}}|—}}</td> <td>{{{Style}}}</td> <td> {{#if:{{{PDF|}}} | [[Media:{{{PDF}}}|Download]] | }} </td> <td> {{#if:{{{Audio|}}} | [[File:{{{Audio}}}|Listen]] | }} </...", and the only contributor was "Craig.dabelstein" (talk))
- 04:54, 23 July 2025 Craig.dabelstein talk contribs deleted page Template:ComposerListRow (content was: "<!-- Template:ComposerListRow --> {{#arraymap:{{{Composer}}}|;|x|* [[{{#replace:x|,|, }}]]|<br>}}", and the only contributor was "Craig.dabelstein" (talk))
- 04:54, 23 July 2025 Craig.dabelstein talk contribs deleted page Template:ArrangerListRow (content was: "<!-- Template:ArrangerListRow --> {{#if:{{{Arranger|}}}|* [[{{#replace:{{{Arranger}}}|,|, }}]]}}", and the only contributor was "Craig.dabelstein" (talk))
- 03:43, 23 July 2025 Craig.dabelstein talk contribs deleted page Template:ListNamesItem (content was: "* [[{{#arrayindex:{{{var}}}|{{{1}}}}]]]", and the only contributor was "Craig.dabelstein" (talk))
- 03:42, 23 July 2025 Craig.dabelstein talk contribs deleted page Template:ListNames (content was: "{{#vardefine:list|{{#explode:{{{Composer|{{{Arranger|}}}}}|,}}}} {{#loop: |count={{#arraysize:{{#var:list}}}} |template=ListNamesItem |args=var=list }}", and the only contributor was "Craig.dabelstein" (talk))
- 03:41, 23 July 2025 Craig.dabelstein talk contribs performed unknown action "cargo/replacetable" on Special:CargoTables
- 03:29, 23 July 2025 Craig.dabelstein talk contribs created page Module:TestCargoQuery (Created page with "local p = {} function p.test() local cargo = mw.ext.cargo local result = cargo.query('Compositions', 'Composer', { limit = 1 }) return mw.text.jsonEncode(result) end return p")
- 03:21, 23 July 2025 Craig.dabelstein talk contribs created page Module:ListPeople (Created page with "local p = {} local cargo = mw.ext.cargo function p.get() local peopleSet = {} -- Fetch Composer values local composerResults = cargo.query('Compositions', 'Composer', { groupBy = 'Composer', limit = 1000 }) -- Fetch Arranger values local arrangerResults = cargo.query('Compositions', 'Arranger', { groupBy = 'Arranger', limit = 1000 }) local function addNames(field) for _, row in ipairs(field) do...")
- 03:12, 23 July 2025 Craig.dabelstein talk contribs created page Template:ListNamesItem (Created page with "* [[{{#arrayindex:{{{var}}}|{{{1}}}}]]]")
- 03:12, 23 July 2025 Craig.dabelstein talk contribs created page Template:ListNames (Created page with "{{#vardefine:list|{{#explode:{{{Composer|{{{Arranger|}}}}}|,}}}} {{#loop: |count={{#arraysize:{{#var:list}}}} |template=ListNamesItem |args=var=list }}")
- 02:19, 23 July 2025 Craig.dabelstein talk contribs created page Template:ArrangerListRow (Created page with "{{#if:{{{Arranger|}}}|* [[{{#replace:{{{Arranger}}}|,|, }}]]}}")
- 02:16, 23 July 2025 Craig.dabelstein talk contribs created page Template:PeopleListRow (Created page with "<!-- Template:PeopleListRow --> <!-- Render composers --> {{#arraymap:{{{Composer}}}|;|x|* [[{{#replace:x|,|, }}]]|<br>}} <!-- Render arranger if not empty and not already listed --> {{#if:{{{Arranger|}}}| * [[{{#replace:{{{Arranger}}}|,|, }}]] }}")
- 02:09, 23 July 2025 Craig.dabelstein talk contribs created page Gilbert, L. Wolfe (Created page with "{{Composer}}")
- 02:09, 23 July 2025 Craig.dabelstein talk contribs created page Muir, Lewis F. (Created page with "{{Composer}}")
- 02:01, 23 July 2025 Craig.dabelstein talk contribs created page Abrahams, Maurice (Created page with "{{Composer}}")
- 02:01, 23 July 2025 Craig.dabelstein talk contribs created page Schulz, William (Created page with "{{Composer}}")
- 02:00, 23 July 2025 Craig.dabelstein talk contribs created page The Pullman Porters on Parade (Created page with "{{Composition | Title = The Pullman Porters on Parade | Subtitle = Intro: "Oh! You Million Dollar Doll" | Composer = Abrahams, Maurice | Arranger = Schulz, William | Dedication = | Date = 1913 | Notes = | Style = Two-Step, March | PDF = Abrahams_-_The_Pullman_Porters_on_Parade.pdf | Audio = | YouTube = }}")
- 01:59, 23 July 2025 Craig.dabelstein talk contribs created page File:Abrahams - The Pullman Porters on Parade.pdf
- 01:59, 23 July 2025 Craig.dabelstein talk contribs uploaded File:Abrahams - The Pullman Porters on Parade.pdf
- 01:48, 23 July 2025 Craig.dabelstein talk contribs created page Template:ComposerListRow (Created page with "* {{#arraymap:{{{Composer}}}|;|x|x|<br>}}")
- 01:31, 23 July 2025 Craig.dabelstein talk contribs performed unknown action "cargo/replacetable" on Special:CargoTables
- 01:19, 23 July 2025 Craig.dabelstein talk contribs deleted page Template:ComposerRow (content was: "{{{1|}}} [[{{{Title}}}|{{{Title}}}]] {{{2|}}} {{{Date}}} {{{3|}}} {{{Style}}} {{{4|}}} {{#if:{{{PDF}}}|[[Media:{{{PDF}}}|PDF]]|—}} {{{5|}}} {{#if:{{{Audio}}}|[[Media:{{{Audio}}}|Audio]]|—}}", and the only contributor was "Craig.dabelstein" (talk))
- 01:10, 23 July 2025 Craig.dabelstein talk contribs created page Bye Bye Sal (Created page with "{{Composition | Title = Bye Bye Sal | Subtitle = Intro: "Oh! Shush" | Composer = Abrahams, Muir, Gilbert | Arranger = | Dedication = | Date = 1912 | Notes = | Style = Medley, Two-Step | PDF = Abrahams - Bye Bye Sal.pdf | Audio = | YouTube = }}")
- 00:55, 23 July 2025 Craig.dabelstein talk contribs created page The Round Up (Created page with "{{Composition | Title = The Round Up | Subtitle = A Western Galop | Composer = Aborn, Morris | Arranger = | Dedication = | Date = 1922 | Notes = | Style = Western, Galop | PDF = Aborn - The Round Up.pdf | Audio = | YouTube = }}")
- 00:47, 23 July 2025 Craig.dabelstein talk contribs created page Kowboy Komedy (Created page with "{{Composition | Title = Kowboy Komedy | Subtitle = | Composer = Aborn, Morris | Arranger = | Dedication = | Date = 1927 | Notes = | Style = Western One-Step | PDF = Aborn - Kowboy Komedy.pdf | Audio = | YouTube = }}")
- 00:44, 23 July 2025 Craig.dabelstein talk contribs created page File:Aborn - The Round Up.pdf (Uploaded with SimpleBatchUpload)
- 00:44, 23 July 2025 Craig.dabelstein talk contribs uploaded File:Aborn - The Round Up.pdf (Uploaded with SimpleBatchUpload)
- 00:44, 23 July 2025 Craig.dabelstein talk contribs created page File:Aborn - Kowboy Komedy.pdf (Uploaded with SimpleBatchUpload)
- 00:44, 23 July 2025 Craig.dabelstein talk contribs uploaded File:Aborn - Kowboy Komedy.pdf (Uploaded with SimpleBatchUpload)
- 00:18, 23 July 2025 Craig.dabelstein talk contribs deleted page Template:FeaturedComposition (content was: "'''''[[{{{Page}}}|{{{Title}}}]]''''' by {{{Composer}}} [[File:{{{PDF}}}|thumb|150px|Download the full score]] {{#if:{{{Audio|}}}|[{{{Audio}}} 🎧 Listen]|}} [[{{{Page}}}|More about this piece →]]", and the only contributor was "Craig.dabelstein" (talk))
- 23:46, 22 July 2025 Craig.dabelstein talk contribs deleted page Template:Featured Composition (content was: "<noinclude>This template is used to mark a composition as "featured". It allows the main page to query for one featured work.</noinclude>", and the only contributor was "Craig.dabelstein" (talk))
- 23:36, 22 July 2025 Craig.dabelstein talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 23:34, 22 July 2025 Craig.dabelstein talk contribs created page Template:FeaturedComposition (Created page with "'''''[[{{{Page}}}|{{{Title}}}]]''''' by {{{Composer}}} [[File:{{{PDF}}}|thumb|150px|Download the full score]] {{#if:{{{Audio|}}}|[{{{Audio}}} 🎧 Listen]|}} [[{{{Page}}}|More about this piece →]]")