CIA.vc
Subversion
Real-time open source activity stats
Stats » Version Control Systems » Subversion
information
Photo
The goal of the Subversion project is to build a version control system that is a compelling replacement for CVS in the open source community. This page shows commits from all projects hosted on a Subversion repository, not just commits to Subversion itself.
syndicateUTC clock
13:55 on May 28, 2012
event counters
The last message was received 2.9 minutes ago at 13:52 on May 28, 2012
619 messages so far today, 832 messages yesterday
619 messages so far this week, 8167 messages last week
32853 messages so far this month, 38470 messages last month
7070370 messages since the first one, 8.17 years ago, for an average of 36.43 seconds between messages
recent messages
dateReversed sort columnprojectcontentlink
2 min agoGRASS
Commit by lucadelu :: r51844 /grass/trunk/locale/grass_po_stats.py:
output file write in GISBASE instead GISBASE/locale because if --nls it's not used return an error
#
3 min agoKDE
Commit by zepires :: r1296925 docmessages/trunk/l10n-kde4/pt/ (6 files in 6 dirs): (link)
Finished HEAD for now
#
3 min agoicp
Commit by jonesld :: r849 /trunk/web/Pictures/upload/ (8 files): (link)
test missionary photos
#
4 min agoMageia
Commit by obgr_seneca :: r247877 packages/cauldron/x2goclient/current/ (SOURCES/sha1.lst SPECS/x2goclient.spec): (link)

  • New version 3.99.2.0
#
5 min agopandora
Commit by vgilc :: r6350 /trunk/pandora_console/ (4 files in 2 dirs): (link)
2012-05-28  Vanessa Gil <vanessa dot gil at artica dot es>

        * extras/pandoradb_migrate_4.0.x_to_4.1.mysql.sql
          extras/pandoradb_migrate_4.0.x_to_4.1.oracle.sql
          extras/pandoradb_migrate_4.0.x_to_4.1.postgreSQL.sql: Update 'tconfig' fields.
#
6 min agoGRASS
Commit by neteler :: r51843 /grass/trunk/locale/Makefile:
always generate msg statistics (used in wxGUI)
#
8 min agosecure-testing
Commit by jmm :: r19354 /hardening/subgoal-dsa.txt:
theora and netsnmp hardened
#
9 min agoMandriva
Commit by dmikhirev :: r800908 cooker/sflphone/current/SPECS/sflphone.spec: (link)
SILENT: fix BR for backporting
#
13 min agosecure-testing
Commit by joeyh :: r19353 /data/CVE/list:
automatic update
#
13 min agoWebKit
Commit by morrita@google.com :: r118660 Source/WebKit/chromium/ (ChangeLog src/FrameLoaderClientImpl.cpp):

Unreviewed Mac Chromium build fix.

  • src/FrameLoaderClientImpl.cpp: (WebKit::FrameLoaderClientImpl::allowStyleScoped):
#
13 min agofpc
Commit by jonas :: r21406 /trunk/tests/ (8 files in 3 dirs): (link)
+ support for running the testsuite in parallel. Note that only the "all"
  target can be run in parallel, so "clean", "digest" and/or "dbdigest"
  have to be run in separate make invocations if you wish to use -j for
  running the testsuite
#
14 min agoWebKit
Commit by zandobersek@gmail.com :: r118659 Source/WebCore/ (7 files in 2 dirs):

Unreviewed, rolling out r118650.
http://trac.webkit.org/changeset/118650
https://bugs.webkit.org/show_bug.cgi?id=87639

