Changeset 11222
- Timestamp:
- 08/17/08 18:02:31 (5 months ago)
- Location:
- branches/juruen
- Files:
-
- 8 modified
- 2 copied
-
intrepid-alpha4/common/libebox/ChangeLog (modified) (1 diff)
-
intrepid-alpha4/common/libebox/debian/copyright (modified) (1 diff)
-
intrepid-alpha4/common/libebox/www/Makefile.am (modified) (1 diff)
-
intrepid-alpha4/common/libebox/www/css/modalbox.css (modified) (1 diff)
-
intrepid-alpha4/common/libebox/www/images/spinner.gif (copied) (copied from trunk/common/libebox/www/images/spinner.gif)
-
intrepid-packages/common/libebox/ChangeLog (modified) (1 diff)
-
intrepid-packages/common/libebox/debian/copyright (modified) (1 diff)
-
intrepid-packages/common/libebox/www/Makefile.am (modified) (1 diff)
-
intrepid-packages/common/libebox/www/css/modalbox.css (modified) (1 diff)
-
intrepid-packages/common/libebox/www/images/spinner.gif (copied) (copied from trunk/common/libebox/www/images/spinner.gif)
Legend:
- Unmodified
- Added
- Removed
-
branches/juruen/intrepid-alpha4/common/libebox/ChangeLog
r11219 r11222 11 11 + Bugfix. Create redirection URLs using client headers and guessing checking 12 12 the protocol (HTTP or HTTPS) 13 + Add spinner gif to modalbox window 13 14 0.11.102 14 15 + Added `override_user_modification` configuration parameter to -
branches/juruen/intrepid-alpha4/common/libebox/debian/copyright
r11219 r11222 65 65 SOFTWARE. 66 66 67 Files: www/js/modalbox.js www/css/modlbox.css www/images/spinning.gif 68 Copyright (c) 2006-2007 Andrey Okonetchnikov 69 70 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 71 72 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 73 74 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 67 75 68 76 The Debian packaging is: -
branches/juruen/intrepid-alpha4/common/libebox/www/Makefile.am
r10308 r11222 21 21 images/reload.gif images/ajax-loader.gif images/edit-table.gif \ 22 22 images/search.gif images/non_ff.gif images/non_f.gif \ 23 images/non_r.gif images/non_rw.gif images/feed-icon.gif 23 images/non_r.gif images/non_rw.gif images/feed-icon.gif \ 24 images/spinner.gif 24 25 25 26 js = js/csshover.htc js/common.js \ -
branches/juruen/intrepid-alpha4/common/libebox/www/css/modalbox.css
r10308 r11222 59 59 padding: 1.5em; 60 60 text-indent: -10000px; 61 background: transparent url( spinner.gif) 50% 0 no-repeat;61 background: transparent url(/data/images/spinner.gif) 50% 0 no-repeat; 62 62 } 63 63 -
branches/juruen/intrepid-packages/common/libebox/ChangeLog
r11219 r11222 11 11 + Bugfix. Create redirection URLs using client headers and guessing checking 12 12 the protocol (HTTP or HTTPS) 13 + Add spinner gif to modalbox window 13 14 0.11.102 14 15 + Added `override_user_modification` configuration parameter to -
branches/juruen/intrepid-packages/common/libebox/debian/copyright
r11219 r11222 65 65 SOFTWARE. 66 66 67 Files: www/js/modalbox.js www/css/modlbox.css www/images/spinning.gif 68 Copyright (c) 2006-2007 Andrey Okonetchnikov 69 70 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 71 72 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 73 74 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 67 75 68 76 The Debian packaging is: -
branches/juruen/intrepid-packages/common/libebox/www/Makefile.am
r10308 r11222 21 21 images/reload.gif images/ajax-loader.gif images/edit-table.gif \ 22 22 images/search.gif images/non_ff.gif images/non_f.gif \ 23 images/non_r.gif images/non_rw.gif images/feed-icon.gif 23 images/non_r.gif images/non_rw.gif images/feed-icon.gif \ 24 images/spinner.gif 24 25 25 26 js = js/csshover.htc js/common.js \ -
branches/juruen/intrepid-packages/common/libebox/www/css/modalbox.css
r10308 r11222 59 59 padding: 1.5em; 60 60 text-indent: -10000px; 61 background: transparent url( spinner.gif) 50% 0 no-repeat;61 background: transparent url(/data/images/spinner.gif) 50% 0 no-repeat; 62 62 } 63 63
