This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

Gallery Pastebin - Paste and link to it

Posted by ChangeLog Fri 24th Mar 2006 02:01

  1. Changes from Gallery 2.1-RC-2a to Gallery 2.1 official release
  2. ==============================================================
  3.  
  4. 2006/03/09
  5. wider sidebar for item/site/user admin
  6. themes/hybrid/theme.css
  7.  
  8.  
  9. 2006/03/11
  10. New version of Siriux theme from Nico Kaiser.
  11. Improved appearance in admin interface; group-by-year and prev/next imagemap
  12. are now configurable theme settings.
  13. themes/siriux/theme.css
  14. themes/siriux/theme.inc
  15. themes/siriux/templates/admin.tpl
  16. themes/siriux/templates/album.tpl
  17. themes/siriux/templates/error.tpl
  18. themes/siriux/templates/photo.tpl
  19. themes/siriux/templates/progressbar.tpl
  20.  
  21.  
  22. 2006/03/11
  23. update reference to old docs/EMBEDDING to point to codex page
  24. embed.php
  25.  
  26.  
  27. 2006/03/12
  28. set content-type to html / utf8
  29. lib/tools/phpunit/index.php
  30.  
  31.  
  32. 2006/03/13
  33. Show left/right arrows when imagemap feature in use.
  34. Also 2 xhtml fixes in imagemap.
  35. themes/siriux/theme.css
  36. themes/siriux/templates/photo.tpl
  37.  
  38.  
  39. 2006/03/14
  40. Rounding out the iconpack for 2.1
  41. modules/icons/iconpacks/paularmstrongdesigns/icons.css
  42.  
  43.  
  44. 2006/03/14
  45. Iconpack updates:
  46. - Removed new slideshow.gif; use existing icon for slideshow applet
  47.   for its site admin icon.
  48. - Add new icons to icons-rtl.css too.
  49. - Cleanup in both css files: remove some dups, better support of -album
  50.   and -photo suffix, better grouping/sorting.
  51. modules/icons/iconpacks/paularmstrongdesigns/icons-rtl.css
  52. modules/icons/iconpacks/paularmstrongdesigns/icons.css
  53.  
  54.  
  55. 2006/03/14
  56. Rename _setupMockAdapter to the more appropriate _setupAdapterWithMocks
  57. modules/core/test/phpunit/TemplateAdapterTest.class
  58.  
  59.  
  60. 2006/03/14
  61. added a missing $ret check and fixed some indenting
  62. modules/core/ItemEditAlbum.inc
  63.  
  64.  
  65. 2006/03/14
  66. fix for 1448158  checkpoint to close lock files for batch operations
  67. (tested by the bug reporter)
  68. modules/core/ItemEditAlbum.inc
  69. modules/core/classes/BuildDerivativesTask.class
  70.  
  71.  
  72. 2006/03/15
  73. Don't escape ? in RewriteRule
  74. modules/rewrite/templates/Httpdini.tpl
  75. 2006/03/15
  76. Enable {g->theme url="..."} template calls to use local overrides if they
  77. are available.  So if you do {g->theme url="theme.css"} it will look for
  78. module/yourtheme/local/theme.css and fall back on module/yourtheme/theme.css
  79. modules/core/classes/GalleryTemplateAdapter.class
  80. modules/core/test/phpunit/TemplateAdapterTest.class
  81. 2006/03/15
  82. Postgres generator was missing not-null check for <add><column>.
  83. Fixed this and rebuilt all sql: only sql generated from
  84. A_GalleryAccessMap_1.0 was affected.
  85. lib/tools/bin/generate-sql.php
  86. modules/core/classes/GalleryStorage/schema.tpl
  87. modules/rss/classes/Maps.inc
  88. 2006/03/15
  89. add siriux update in what's new
  90. README.html
  91.  
  92.  
  93. 2006/03/15
  94. small change to splitHtml regexp so it can work if body contains some
  95. javascript with <body in it (like document.write calls); there are still
  96. cases that can break the regexp though.. avoid head/body tags in inline
  97. javascript.
  98. modules/core/classes/GalleryTheme.class
  99.  
  100.  
  101. 2006/03/16
  102. make g2embeddiscoverytools embed.php path discovery work for multisites.
  103. thanks to michiel1981 for the fix.
  104. embed.php
  105.  
  106.  
  107. 2006/03/17
  108. Group names were not translated.. fixed this, and changed the names to
  109. strings already used in core module.  Copied all available translations
  110. for these from core to members po files.
  111. modules/members/AdminMembers.inc
  112.  
  113.  
  114. 2006/03/17
  115. Regenerate schema.tpl to pick up Valiant's change to make PG set the default value in the alter statement that adds the column.
  116. modules/core/classes/GalleryStorage/schema.tpl
  117. 2006/03/17
  118. oops, put not-null after set-default for Postgres <add><column>
  119. lib/tools/bin/generate-sql.php
  120. modules/core/classes/GalleryStorage/schema.tpl
  121. 2006/03/17
  122. pg fix: default value must be set in the very alter table call that adds a new column, else only new rows get the default value and the existing ones are still null.
  123. lib/tools/bin/generate-sql.php
  124. 2006/03/17
  125. translate names shown in theme list
  126. modules/core/AdminThemes.inc
  127. 2006/03/17
  128. update required core/module api versions
  129. lib/tools/creator/module.inc.tpl
  130. 2006/03/18
  131. Add Afrikaans (af_ZA) to language list
  132. modules/core/classes/GalleryTranslator.class
  133. 2006/03/18
  134. Update security text; make a Security section
  135. README.html
  136. 2006/03/18
  137. relativeRequireOnce->requireOnce!
  138. modules/migrate/Redirect.inc
  139. 2006/03/18
  140. translate theme names in the heading at the top of each theme tab,
  141. and in status messages for activate/deactivate, etc.
  142. modules/core/AdminThemes.inc
  143. modules/core/test/phpunit/AdminThemesControllerTest.class
  144. 2006/03/18
  145. translate title at top of page (this string is already in the po files)
  146. install/templates/Multisite.html
  147. 2006/03/19
  148. Split <add><index> into its own <add> in T_InstallerTest_2.xml.
  149. This fixes sql generation for oracle (did not change generated sql
  150. for other dbs).. added comment in generate-sql that the logic for
  151. oracle currently depends on add/remove index being in their own
  152. <add> or <remove>, not combined with other columns/keys.
  153. lib/tools/bin/generate-sql.php
  154. modules/core/classes/GalleryStorage/schema.tpl
  155. modules/core/classes/GalleryStorage/xml-src/T_InstallerTest_2.xml
  156. 2006/03/19
  157. embedUri = /foo/bar/ (no file part) wasn't handled correctly in initNavigation().
  158. thanks to kiz_0987 for reporting
  159. modules/core/classes/GalleryUrlGenerator.class
  160. modules/core/test/phpunit/UrlGeneratorTest.class
  161.  
  162.  
  163. 2006/03/19
  164. remove redundant case 'ADD' and case 'REMOVE' for oracle.. these were old
  165. and incomplete, and not used due to newer case statements above them.
  166. also fixed DROP TABLE for oracle to check for drop of Schema table like
  167. every other db type does.. this fixed T_InstallerTest_4 section for oracle
  168. in core schema.tpl.
  169. lib/tools/bin/generate-sql.php
  170. modules/core/classes/GalleryStorage/schema.tpl
  171.  
  172.  
  173. 2006/03/20
  174. Oracle doesn't have a BIT type.. change this back to INTEGER.
  175. (broken in CVS since sql generator refactor on 26-Sep-2005)
  176. lib/tools/bin/generate-sql.php
  177. modules/core/classes/GalleryStorage/schema.tpl
  178. 2006/03/20
  179. add return url in view cart link
  180. modules/cart/templates/blocks/ShowCart.tpl
  181. 2006/03/20
  182. applied (and modified slightly) a patch from Nico to support newitems module
  183. themes/siriux/theme.css
  184. themes/siriux/templates/album.tpl
  185. 2006/03/20
  186. don't use &amp; for url in email
  187. modules/register/templates/AdminEmail.tpl
  188.  
  189.  
  190. 2006/03/20
  191. fix to allow upgrade from G2.0 Alpha-4, haha
  192. modules/comment/module.inc
  193.  
  194.  
  195. 2006/03/20
  196. ignore errors from selectAdminUser prior to core upgrade.
  197. some core APIs in this function may fail when upgrading from old enough
  198. gallery versions.
  199. upgrade/steps/UpgradeCoreModuleStep.class
  200.  
  201.  
  202. 2006/03/20
  203. properly set language for test so 2 tests pass when run in en_GB or a
  204. couple other locales that are in the test data.
  205. modules/core/test/phpunit/RepositoryIndexTest.class
  206. modules/core/test/phpunit/RepositoryTest.class
  207.  
  208.  
  209. 2006/03/20
  210. some fixes for upgrade from 2.0 Alpha-4
  211. - fix sql in case 0.9.5 that I broken a while back when backporting
  212.   changes for a later upgrade
  213. - only merge userId/groupId into userOrGroupId for upgrade from 0.9.6
  214.   or later, as older upgrades will do this in the step mentioned above
  215. - don't require mkdir of data.gallery.plugins dir to succeed, as that
  216.   path is now in gallery2 dir, not g2data, and may not be writable
  217. - only try to populate isBroken for GalleryDerivativeImage entities
  218.   to avoid errors from RandomHighlightDerivativeImage (this entity type
  219.   no longer exists)
  220. modules/core/CoreModuleExtras.inc
  221. 2006/03/21
  222. fix MULTI_INSERT syntax
  223. modules/core/classes/GalleryStorage/OracleStorage.class
  224. 2006/03/21
  225. fix in parsing of schema.tpl files to ensure all trailing semicolons are
  226. parsed off before executing statements (this helps oracle; other dbs seem
  227. to ignore these).
  228. this change can be applied for all db types, but we're very close to 2.1
  229. now so only applies to oracle for now.  update this code after 2.1.
  230. modules/core/classes/GalleryStorage/GalleryStorageExtras.class
  231.  
  232.  
  233. 2006/03/22
  234. Help oracle avoid unit test failures for '' vs null.
  235. (write '' to a column in oracle and read it back --> null)
  236. _normalizeValue in OracleStorage allows changing null to ''
  237. when reading fields for any entity.
  238. pluginhelper change affects all db types, but we don't really
  239. write null value into any plugin parameters so it's ok to cast
  240. to string here.
  241. modules/core/classes/GalleryStorage/OracleStorage.class
  242. modules/core/classes/helpers/GalleryPluginHelper_simple.class
  243.  
  244.  
  245. 2006/03/22
  246. add display:inline-block for IE on a couple divs to resolve rendering issues
  247. themes/floatrix/theme.css
  248. themes/floatrix/templates/album.tpl
  249.  
  250.  
  251. 2006/03/22
  252. bump plugin versions for Gallery 2.1 release
  253. modules/albumselect/module.inc
  254. modules/archiveupload/module.inc
  255. modules/captcha/module.inc
  256. modules/cart/module.inc
  257. modules/colorpack/module.inc
  258. modules/comment/module.inc
  259. modules/core/CoreModuleExtras.inc
  260. modules/core/module.inc
  261. modules/customfield/module.inc
  262. modules/dcraw/module.inc
  263. modules/debug/module.inc
  264. modules/exif/module.inc
  265. modules/ffmpeg/module.inc
  266. modules/fotokasten/module.inc
  267. modules/gd/module.inc
  268. modules/getid3/module.inc
  269. modules/hidden/module.inc
  270. modules/icons/module.inc
  271. modules/imageblock/module.inc
  272. modules/imageframe/module.inc
  273. modules/imagemagick/module.inc
  274. modules/linkitem/module.inc
  275. modules/members/module.inc
  276. modules/migrate/module.inc
  277. modules/mime/module.inc
  278. modules/multilang/module.inc
  279. modules/netpbm/module.inc
  280. modules/newitems/module.inc
  281. modules/nokiaupload/module.inc
  282. modules/panorama/module.inc
  283. modules/password/module.inc
  284. modules/permalinks/module.inc
  285. modules/photoaccess/module.inc
  286. modules/picasa/module.inc
  287. modules/publishxp/module.inc
  288. modules/quotas/module.inc
  289. modules/randomhighlight/module.inc
  290. modules/rating/module.inc
  291. modules/rearrange/module.inc
  292. modules/register/module.inc
  293. modules/remote/module.inc
  294. modules/reupload/module.inc
  295. modules/rewrite/RewriteModuleExtras.inc
  296. modules/rewrite/module.inc
  297. modules/rss/module.inc
  298. modules/search/module.inc
  299. modules/shutterfly/module.inc
  300. modules/sitemap/module.inc
  301. modules/sizelimit/module.inc
  302. modules/slideshow/module.inc
  303. modules/slideshowapplet/module.inc
  304. modules/squarethumb/module.inc
  305. modules/thumbnail/module.inc
  306. modules/thumbpage/module.inc
  307. modules/uploadapplet/module.inc
  308. modules/useralbum/module.inc
  309. modules/watermark/module.inc
  310. modules/webcam/module.inc
  311. modules/zipcart/module.inc
  312. themes/classic/theme.inc
  313. themes/floatrix/theme.inc
  314. themes/hybrid/theme.inc
  315. themes/matrix/theme.inc
  316. themes/siriux/theme.inc
  317. themes/slider/theme.inc
  318. themes/tile/theme.inc
  319.  
  320.  
  321. 2006/03/22
  322. change ydsf to dropshadow to match change that was already made in css
  323. themes/floatrix/templates/theme.tpl
  324.  
  325.  
  326. 2006/03/22
  327. i commented out array_fill but unit test still complains.. use array-fill in comment
  328. modules/core/classes/GalleryStorage/OracleStorage.class
  329.  
  330.  
  331. 2006/03/22
  332. oops, array_fill is php 4.2+
  333. modules/core/classes/GalleryStorage/OracleStorage.class
  334.  
  335.  
  336. 2006/03/22
  337. s/release candidate/official release/
  338. better color for link in a .important box
  339. README.html
  340.  
  341.  
  342. 2006/03/23
  343. add precision setting for round() calls.
  344. defaults to one (was omitted==zero); can override with query param.
  345. lib/tools/reports/localization.php
  346. lib/tools/reports/localization/main_detail.inc
  347. lib/tools/reports/localization/main_summary.inc
  348. lib/tools/reports/localization/plugin_rowdata.inc
  349.  
  350.  
  351. 2006/03/23
  352. synchronize with core.DownloadItem:
  353. - add isAllowedInEmbedOnly==true, shouldSaveSession==false
  354. - add malicious url check
  355. modules/watermark/DownloadItem.inc
  356.  

PermaLink to this entry http://tools.gallery2.org/pastebin/144 Download 144.txt
Submit a correction or amendment below. (click here to make a fresh posting)

Your Name
Syntax:
For (optional)
Leave permalink as note for user. Remember my name in a cookie

Select channel for announcement:
#gallery#gallery-support

Code: To ensure legibility, keep your code lines under 80 characters long.

You can highlight lines: start with "@#" and end with "!#"

Description: You can leave a small description for your code. (Errors, etc)

Please note that your script will be available publicly.
Page generated in 0.242 seconds.