Patch caused massive failures throughout the builders
(Requested by zdobersek on #webkit).

Patch by Sheriff Bot <webkit dot review dot bot at gmail dot com> on 2012-05-28

  • css/MediaQuery.cpp: (WebCore): (WebCore::MediaQuery::serialize): (WebCore::MediaQuery::MediaQuery): (WebCore::MediaQuery::cssText):
  • css/MediaQuery.h: (WebCore::MediaQuery::expressions): (WebCore::MediaQuery::mediaType): (MediaQuery): (WebCore::MediaQuery::copy):
  • css/MediaQueryEvaluator.cpp: (WebCore::MediaQueryEvaluator::MediaQueryEvaluator): (WebCore::MediaQueryEvaluator): (WebCore::MediaQueryEvaluator::eval): (WebCore::aspect_ratioMediaFeatureEval): (WebCore::device_aspect_ratioMediaFeatureEval): (WebCore::transform_3dMediaFeatureEval): (WebCore::view_modeMediaFeatureEval): (WebCore::createFunctionMap):
  • css/MediaQueryEvaluator.h: (WebCore): (MediaQueryEvaluator):
  • css/StyleResolver.cpp: (WebCore): (WebCore::StyleResolver::collectMatchingRulesForList):
  • css/StyleResolver.h: (MediaQueryResult): (WebCore::MediaQueryResult::MediaQueryResult): (WebCore): (StyleResolver):
#
14 min agoMandriva
Commit by dmikhirev :: r800907 cooker/sflphone/current/ (2 files in 2 dirs): (link)
proper update to 1.1.0
#
14 min agoFPCBuild
Commit by florian :: r1001 /scripts/florian/win/bt32.bat: (link)

  • script fixed
#
14 min agoMageia
Commit by rda :: r1257 web/nav/lib.php: (link)
return the right sub language
#
14 min agoGRASS
Commit by neteler :: r51842 /grass/trunk/gui/wxpython/xml/menudata.xml:
menustrings updated with tools/update_menudata.py
#
16 min agognu-kbsd
Commit by rmh :: r4289 /trunk/freebsd-glue/debian/changelog:
Upload to unstable
#
20 min agoWebKit
Commit by commit-queue@webkit.org :: r118658 LayoutTests/ (2 files in 2 dirs):

[EFL] New tests added in r118567 should be skipped on EFL port
https://bugs.webkit.org/show_bug.cgi?id=87618

Unreviewed EFL gardening. Move the test added in r118567 to test
expectations since the EFL port lacks support for
LayoutTestController::layerTreeAsText.

Patch by Christophe Dumez <christophe dot dumez at intel dot com> on 2012-05-28

  • platform/efl/test_expectations.txt:
#
22 min agoWebKit
Commit by gyuyoung.kim@samsung.com :: r118657 /trunk/ (20 files in 16 dirs):

Move allowRoundingHacks to Internals interface
https://bugs.webkit.org/show_bug.cgi?id=87328

Reviewed by Hajime Morita.

.:

  • Source/autotools/symbols.filter: Add allowRoundingHacks symbol filter. Source/WebCore: Add allowRoundingHacks function, because it is able to work in the cross-port way by means of the Internals interface. In addition, a function is added in order to restore default setting values. No new tests, since we are improving here the infra-structure for testing a specific method.
  • testing/Internals.cpp: (WebCore::Internals::reset): (WebCore): (WebCore::Internals::resetDefaultsToConsistentValues): (WebCore::Internals::allowRoundingHacks):
  • testing/Internals.h: (Internals):
  • testing/Internals.idl: Source/WebKit2:
  • win/WebKit2.def: Add setAllowsRoundingHacks() to symbol filter. Tools: Remove allowRoundingHacks functions, because it is able to work in the cross-port way through the Internals interface.
  • DumpRenderTree/LayoutTestController.cpp: (LayoutTestController::staticFunctions):
  • DumpRenderTree/LayoutTestController.h: (LayoutTestController):
  • DumpRenderTree/blackberry/LayoutTestControllerBlackBerry.cpp:
  • DumpRenderTree/efl/LayoutTestControllerEfl.cpp:
  • DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
  • DumpRenderTree/mac/LayoutTestControllerMac.mm:
  • DumpRenderTree/win/LayoutTestControllerWin.cpp:
  • DumpRenderTree/wx/LayoutTestControllerWx.cpp: LayoutTests: Invoke allowRoundingHacks function from internals, because it is able to work in the cross-port way via the Internals interface.
  • platform/mac/fast/text/rounding-hacks-expansion.html:
  • platform/mac/fast/text/rounding-hacks.html:
#
09:05 todaysvn
Commit by philip :: r1343168 /trunk/subversion/ (2 files in 2 dirs): (link)

  • subversion/libsvn_wc/adm_ops.c (revert_restore): Only handle svn:needs-lock if status is normal.
  • subversion/tests/cmdline/revert_tests.py (revert_permissions_only: Extend. Found by: Fergus Slorach <sugref at gmail dot com>
#