fligtar%gmail.com
e7d4a9dadf
apparently forgot these last time
2006-08-31 04:50:44 +00:00
wclouser%mozilla.com
6b38639730
we love you shaver
2006-08-30 07:03:19 +00:00
mike.morgan%oregonstate.edu
b6a9507604
Initial check-in of v2 code -- copied verbatim, merged with tpl files.
...
Also checking in lars' migration.py script, which is a CLI tool to transfer db contents from the old db to the new one.
2006-08-29 22:31:17 +00:00
mike.morgan%oregonstate.edu
840e4be07b
Adding in approvalnotes field in versions for version-specific approval queue notes.
2006-08-29 22:10:54 +00:00
mike.morgan%oregonstate.edu
aec5e865ef
Latest fixes for db. Added audit trail, fixed spelling error in versions.modifid->versions.modified. Added addons_langs mapping for locale packs.
2006-08-29 21:56:48 +00:00
fligtar%gmail.com
48b90e6991
Updated addon MCV
2006-08-29 04:33:16 +00:00
wclouser%mozilla.com
96f16bab25
fixed typo - thanks navvywavvy
2006-08-28 16:23:18 +00:00
fligtar%gmail.com
25586217bb
Updated addon MCV
2006-08-28 03:22:04 +00:00
fligtar%gmail.com
0231b5c6bc
updates for ajax
2006-08-27 23:46:13 +00:00
fligtar%gmail.com
5355b2998c
Updated addons MCV stuff
2006-08-27 23:43:02 +00:00
fligtar%gmail.com
add040f3cf
scriptaculous AJAX stuff
2006-08-27 23:33:23 +00:00
shaver%mozilla.org
4e56f1c98b
More version-compare tests, and a VersionBetween helper.
2006-08-27 17:21:17 +00:00
fligtar%gmail.com
8bd83cb2c3
Updated addons stuff, including translation support
2006-08-27 06:08:37 +00:00
shaver%mozilla.org
3d2a4566a0
importing simpletest 1.0.1alpha3
2006-08-27 02:06:41 +00:00
shaver%mozilla.org
6ba142cf65
preserve otherwise-empty dir, bleh
2006-08-27 02:04:50 +00:00
shaver%mozilla.org
f5e9baa375
import cake 1.1.7.3363; I don't want to talk about it
2006-08-27 01:54:37 +00:00
wclouser%mozilla.com
0085b7df5f
added string files
2006-08-26 03:31:40 +00:00
wclouser%mozilla.com
288c7810cb
l10n logic
2006-08-26 03:30:20 +00:00
wclouser%mozilla.com
b46d87732d
wrapping strings with _()
2006-08-26 03:30:07 +00:00
wclouser%mozilla.com
f3a91f049b
l10n testing (wrapping strings with _())
2006-08-26 03:29:47 +00:00
wclouser%mozilla.com
f8e3869444
adding l10n files
2006-08-26 03:29:13 +00:00
wclouser%mozilla.com
88c6c72fda
a couple more tweaks for l10n stuff
2006-08-26 03:28:35 +00:00
wclouser%mozilla.com
bb0db6fa9e
couple of sql changes for the l10n stuff
2006-08-26 00:12:11 +00:00
fligtar%gmail.com
b63b61e3a5
Updated MCV stuff
2006-08-24 19:29:07 +00:00
fligtar%gmail.com
0470f494d6
Updated controllers
2006-08-24 14:58:41 +00:00
fligtar%gmail.com
838f67857e
Remora db dump with Cameron's data
2006-08-23 19:11:59 +00:00
fligtar%gmail.com
fa6eb6fe59
fixed cake sessions and user models
2006-08-22 04:24:19 +00:00
fligtar%gmail.com
6eda5f4a4f
updated addons mcv
2006-08-22 00:12:55 +00:00
fligtar%gmail.com
de870857e1
sancus's controllers
2006-08-21 23:48:52 +00:00
mike.morgan%oregonstate.edu
f49dac2f65
Added correct NULL values for certain columns.
2006-08-21 18:41:38 +00:00
fligtar%gmail.com
b91ca34894
Updated addons MCV stuff
2006-08-21 02:56:44 +00:00
fligtar%gmail.com
a02ef2e737
updated addons controller
2006-08-20 04:43:19 +00:00
fligtar%gmail.com
6748061711
updated bootstrap
2006-08-18 22:05:09 +00:00
fligtar%gmail.com
5d0236d8e9
Latest Addon MCV stuff
2006-08-18 22:02:32 +00:00
fligtar%gmail.com
e5f44b882b
Updated addons MCV stuff
2006-08-18 04:26:43 +00:00
fligtar%gmail.com
ef76a63edf
more add-on mcv stuff
2006-08-17 03:59:41 +00:00
fligtar%gmail.com
9fb599fead
Preliminary add-on controller stuff
2006-08-16 22:20:20 +00:00
fligtar%gmail.com
ee0eb6a822
Updated Components
2006-08-16 21:35:50 +00:00
fligtar%gmail.com
410d09dc2d
Component tests
2006-08-16 21:34:36 +00:00
sancus%off.net
f1893c910a
*** empty log message ***
2006-08-16 07:10:51 +00:00
fligtar%gmail.com
8c9e1d1eb7
fixing warning with missing bracket
2006-08-16 04:45:02 +00:00
sancus%off.net
3dda13286c
fixing CORE_PATH issue with test framework
2006-08-16 04:03:12 +00:00
fligtar%gmail.com
564420a791
RDF and Version Comparison components from v1
2006-08-16 03:53:27 +00:00
sancus%off.net
9dc89f39bf
app dir changed to 'app', thanks fligtar
2006-08-15 03:12:10 +00:00
mike.morgan%oregonstate.edu
407ad7233f
general
...
fixed incorrect collations
translations
id -> int, primary key value of associated pk_column
added pk_column, which is the table.column name of the associated primary key
added translated_column which is the table.column name of the associated translated field
fk
versions.addon_id
tags.application_id
users
delete users.username
add users.password
add session_id -> sessions.id
sessions
add the cake sessions table
acl
add the cake acl table
versions
fix dateaded
add rating column?
addons
eula, privacypolicy, appnotes can be null
2006-08-15 02:50:53 +00:00
sancus%off.net
726d08ac55
initial import of models and other app files
2006-08-14 23:54:58 +00:00