• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


RSS
Révision l'heure Auteur
aa88eba 2012-07-07 05:48:08 bolkimen

[#3892] ticket:80 add break to migrate loop(bugfix)

60b9e27 2012-07-07 05:48:08 bolkimen

[#3892] ticket:80 add comment

38bd063 2012-07-07 05:48:07 bolkimen

[#3892] ticket:80 add migration and tests

9985935 2012-07-07 05:48:07 bolkimen

[#3892] ticket:76 write = create + update

45b8384 2012-07-07 02:11:16 Yaroslav Luzin

[#4481] ticket:102 Fixed JS class names

51168cd 2012-07-07 01:15:25 Yaroslav Luzin

ticket:102 Fixed class names in JS

3e02958 2012-07-07 01:11:18 Yaroslav Luzin

Merge branch '42cc_4481' into t102_add_admin_option_to_enable_voting

9869a87 2012-07-07 00:48:48 Yaroslav Luzin

Merge branch '42cc_4481' of ssh://git.code.sf.net/p/allura/git into 42cc_4481

3acd434 2012-07-07 00:47:08 Igor Bondarenko

[#4481] ticket:100 Fix test.

Change @expose('json') to @expose('json:') to prevent test fail.

6fa6339 2012-07-07 00:47:08 Igor Bondarenko

[#4481] ticket:100 Fix test

65713e7 2012-07-07 00:47:08 Igor Bondarenko

[#4181] ticket:100 Implemented ability to vote for a ticket.

8299f82 2012-07-06 22:57:08 Igor Bondarenko

[#4481] ticket:102 Fix test

69ab1b1 2012-07-06 22:07:29 Igor Bondarenko

[#4481] ticket:102 Added option to enable/disable voting on tickets.

b4b2d67 2012-07-06 21:19:49 Igor Bondarenko

[#4481] ticket:100 Fix test.

Change @expose('json') to @expose('json:') to prevent test fail.

61df880 42cc_4168 2012-07-06 21:09:43 Anton Kasyanov

[#4168] ticket:105 save button fixed

bf6f8b0 2012-07-06 20:59:39 Igor Bondarenko

[#4481] ticket:100 Fix test

13650b8 2012-07-06 20:34:27 Igor Bondarenko

[#4181] ticket:100 Implemented ability to vote for a ticket.

e72b1a0 2012-07-06 18:34:11 Anton Kasyanov

[#4481] ticket:101 added votes to ticket index

a113e01 2012-07-06 07:29:23 Dave Brondsema

change forum threads to sort by last_post_date. Add indexes on discussion_id NEEDS ENSURE INDEX

eb92c3e 2012-07-06 06:41:50 Igor Bondarenko

[#4169] ticket:92 Show username on permissions page.

065c30d 2012-07-06 04:59:13 Tim Van Steenburgh

[#4501] Updated logging messages.

Signed-off-by: Tim Van Steenburgh <tvansteenburgh@gmail.com>

9fe7c43 2012-07-06 03:57:33 Tim Van Steenburgh

[#4501] Fixes ClientError in SVN repo refresh.

Handles the case where pysvn misreports a deleted file as
something else (like added).

Signed-off-by: Tim Van Steenburgh <tvansteenburgh@gmail.com>

ed5f19d 2012-07-06 01:30:41 Tim Van Steenburgh

[#4499] Fixed IndexError in SVN repo refresh.

If we're refreshing the first commit, there won't be a parent,
and therefore no left-hand-side for the commit diff.

Signed-off-by: Tim Van Steenburgh <tvansteenburgh@gmail.com>

bb203db 2012-07-06 00:11:11 Dave Brondsema

[#4467] add index for user feed queries

5d9a16c 2012-07-06 00:11:11 Dave Brondsema

[#4467] add index for neighborhood icon queries

48bde67 2012-07-05 22:56:08 Tim Van Steenburgh

Added profiling option to repo refresh script.

Signed-off-by: Tim Van Steenburgh <tvansteenburgh@gmail.com>

8ff4f70 2012-07-04 21:14:56 Igor Bondarenko

[#4481] ticket:99 Remove monkey-patching from test.

c0145b7 2012-07-04 20:48:27 Igor Bondarenko

[#4481] ticket:99 Fix VotableArtifact.

Change session to main_orm_session

87731a8 2012-07-04 20:09:28 Igor Bondarenko

[#4481] ticket:99 Fix VotableArtifact and tests

16a7905 2012-07-04 19:33:12 Igor Bondarenko

Added SQLAlchemy to requirements. Without it tests in dev was broken.