repo string | commit string | message string | diff string |
|---|---|---|---|
sila/AtomProject | c5af224d140011d5a7a516bff3cffa0d6fa39524 | add new property NumberOfMonthsVertical | diff --git a/Atom.Web/DatePicker/JQDatePicker.cs b/Atom.Web/DatePicker/JQDatePicker.cs
index bdbfd68..f9be263 100644
--- a/Atom.Web/DatePicker/JQDatePicker.cs
+++ b/Atom.Web/DatePicker/JQDatePicker.cs
@@ -319,864 +319,882 @@ namespace Atom.Web.UI.WebControls.DatePicker
object navigationAsDateFormat = V... |
sila/AtomProject | bff1db769e9289791eba4fc2e2e0001ea16708ea | change type of NumberOfMonths property to int | diff --git a/Atom.Web/DatePicker/JQDatePicker.cs b/Atom.Web/DatePicker/JQDatePicker.cs
index d30737f..bdbfd68 100644
--- a/Atom.Web/DatePicker/JQDatePicker.cs
+++ b/Atom.Web/DatePicker/JQDatePicker.cs
@@ -459,724 +459,724 @@ namespace Atom.Web.UI.WebControls.DatePicker
return (altFormat == null) ? stri... |
sila/AtomProject | 72d681e7fc7c58d620e36d038f24ed3a4bdd646d | add new properties | diff --git a/Atom.Web/DatePicker/JQDatePicker.cs b/Atom.Web/DatePicker/JQDatePicker.cs
index b6a3a57..d30737f 100644
--- a/Atom.Web/DatePicker/JQDatePicker.cs
+++ b/Atom.Web/DatePicker/JQDatePicker.cs
@@ -1,1052 +1,1182 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
... |
sila/AtomProject | 5ba4284023015030d7c9638b581253cb33b9cf64 | add new properties in JQDatePicker | diff --git a/TestApp/DatePicker.aspx b/TestApp/DatePicker.aspx
index dcb80b4..3be1f4c 100644
--- a/TestApp/DatePicker.aspx
+++ b/TestApp/DatePicker.aspx
@@ -1,24 +1,30 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DatePicker.aspx.cs" Inherits="TestApp.DatePicker" %>
<%@ Register Assembly="Atom.W... |
sila/AtomProject | 1aead54c0dbf67d07050b5f96e82393d008dd436 | add array properties in ViewState | diff --git a/Atom.Web/DatePicker/JQDatePicker.cs b/Atom.Web/DatePicker/JQDatePicker.cs
index 7e96266..b6a3a57 100644
--- a/Atom.Web/DatePicker/JQDatePicker.cs
+++ b/Atom.Web/DatePicker/JQDatePicker.cs
@@ -247,729 +247,806 @@ namespace Atom.Web.UI.WebControls.DatePicker
return (gotoCurrent == null) ? fa... |
sila/AtomProject | 929614a670674b5108a115b68da0a841bcff98ed | add README file | diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..8718e75
--- /dev/null
+++ b/README.txt
@@ -0,0 +1 @@
+The Atom project is open source project based on ASP.NET (4.0) and jQuery platform.
\ No newline at end of file
|
sila/AtomProject | fffd36188653fa3c6c14b1ce4ee8010a31653ab4 | add different form for each control | diff --git a/TestApp/Accordion.aspx b/TestApp/Accordion.aspx
new file mode 100644
index 0000000..b533b6c
--- /dev/null
+++ b/TestApp/Accordion.aspx
@@ -0,0 +1,22 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Accordion.aspx.cs" Inherits="TestApp.WebForm1" %>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHT... |
sila/AtomProject | 472edbf1557ac4e7376e153a945ccb18c13d1f0f | add int and bool properties with startup script | diff --git a/Atom.Web/DatePicker/JQDatePicker.cs b/Atom.Web/DatePicker/JQDatePicker.cs
index b9bb631..7e96266 100644
--- a/Atom.Web/DatePicker/JQDatePicker.cs
+++ b/Atom.Web/DatePicker/JQDatePicker.cs
@@ -1,867 +1,975 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
u... |
sila/AtomProject | 59481bd4d1b251e945e72dfdca732be76a9521b6 | add calendar tagprefix namespace | diff --git a/Atom.Web/Properties/AssemblyInfo.cs b/Atom.Web/Properties/AssemblyInfo.cs
index d2af537..631c6d8 100644
--- a/Atom.Web/Properties/AssemblyInfo.cs
+++ b/Atom.Web/Properties/AssemblyInfo.cs
@@ -1,44 +1,45 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropS... |
sila/AtomProject | 4736b07f81a25a7150f217632519beacc4820377 | add ShowOn enum | diff --git a/Atom.Web/DatePicker/DatePickerShowOn.cs b/Atom.Web/DatePicker/DatePickerShowOn.cs
new file mode 100644
index 0000000..711003d
--- /dev/null
+++ b/Atom.Web/DatePicker/DatePickerShowOn.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+nam... |
sila/AtomProject | 5415351ab606a9b47ff6bd630021adcc023265e0 | add Show item | diff --git a/Atom.Web/DatePicker/DatePickerAnimation.cs b/Atom.Web/DatePicker/DatePickerAnimation.cs
index a393284..7cbb985 100644
--- a/Atom.Web/DatePicker/DatePickerAnimation.cs
+++ b/Atom.Web/DatePicker/DatePickerAnimation.cs
@@ -1,26 +1,27 @@
using System;
using System.Collections.Generic;
using System.Linq... |
sila/AtomProject | c0f9330644a0a678a8a9b66d69659709e19ca4b6 | change name AnimationType to AnimationDuration | diff --git a/Atom.Web/Accordion/Animation.cs b/Atom.Web/Accordion/AccordionDuration.cs
similarity index 80%
rename from Atom.Web/Accordion/Animation.cs
rename to Atom.Web/Accordion/AccordionDuration.cs
index 0fb0ac3..971b078 100644
--- a/Atom.Web/Accordion/Animation.cs
+++ b/Atom.Web/Accordion/AccordionDuration.cs
@@ -... |
sila/AtomProject | 15cd2ee8d0bb9b65af71db13ef63b66671ae9545 | add datepicker duration enum | diff --git a/Atom.Web/DatePicker/DatePickerDuration.cs b/Atom.Web/DatePicker/DatePickerDuration.cs
new file mode 100644
index 0000000..e020289
--- /dev/null
+++ b/Atom.Web/DatePicker/DatePickerDuration.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+... |
sila/AtomProject | a09661eb019b6c11c4c8e09e0682227db48b623b | add show animation animation | diff --git a/Atom.Web/DatePicker/DatePickerAnimation.cs b/Atom.Web/DatePicker/DatePickerAnimation.cs
new file mode 100644
index 0000000..a393284
--- /dev/null
+++ b/Atom.Web/DatePicker/DatePickerAnimation.cs
@@ -0,0 +1,26 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;... |
sila/AtomProject | 40ec39a34c10dd174d36b751fb851a4f5697f43d | add DatePickerMode enum for different rendering | diff --git a/Atom.Web/DatePicker/DatePickerMode.cs b/Atom.Web/DatePicker/DatePickerMode.cs
new file mode 100644
index 0000000..a8a8094
--- /dev/null
+++ b/Atom.Web/DatePicker/DatePickerMode.cs
@@ -0,0 +1,13 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace... |
sila/AtomProject | 659f404c7b586fb98ca516409974787736edab11 | add merge show and hide animation | diff --git a/Atom.Web/Dialog/DialogAnimation.cs b/Atom.Web/Dialog/DialogAnimation.cs
new file mode 100644
index 0000000..9776cb3
--- /dev/null
+++ b/Atom.Web/Dialog/DialogAnimation.cs
@@ -0,0 +1,26 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Atom.Web... |
sila/AtomProject | f953d0d02dfce910f9cb085e1a4aada6b0ebbe2f | change name to TabAnimation | diff --git a/Atom.Web/Tabs/JqTabs.cs b/Atom.Web/Tabs/JqTabs.cs
index e4908a5..29c57ed 100644
--- a/Atom.Web/Tabs/JqTabs.cs
+++ b/Atom.Web/Tabs/JqTabs.cs
@@ -164,733 +164,733 @@ namespace Atom.Web.UI.WebControls.Tabs
{
TabsRemovingEventHandler eventHandler = (TabsRemovingEventHandler)Events[EventT... |
sila/AtomProject | 16b05b9c8bb8dee7613837a4dbc7b6d1cf66b4d5 | imnplement bool properties | diff --git a/Atom.Web/DatePicker/JQDatePicker.cs b/Atom.Web/DatePicker/JQDatePicker.cs
index 0cb9aec..4cab703 100644
--- a/Atom.Web/DatePicker/JQDatePicker.cs
+++ b/Atom.Web/DatePicker/JQDatePicker.cs
@@ -1,469 +1,642 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
u... |
sila/AtomProject | 54bab2f77c0f33d8e475a052d37daae8ea5c0a7f | add properties | diff --git a/Atom.Web/DatePicker/JQDatePicker.cs b/Atom.Web/DatePicker/JQDatePicker.cs
index b784a63..0cb9aec 100644
--- a/Atom.Web/DatePicker/JQDatePicker.cs
+++ b/Atom.Web/DatePicker/JQDatePicker.cs
@@ -1,218 +1,469 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
u... |
sila/AtomProject | 8994df4a631cd54074a3d827341c1420cb7e46ad | solution is fix | diff --git a/Atom.Web/Atom.Web.csproj b/Atom.Web/Atom.Web.csproj
index 409f1e6..b8ca360 100644
--- a/Atom.Web/Atom.Web.csproj
+++ b/Atom.Web/Atom.Web.csproj
@@ -1,103 +1,103 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/m... |
sila/AtomProject | c2ac54233d4de327bf5af2762012a7179d0fa16e | change name form DataPicker | diff --git a/Atom.Web/DatePicker/JQDatePicker.cs b/Atom.Web/DatePicker/JQDatePicker.cs
new file mode 100644
index 0000000..d697efc
--- /dev/null
+++ b/Atom.Web/DatePicker/JQDatePicker.cs
@@ -0,0 +1,21 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Web.U... |
sila/AtomProject | c0a91c0d24a0a38ded67ac2eadf6ca2cbefffd8c | add date picker designer | diff --git a/Atom.Web/DatePicker/Design/DatePickerDesigner.cs b/Atom.Web/DatePicker/Design/DatePickerDesigner.cs
new file mode 100644
index 0000000..a36e874
--- /dev/null
+++ b/Atom.Web/DatePicker/Design/DatePickerDesigner.cs
@@ -0,0 +1,16 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+... |
sila/AtomProject | 87643a2e6eed6df98be5c7132bcc6082e2fee7b3 | [!]FIX double rendering template content | diff --git a/Atom.Web/Dialog/JQDialog.cs b/Atom.Web/Dialog/JQDialog.cs
index 48bd3e7..48ae271 100644
--- a/Atom.Web/Dialog/JQDialog.cs
+++ b/Atom.Web/Dialog/JQDialog.cs
@@ -1,573 +1,566 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.UI.WebControls;
... |
sila/AtomProject | 92a3edfb38cde937e638bf0db4b7dcfddd7a01a7 | add client side visibility and hidden input fielad | diff --git a/Atom.Web/Dialog/JQDialog.cs b/Atom.Web/Dialog/JQDialog.cs
index f926ca0..9d382d0 100644
--- a/Atom.Web/Dialog/JQDialog.cs
+++ b/Atom.Web/Dialog/JQDialog.cs
@@ -1,617 +1,635 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.UI.WebControls;
... |
sila/AtomProject | bd28c75ec7ed32b76566a19ae03f039d0f8a466e | implment show/hide animation | diff --git a/Atom.Web/Dialog/DialogHideAnimation.cs b/Atom.Web/Dialog/DialogHideAnimation.cs
new file mode 100644
index 0000000..c9d1ebf
--- /dev/null
+++ b/Atom.Web/Dialog/DialogHideAnimation.cs
@@ -0,0 +1,26 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namesp... |
sila/AtomProject | caefe76bc6b976eb7fbbd39196c0caca3999cca2 | add startup js script and dialog properties | diff --git a/Atom.Web/Dialog/JQDialog.cs b/Atom.Web/Dialog/JQDialog.cs
index 8ab2190..dad8f40 100644
--- a/Atom.Web/Dialog/JQDialog.cs
+++ b/Atom.Web/Dialog/JQDialog.cs
@@ -1,100 +1,473 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.UI.WebControls;
... |
sila/AtomProject | e1eb57ce9faca9766ce5799781d63b9955cb8ab3 | add dialog postion enum | diff --git a/Atom.Web/Dialog/DialogPosition.cs b/Atom.Web/Dialog/DialogPosition.cs
new file mode 100644
index 0000000..67f6423
--- /dev/null
+++ b/Atom.Web/Dialog/DialogPosition.cs
@@ -0,0 +1,22 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Atom.Web.UI... |
sila/AtomProject | b2e96f88472d25a11e5514f456692ba72498ffb1 | add default aspx test file | diff --git a/TestApp/Default.aspx b/TestApp/Default.aspx
new file mode 100644
index 0000000..da52ab1
--- /dev/null
+++ b/TestApp/Default.aspx
@@ -0,0 +1,19 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="TestApp.Default" %>
+
+<%@ Register Assembly="Atom.Web" Namespace="Ato... |
sila/AtomProject | 80130ccb31db56a1b979e2071028470d52f41f65 | add enums of slider | diff --git a/Atom.Web/Slider/SliderAnimation.cs b/Atom.Web/Slider/SliderAnimation.cs
new file mode 100644
index 0000000..9001690
--- /dev/null
+++ b/Atom.Web/Slider/SliderAnimation.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Atom.Web... |
sila/AtomProject | ccf9435ce53e1d7d2bef70137a212a9ea89cd62d | add implmentation of startup JS script | diff --git a/Atom.Web/Slider/JQSlider.cs b/Atom.Web/Slider/JQSlider.cs
index 310f7b9..582e159 100644
--- a/Atom.Web/Slider/JQSlider.cs
+++ b/Atom.Web/Slider/JQSlider.cs
@@ -1,11 +1,388 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
+using System.Web.UI;
+using Syste... |
sila/AtomProject | f513e7c81a19ef0e7244082a20193584078f53b8 | add slider designer | diff --git a/Atom.Web/Slider/Design/SliderDesigner.cs b/Atom.Web/Slider/Design/SliderDesigner.cs
new file mode 100644
index 0000000..c3b54bf
--- /dev/null
+++ b/Atom.Web/Slider/Design/SliderDesigner.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+usi... |
sila/AtomProject | f7b2a4bc8ac573fdbe8c6f69e19a6e811d419739 | add slider tab | diff --git a/Atom.Web/Properties/AssemblyInfo.cs b/Atom.Web/Properties/AssemblyInfo.cs
index b20af0d..d2af537 100644
--- a/Atom.Web/Properties/AssemblyInfo.cs
+++ b/Atom.Web/Properties/AssemblyInfo.cs
@@ -1,43 +1,44 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropS... |
sila/AtomProject | f5636d814f4f15ee4c5e404774dba4078cd22d67 | add theme | diff --git a/TestApp/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png b/TestApp/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png
new file mode 100644
index 0000000..5b5dab2
Binary files /dev/null and b/TestApp/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png differ
diff --git a/TestApp/themes/base/images/ui-bg_flat_... |
sila/AtomProject | 43c12863a729385c850432468c7032383d7a9182 | aditional information | diff --git a/Doc.txt b/Doc.txt
new file mode 100644
index 0000000..9424259
--- /dev/null
+++ b/Doc.txt
@@ -0,0 +1,22 @@
+Accordion tag structure
+
+<Accordion>
+ <Item>
+ <Header Text="Text" TargetURL="google.com"/>
+ <Template>
+ //content
+ </Template>
+ </Item>
+ <Item>
+ <Header/>
+ <Template>
+... |
sila/AtomProject | 9d39391f7746fd9222649987b8d1499da4eea91b | assebmly info | diff --git a/Atom.Web/Properties/AssemblyInfo.cs b/Atom.Web/Properties/AssemblyInfo.cs
index f359bd8..b20af0d 100644
--- a/Atom.Web/Properties/AssemblyInfo.cs
+++ b/Atom.Web/Properties/AssemblyInfo.cs
@@ -1,36 +1,43 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropS... |
sila/AtomProject | 257ad2efed70049d59ffa203057ae91bfd9f53d8 | add datepicer | diff --git a/Atom.Web/DatePicker/JQDataPicker.cs b/Atom.Web/DatePicker/JQDataPicker.cs
new file mode 100644
index 0000000..7c5ecc5
--- /dev/null
+++ b/Atom.Web/DatePicker/JQDataPicker.cs
@@ -0,0 +1,11 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Atom.... |
sila/AtomProject | 7f887e95b0cdcc267ef336de7b6cd6bf62d90a95 | add autocomplete | diff --git a/Atom.Web/AutoComplete/JQAutoComplete.cs b/Atom.Web/AutoComplete/JQAutoComplete.cs
new file mode 100644
index 0000000..5be7392
--- /dev/null
+++ b/Atom.Web/AutoComplete/JQAutoComplete.cs
@@ -0,0 +1,11 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+nam... |
sila/AtomProject | 719b2e67d1470512a7c7e3bc4ae681759d10fc3d | add button | diff --git a/Atom.Web/Button/ButtonType.cs b/Atom.Web/Button/ButtonType.cs
new file mode 100644
index 0000000..0b9c859
--- /dev/null
+++ b/Atom.Web/Button/ButtonType.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Atom.Web.UI.WebControls... |
sila/AtomProject | ca749c751e6020eda404085601e90c99cd2c5765 | add progresbar | diff --git a/Atom.Web/Progressbar/Design/ProgressbarDesigner.cs b/Atom.Web/Progressbar/Design/ProgressbarDesigner.cs
new file mode 100644
index 0000000..1127355
--- /dev/null
+++ b/Atom.Web/Progressbar/Design/ProgressbarDesigner.cs
@@ -0,0 +1,108 @@
+using System;
+using System.Collections.Generic;
+using System.L... |
sila/AtomProject | bf80492c2ea1b3e7744adf4ef498c2ab5b9f0f79 | add slider control | diff --git a/Atom.Web/Slider/JQSlider.cs b/Atom.Web/Slider/JQSlider.cs
new file mode 100644
index 0000000..310f7b9
--- /dev/null
+++ b/Atom.Web/Slider/JQSlider.cs
@@ -0,0 +1,11 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Atom.Web.UI.WebControls.Slide... |
sila/AtomProject | 141c8a479b5499b2d65f0cf23e12d631227c0942 | add tabs contol | diff --git a/Atom.Web/Tabs/AnimationType.cs b/Atom.Web/Tabs/AnimationType.cs
new file mode 100644
index 0000000..6f7c7b2
--- /dev/null
+++ b/Atom.Web/Tabs/AnimationType.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Atom.Web.UI.WebContr... |
sila/AtomProject | e897b0d1bdc413201a935a3e9bfe785c35add1d5 | add accordion contol | diff --git a/Atom.Web/Accordion/Animation.cs b/Atom.Web/Accordion/Animation.cs
new file mode 100644
index 0000000..0fb0ac3
--- /dev/null
+++ b/Atom.Web/Accordion/Animation.cs
@@ -0,0 +1,14 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+
+namespace Atom.Web.UI.WebCo... |
ensaiosclinicos/clinicaltrials | 717f24870946631558f540c38b4c5a0879fdbf97 | remove condition that disable "/static/" when DEBUG=False, fix #80 | diff --git a/clinicaltrials/urls.py b/clinicaltrials/urls.py
index c838e27..b448911 100644
--- a/clinicaltrials/urls.py
+++ b/clinicaltrials/urls.py
@@ -1,48 +1,45 @@
from django.conf.urls.defaults import *
-import utilities
-
from django.contrib import admin # Django admin UI
admin.autodiscover() # Dj... |
ensaiosclinicos/clinicaltrials | db983ac3237c6d11df6a51459c21354980e23d1a | don't clone help buttons, refers #71 | diff --git a/clinicaltrials/static/css/style.css b/clinicaltrials/static/css/style.css
index cc0bed8..c0cfbfd 100644
--- a/clinicaltrials/static/css/style.css
+++ b/clinicaltrials/static/css/style.css
@@ -1,361 +1,360 @@
body {
height: 100%;
margin: 0;
padding: 0;
text-align: left;
font: ... |
ensaiosclinicos/clinicaltrials | 455a7bfb40f911bd1df8cc4b048aa172de3d8bb5 | Script to copy files from bk folder to fixtures folder | diff --git a/clinicaltrials/tools/recoverbk.sh b/clinicaltrials/tools/recoverbk.sh
new file mode 100755
index 0000000..18e5464
--- /dev/null
+++ b/clinicaltrials/tools/recoverbk.sh
@@ -0,0 +1,14 @@
+dir=`dirname $0`;
+for i in `ls -1 $dir/bkp`;
+do
+ appname=`cut -d'.' -f1 <<< $i`;
+ target="$dir/../$appname/fixt... |
ensaiosclinicos/clinicaltrials | 31e7f8200481ba8d5b06908b340b2b97e95ca748 | create a dir for 'bkp' is needed | diff --git a/clinicaltrials/tools/dumpall.sh b/clinicaltrials/tools/dumpall.sh
index 780f132..587e380 100644
--- a/clinicaltrials/tools/dumpall.sh
+++ b/clinicaltrials/tools/dumpall.sh
@@ -1,16 +1,17 @@
#!/bin/bash
+mkdir bkp
../manage.py dumpdata --indent=2 assistance > bkp/assistance.json
../manage.py dumpdata --i... |
ensaiosclinicos/clinicaltrials | 4f02569c3c49c361df49efe43e37a148c2418aa8 | added backup script; removed empty models.py from decsclient app | diff --git a/clinicaltrials/decsclient/models.py b/clinicaltrials/decsclient/models.py
deleted file mode 100755
index 71a8362..0000000
--- a/clinicaltrials/decsclient/models.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from django.db import models
-
-# Create your models here.
diff --git a/clinicaltrials/tools/dumpall.sh b/clinic... |
ensaiosclinicos/clinicaltrials | 7488cfe0728bf896b2c81077fa889d12e587e716 | fix partially the id for cluetip | diff --git a/clinicaltrials/repository/trds_forms.py b/clinicaltrials/repository/trds_forms.py
index 8ce132e..eeb0c64 100644
--- a/clinicaltrials/repository/trds_forms.py
+++ b/clinicaltrials/repository/trds_forms.py
@@ -1,367 +1,367 @@
#coding: utf-8
from assistance.models import FieldHelp
from vocabulary.models ... |
ensaiosclinicos/clinicaltrials | 1734613d9af0337211f069b4a5ca210ff4e1931b | unecessary line causes 404 error | diff --git a/clinicaltrials/static/css/jquery.cluetip.css b/clinicaltrials/static/css/jquery.cluetip.css
index 962e703..51d10f9 100644
--- a/clinicaltrials/static/css/jquery.cluetip.css
+++ b/clinicaltrials/static/css/jquery.cluetip.css
@@ -1,230 +1,230 @@
/* global */
#cluetip-close img {
border: 0;
}
#cluetip-... |
ensaiosclinicos/clinicaltrials | d3ab7fbe1ae4aca4087edb26bfde8b2cfdf24068 | Provide a cool tooltip that enhance and complete #71 | diff --git a/clinicaltrials/repository/templates/repository/step_2.html b/clinicaltrials/repository/templates/repository/step_2.html
index 6bbcee2..20b8b80 100644
--- a/clinicaltrials/repository/templates/repository/step_2.html
+++ b/clinicaltrials/repository/templates/repository/step_2.html
@@ -1,79 +1,75 @@
{% exten... |
ensaiosclinicos/clinicaltrials | 7ff96ed3c917fd566e1d4bec2dd55a23480bde92 | Close script tag to avoid html parsing corruption. | diff --git a/clinicaltrials/templates/base.html b/clinicaltrials/templates/base.html
index c761beb..4fad4ec 100644
--- a/clinicaltrials/templates/base.html
+++ b/clinicaltrials/templates/base.html
@@ -1,116 +1,116 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http... |
ensaiosclinicos/clinicaltrials | fe60ce02ea554ea0b5da4cead69b77fe8b3141de | fix js bug in submission.utils.js and fix #66 | diff --git a/clinicaltrials/repository/templates/repository/step_3.html b/clinicaltrials/repository/templates/repository/step_3.html
index 1d57d44..12599ae 100644
--- a/clinicaltrials/repository/templates/repository/step_3.html
+++ b/clinicaltrials/repository/templates/repository/step_3.html
@@ -1,75 +1,67 @@
{% exten... |
ensaiosclinicos/clinicaltrials | df20f0637f14c9f7acb586cc299c47e33b3f3a50 | remove xml file field from submission form and model | diff --git a/clinicaltrials/reviewapp/models.py b/clinicaltrials/reviewapp/models.py
index b228e27..77bcb9a 100644
--- a/clinicaltrials/reviewapp/models.py
+++ b/clinicaltrials/reviewapp/models.py
@@ -1,95 +1,93 @@
from django.db import models
from django.contrib.auth.models import User
from django.utils.translati... |
ensaiosclinicos/clinicaltrials | 15e7fea4fcc7a8274c0b0607136a867192ddccf4 | filter submission list by logged user | diff --git a/clinicaltrials/reviewapp/views.py b/clinicaltrials/reviewapp/views.py
index 71baf02..8536a37 100644
--- a/clinicaltrials/reviewapp/views.py
+++ b/clinicaltrials/reviewapp/views.py
@@ -1,80 +1,83 @@
# coding: utf-8
from django.core.urlresolvers import reverse
from django.shortcuts import render_to_resp... |
ensaiosclinicos/clinicaltrials | 63bbca65194548d595b7fbcba2ee7c06b3ab4d8b | initial scripts for testing email-based registration | diff --git a/clinicaltrials/reviewapp/test/getmail.py b/clinicaltrials/reviewapp/test/getmail.py
new file mode 100755
index 0000000..869b98f
--- /dev/null
+++ b/clinicaltrials/reviewapp/test/getmail.py
@@ -0,0 +1,33 @@
+#!/usr/bin/env python
+
+from poplib import POP3_SSL
+from email import message_from_string
+from em... |
ensaiosclinicos/clinicaltrials | 0df01838af36fefc2cc00b5b67773c425640945c | started development of test script for trialist account creation; removed country data from vocabulary fixture (it can be created using tools/load_cc_trans.py); removed gettext usage from settings.py | diff --git a/clinicaltrials/settings.py b/clinicaltrials/settings.py
index acb56ee..71c5f77 100644
--- a/clinicaltrials/settings.py
+++ b/clinicaltrials/settings.py
@@ -1,144 +1,143 @@
# -*- encoding: utf-8 -*-
# Django settings for clinicaltrials project.
import os
-from django.utils.translation import ugettext_l... |
ensaiosclinicos/clinicaltrials | 072662700794dea34f6536864259b2cb36cc70a2 | added django_site records for test, staging and production environments; added comments to settings.py the SITE_ID setting | diff --git a/clinicaltrials/fixtures/initial_data.json b/clinicaltrials/fixtures/initial_data.json
index d48a08f..e6e9734 100644
--- a/clinicaltrials/fixtures/initial_data.json
+++ b/clinicaltrials/fixtures/initial_data.json
@@ -1,10 +1,26 @@
[
{
"pk": 2,
"model": "sites.site",
+ "fields": {
+ "... |
ensaiosclinicos/clinicaltrials | d0d09a2dfad5ec8eb6b31d7a6cd61d81b360ae5d | fixed svn command in sysinfo diagnostic view | diff --git a/clinicaltrials/diagnostic/views.py b/clinicaltrials/diagnostic/views.py
index 6b4a937..59c47bd 100755
--- a/clinicaltrials/diagnostic/views.py
+++ b/clinicaltrials/diagnostic/views.py
@@ -1,66 +1,68 @@
from django.http import HttpResponse
from django.contrib.auth.decorators import user_passes_test
def... |
ensaiosclinicos/clinicaltrials | 1cc2f06b57bf1c79232d17feb4c627d96a205e43 | added django.contrib.sites info to sys info view | diff --git a/clinicaltrials/diagnostic/views.py b/clinicaltrials/diagnostic/views.py
index 16363e2..6b4a937 100755
--- a/clinicaltrials/diagnostic/views.py
+++ b/clinicaltrials/diagnostic/views.py
@@ -1,55 +1,66 @@
from django.http import HttpResponse
from django.contrib.auth.decorators import user_passes_test
def... |
ensaiosclinicos/clinicaltrials | a770bc02d6609df06f2a2c93d8c2a670c37d0f3f | first version of json export from admin | diff --git a/clinicaltrials/assistance/admin.py b/clinicaltrials/assistance/admin.py
index 2ff6cc0..37e3a35 100644
--- a/clinicaltrials/assistance/admin.py
+++ b/clinicaltrials/assistance/admin.py
@@ -1,41 +1,45 @@
from django.contrib import admin
from assistance.models import *
-from utilities import safe_truncate
+... |
ensaiosclinicos/clinicaltrials | f1e5feac93d8e42f22f666a34ab833a58ac60d30 | created package and added e-mail check for diagnostic; removed local copy of jquery, replacing with URL for serving from Google, along with JQuery UI | diff --git a/clinicaltrials/diagnostic/__init__.py b/clinicaltrials/diagnostic/__init__.py
new file mode 100755
index 0000000..e69de29
diff --git a/clinicaltrials/diagnostic/urls.py b/clinicaltrials/diagnostic/urls.py
new file mode 100644
index 0000000..2597f33
--- /dev/null
+++ b/clinicaltrials/diagnostic/urls.py
@@ -... |
ensaiosclinicos/clinicaltrials | 6ecf2dfd665ca56dfda56573000c69f231a6bd5d | prepare reviwe app view for django signal | diff --git a/clinicaltrials/load.py b/clinicaltrials/load.py
deleted file mode 100644
index 89c50e8..0000000
--- a/clinicaltrials/load.py
+++ /dev/null
@@ -1,139 +0,0 @@
-import re
-from lxml.etree import ElementTree
-
-from django.core.management import setup_environ
-import settings
-setup_environ(settings)
-
-from v... |
ensaiosclinicos/clinicaltrials | 39d339009e8fb7823f1b903472791da2341d3faa | refactored application path to make it easier to edit | diff --git a/clinicaltrials/apache/app/production.wsgi b/clinicaltrials/apache/app/production.wsgi
index 3fa5287..b05f9fc 100644
--- a/clinicaltrials/apache/app/production.wsgi
+++ b/clinicaltrials/apache/app/production.wsgi
@@ -1,9 +1,12 @@
+INSTALL_BASE = '/home/aplicacoes-bvs/ensaiosclinicos'
+
+PROJECT_NAME = 'clin... |
ensaiosclinicos/clinicaltrials | 14422b58ddd1685bc8938aa7a1845e741a518d9e | fixed installation paths in httpd.conf file | diff --git a/clinicaltrials/apache/httpd.conf b/clinicaltrials/apache/httpd.conf
index 0bcbbac..ab43a2f 100644
--- a/clinicaltrials/apache/httpd.conf
+++ b/clinicaltrials/apache/httpd.conf
@@ -1,30 +1,30 @@
<VirtualHost 172.17.1.5X:80>
- ServerName rebrac.XXX.bvsalud.org
+ ServerName ec.XXX.bvsalud.org
SetEnv PYT... |
ensaiosclinicos/clinicaltrials | a36bac5472eabea1a71221f84ec2755c7f3dc3a8 | added error templates; refactored e-mail settings | diff --git a/clinicaltrials/settings.py b/clinicaltrials/settings.py
index 57bb5bf..c88058c 100644
--- a/clinicaltrials/settings.py
+++ b/clinicaltrials/settings.py
@@ -1,145 +1,140 @@
# -*- encoding: utf-8 -*-
# Django settings for clinicaltrials project.
import os
from django.utils.translation import ugettext_l... |
ensaiosclinicos/clinicaltrials | a51b57495e7f54ed89be9d7ca51e56bc7feafab6 | user registration fixed; added script prefix middleware to produce full absolute URL for activation | diff --git a/clinicaltrials/apache/httpd-devel.conf b/clinicaltrials/apache/httpd-devel.conf
index 8a8301e..c245782 100644
--- a/clinicaltrials/apache/httpd-devel.conf
+++ b/clinicaltrials/apache/httpd-devel.conf
@@ -1,30 +1,31 @@
<VirtualHost 127.0.1.1:80>
- ServerName zhun
+ ServerName ubuntu
SetEnv PYTHON_EGG_... |
ensaiosclinicos/clinicaltrials | a629c0de576bc22ba27e0e9ad4ea95859d8439a4 | revised httpd.conf files and utilities for checking deployment status | diff --git a/clinicaltrials/apache/app/devel.wsgi b/clinicaltrials/apache/app/devel.wsgi
index 86108aa..049114f 100644
--- a/clinicaltrials/apache/app/devel.wsgi
+++ b/clinicaltrials/apache/app/devel.wsgi
@@ -1,9 +1,9 @@
import os, sys
-sys.path.append('/home/aplicacoes-bvs/rebrac-alfa/clinicaltrials')
-sys.path.appen... |
ensaiosclinicos/clinicaltrials | d5af7d849bdfc10525ae0292e6631196810ea084 | starting the help icons | diff --git a/clinicaltrials/repository/templates/repository/attachments.html b/clinicaltrials/repository/templates/repository/attachments.html
index 2ea12fa..353a65f 100644
--- a/clinicaltrials/repository/templates/repository/attachments.html
+++ b/clinicaltrials/repository/templates/repository/attachments.html
@@ -1,7... |
ensaiosclinicos/clinicaltrials | 59431382533887a3f91b2209f08765e0b93c57eb | change label "step" for "part" | diff --git a/clinicaltrials/repository/templates/repository/submission_step.html b/clinicaltrials/repository/templates/repository/submission_step.html
index b45e745..584a6a8 100644
--- a/clinicaltrials/repository/templates/repository/submission_step.html
+++ b/clinicaltrials/repository/templates/repository/submission_s... |
ensaiosclinicos/clinicaltrials | 2726e811908bcd1705dfeb87c5be8746fd22d440 | images for last commit | diff --git a/clinicaltrials/static/add.png b/clinicaltrials/static/add.png
new file mode 100644
index 0000000..323edb0
Binary files /dev/null and b/clinicaltrials/static/add.png differ
diff --git a/clinicaltrials/static/bireme.gif b/clinicaltrials/static/bireme.gif
new file mode 100644
index 0000000..d174f50
Binary fil... |
ensaiosclinicos/clinicaltrials | 73b01e0aa329a58ed8e83c7761d51ec65bc7b3c6 | Fix javascript on gov bar; change style for the new trial button; change banner for something that looks like proqualis.net | diff --git a/clinicaltrials/reviewapp/templates/reviewapp/submission_list.html b/clinicaltrials/reviewapp/templates/reviewapp/submission_list.html
index e63f767..cdc8b67 100644
--- a/clinicaltrials/reviewapp/templates/reviewapp/submission_list.html
+++ b/clinicaltrials/reviewapp/templates/reviewapp/submission_list.html... |
ensaiosclinicos/clinicaltrials | 16b4f7d562cdae1b7d6a9d1aa6a0001e075cf711 | changed production wsgi script to reflect new dir structure | diff --git a/clinicaltrials/apache/app/production.wsgi b/clinicaltrials/apache/app/production.wsgi
index 86108aa..3fa5287 100644
--- a/clinicaltrials/apache/app/production.wsgi
+++ b/clinicaltrials/apache/app/production.wsgi
@@ -1,9 +1,9 @@
import os, sys
-sys.path.append('/home/aplicacoes-bvs/rebrac-alfa/clinicaltria... |
ensaiosclinicos/clinicaltrials | d67ca2cf308772fe285439bad063b21d340e7376 | adjustment in stepmenu layout | diff --git a/clinicaltrials/static/css/style.css b/clinicaltrials/static/css/style.css
index 04547e3..64779d7 100644
--- a/clinicaltrials/static/css/style.css
+++ b/clinicaltrials/static/css/style.css
@@ -1,312 +1,315 @@
body {
height: 100%;
margin-top: 0px;
padding: 0;
text-align: left;
... |
ensaiosclinicos/clinicaltrials | 0ed95c84e6c57a2d3891021acd609ad4aa0d9d02 | Adjustments for bar of brazilian government and added a footer | diff --git a/clinicaltrials/static/css/brasil.gif b/clinicaltrials/static/css/brasil.gif
new file mode 100644
index 0000000..a0055df
Binary files /dev/null and b/clinicaltrials/static/css/brasil.gif differ
diff --git a/clinicaltrials/static/css/ms.gif b/clinicaltrials/static/css/ms.gif
new file mode 100644
index 000000... |
ensaiosclinicos/clinicaltrials | abfa5de7c2b3988b792553bc7abbd0293d0a4055 | script to import trial from xml files | diff --git a/clinicaltrials/load.py b/clinicaltrials/load.py
index a5cb3e5..89c50e8 100644
--- a/clinicaltrials/load.py
+++ b/clinicaltrials/load.py
@@ -1,105 +1,139 @@
import re
from lxml.etree import ElementTree
from django.core.management import setup_environ
import settings
setup_environ(settings)
-from vo... |
ensaiosclinicos/clinicaltrials | 4a695c6a973b14d8b0b594df96ea181927b29048 | Equalize RecruitmentStatus labels with options in DTD | diff --git a/clinicaltrials/vocabulary/fixtures/initial_data.json b/clinicaltrials/vocabulary/fixtures/initial_data.json
index 2fcfcba..f2fae24 100644
--- a/clinicaltrials/vocabulary/fixtures/initial_data.json
+++ b/clinicaltrials/vocabulary/fixtures/initial_data.json
@@ -11691,884 +11691,884 @@
"submission_lang... |
ensaiosclinicos/clinicaltrials | 380cd4cf54d6db98f00b957e6275b0d9f3a59475 | the bar of brazilian government | diff --git a/clinicaltrials/templates/base.html b/clinicaltrials/templates/base.html
index 5d510ea..d184cab 100644
--- a/clinicaltrials/templates/base.html
+++ b/clinicaltrials/templates/base.html
@@ -1,77 +1,104 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http... |
ensaiosclinicos/clinicaltrials | 03d3c6bcb4a94c8bf4ef43d24c5eacac46730a25 | link to register | diff --git a/clinicaltrials/templates/base.html b/clinicaltrials/templates/base.html
index 44c4dac..5d510ea 100644
--- a/clinicaltrials/templates/base.html
+++ b/clinicaltrials/templates/base.html
@@ -1,74 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:... |
ensaiosclinicos/clinicaltrials | fb933bf613a497c3cefbe85b9780d5b705fd3c02 | major renaming registry->repository | diff --git a/clinicaltrials/dbpython.py b/clinicaltrials/dbpython.py
index 842fcfb..32411a5 100644
--- a/clinicaltrials/dbpython.py
+++ b/clinicaltrials/dbpython.py
@@ -1,8 +1,8 @@
#!/usr/bin/env bpython
from django.core.management import setup_environ
import settings
setup_environ(settings)
-from registry.models... |
ensaiosclinicos/clinicaltrials | ffb44144cf73b2a2ae04fedca7625853c234d3b6 | registration implemented from account creation to sending e-mail | diff --git a/clinicaltrials/fixtures/initial_data.json b/clinicaltrials/fixtures/initial_data.json
new file mode 100644
index 0000000..d48a08f
--- /dev/null
+++ b/clinicaltrials/fixtures/initial_data.json
@@ -0,0 +1,10 @@
+[
+ {
+ "pk": 2,
+ "model": "sites.site",
+ "fields": {
+ "domain": "ec.homolog.... |
ensaiosclinicos/clinicaltrials | b3955069bbd2cc0abc1c4df03bf8c72ee15db262 | put the lxml for decsclient; start scratch for xml upload; change css for stepmenu | diff --git a/clinicaltrials/decsclient/views.py b/clinicaltrials/decsclient/views.py
index 1fb313f..daa7afb 100755
--- a/clinicaltrials/decsclient/views.py
+++ b/clinicaltrials/decsclient/views.py
@@ -1,53 +1,51 @@
from django.conf import settings
from django.http import HttpResponse
from django.shortcuts import ren... |
ensaiosclinicos/clinicaltrials | d65da3979795b5039bccb413924637a9dfc8eb2d | added initial registration templates | diff --git a/clinicaltrials/registration/registration/activate.html b/clinicaltrials/registration/registration/activate.html
new file mode 100644
index 0000000..e69de29
diff --git a/clinicaltrials/registration/registration/activation_complete.html b/clinicaltrials/registration/registration/activation_complete.html
new ... |
ensaiosclinicos/clinicaltrials | a8d0051a45929a0ef19caac582a26a586eec0699 | added django-registration app | diff --git a/clinicaltrials/activation/READ-ME.txt b/clinicaltrials/activation/READ-ME.txt
deleted file mode 100644
index 9d27f8f..0000000
--- a/clinicaltrials/activation/READ-ME.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-This activation/ directory was created as a copy of the directory:
-
-django-registration/registration/bac... |
ensaiosclinicos/clinicaltrials | 8b33d28e829900fcc3bb1bbde4af731671b64a57 | added django-registration user account activation functionality | diff --git a/clinicaltrials/activation/READ-ME.txt b/clinicaltrials/activation/READ-ME.txt
new file mode 100644
index 0000000..9d27f8f
--- /dev/null
+++ b/clinicaltrials/activation/READ-ME.txt
@@ -0,0 +1,5 @@
+This activation/ directory was created as a copy of the directory:
+
+django-registration/registration/backend... |
ensaiosclinicos/clinicaltrials | 17eb52e423189fa580fd216f4c6e6645febed1cb | reorganizing project documents | diff --git a/docs/attic/initial-milestones.txt b/docs/attic/initial-milestones.txt
new file mode 100644
index 0000000..2ba58ce
--- /dev/null
+++ b/docs/attic/initial-milestones.txt
@@ -0,0 +1,129 @@
+===================
+Initial milestones
+===================
+
+NOTE: these were superseded by a later Work Breakdown An... |
ensaiosclinicos/clinicaltrials | 0643faf4fd2d8f8931887eb2a3ca4c6d0c6c6643 | missed javascript library | diff --git a/clinicaltrials/static/attachments/submission.utils.js b/clinicaltrials/static/attachments/submission.utils.js
new file mode 100755
index 0000000..c145f2c
--- /dev/null
+++ b/clinicaltrials/static/attachments/submission.utils.js
@@ -0,0 +1,117 @@
+/**
+ * Clone form elements in Django forms. JQuery
+ * is r... |
ensaiosclinicos/clinicaltrials | 83a1fe29a9bca846de33c74e3f58b8f8b53dfa51 | Modifications on banner and on TrialSummary table | diff --git a/clinicaltrials/registry/templates/registry/trial_index.html b/clinicaltrials/registry/templates/registry/trial_index.html
index bd8fa9c..a87c4ea 100644
--- a/clinicaltrials/registry/templates/registry/trial_index.html
+++ b/clinicaltrials/registry/templates/registry/trial_index.html
@@ -1,25 +1,25 @@
{% e... |
ensaiosclinicos/clinicaltrials | 3d60ca910bf3fb2f3a027773b52039f0742a360f | add classes on help divs | diff --git a/clinicaltrials/registry/trds_forms.py b/clinicaltrials/registry/trds_forms.py
index 4eb4ceb..621b04c 100644
--- a/clinicaltrials/registry/trds_forms.py
+++ b/clinicaltrials/registry/trds_forms.py
@@ -1,363 +1,364 @@
#coding: utf-8
from assistance.models import FieldHelp
from vocabulary.models import C... |
ComputerDruid/ai-othello | af5e2dbd51ed5c30cbd4ce8a7feeee4b23e4e576 | added the beginnings of my own ai and an example of a malicious one | diff --git a/druidAI.py b/druidAI.py
new file mode 100644
index 0000000..cce7537
--- /dev/null
+++ b/druidAI.py
@@ -0,0 +1,65 @@
+black, white, empty, outer = 1, 2, 0, 3
+directions = [-11, -10, -9, -1, 1, 9, 10, 11]
+
+def bracket(board, player, square):
+ opp = opponent_color(player)
+ for d in directions:
+ k = squ... |
ComputerDruid/ai-othello | 9483c391856bc3ec2ab836b86ca2bd9f1f874dcd | Added initial files | diff --git a/ailist.txt b/ailist.txt
new file mode 100644
index 0000000..2501d1c
--- /dev/null
+++ b/ailist.txt
@@ -0,0 +1,2 @@
+jrandom
+jlowest
diff --git a/human.py b/human.py
new file mode 100644
index 0000000..a706abf
--- /dev/null
+++ b/human.py
@@ -0,0 +1,54 @@
+black, white, empty, outer = 1, 2, 0, 3
+direction... |
stas/axente | d3d5826e51abb5b3cef8898f1a0440f898eebbfd | Initial import of axente, a thematic theme | diff --git a/img/banner.jpg b/img/banner.jpg
new file mode 100644
index 0000000..755b349
Binary files /dev/null and b/img/banner.jpg differ
diff --git a/img/bckg.gif b/img/bckg.gif
new file mode 100644
index 0000000..cdf58d5
Binary files /dev/null and b/img/bckg.gif differ
diff --git a/img/menubutton.gif b/img/menubutt... |
balp/RPLogTool | a51f6ec4f1775512543d7574355a38669edcffab | Fix null poiter problem with empty logs | diff --git a/src/se/arnholm/rplogtool/server/LogCleaner.java b/src/se/arnholm/rplogtool/server/LogCleaner.java
index 3e5b01c..5d29d53 100644
--- a/src/se/arnholm/rplogtool/server/LogCleaner.java
+++ b/src/se/arnholm/rplogtool/server/LogCleaner.java
@@ -1,256 +1,271 @@
package se.arnholm.rplogtool.server;
import jav... |
balp/RPLogTool | bff95c7a1be66efbcbe954db1596dd40fea4cbea | Added optoins to expand /me and remove all CCS text | diff --git a/src/se/arnholm/rplogtool/client/GreetingService.java b/src/se/arnholm/rplogtool/client/GreetingService.java
index 04e3087..448be07 100644
--- a/src/se/arnholm/rplogtool/client/GreetingService.java
+++ b/src/se/arnholm/rplogtool/client/GreetingService.java
@@ -1,12 +1,12 @@
package se.arnholm.rplogtool.cli... |
balp/RPLogTool | 1f5b4b743d7c65f1e9f299d652c26739f442a5db | Make new style, Firestorm logs be filters, off off oline and online messages. | diff --git a/.settings/com.google.gwt.eclipse.core.prefs b/.settings/com.google.gwt.eclipse.core.prefs
index c75eeef..fe0bdc6 100644
--- a/.settings/com.google.gwt.eclipse.core.prefs
+++ b/.settings/com.google.gwt.eclipse.core.prefs
@@ -1,4 +1,5 @@
-#Thu Sep 16 19:16:29 CEST 2010
+#Tue Aug 09 21:22:58 CEST 2011
eclips... |
balp/RPLogTool | fdd965d8f368f5123e7f6947d7d0405fb29a6b2b | Added a CR Template style. | diff --git a/src/se/arnholm/rplogtool/client/GreetingService.java b/src/se/arnholm/rplogtool/client/GreetingService.java
index 120d3d6..04e3087 100644
--- a/src/se/arnholm/rplogtool/client/GreetingService.java
+++ b/src/se/arnholm/rplogtool/client/GreetingService.java
@@ -1,12 +1,12 @@
package se.arnholm.rplogtool.cli... |
balp/RPLogTool | 57e3664361c30caded906c581ebf2671ed48b083 | Fix some bugs with logs passing midnight and no date in logs | diff --git a/src/se/arnholm/rplogtool/server/LogCleaner.java b/src/se/arnholm/rplogtool/server/LogCleaner.java
index 9fddc7a..759b000 100644
--- a/src/se/arnholm/rplogtool/server/LogCleaner.java
+++ b/src/se/arnholm/rplogtool/server/LogCleaner.java
@@ -1,240 +1,242 @@
package se.arnholm.rplogtool.server;
import jav... |
balp/RPLogTool | 15436ff25348f68d91a0eed51f832015df253ada | added a .gitignore for autogenerated google code stuff | diff --git a/war/.gitignore b/war/.gitignore
new file mode 100644
index 0000000..7ae9b01
--- /dev/null
+++ b/war/.gitignore
@@ -0,0 +1 @@
+/rplogtool
|
balp/RPLogTool | 28bdeccf022a8295fdefd7751c70a0344aaae3e2 | Fix a bug, with nullpointer for unpased log lines | diff --git a/test/se/arnholm/rplogtool/shared/LogCleanerTest.java b/test/se/arnholm/rplogtool/shared/LogCleanerTest.java
index 506789c..a1c7a53 100644
--- a/test/se/arnholm/rplogtool/shared/LogCleanerTest.java
+++ b/test/se/arnholm/rplogtool/shared/LogCleanerTest.java
@@ -1,338 +1,368 @@
package se.arnholm.rplogtool.s... |
balp/RPLogTool | 8c0bce41fe6281c315255a2cfc3af80a10ad4e0d | New interface easier to comy from | diff --git a/src/se/arnholm/rplogtool/client/RPLogTool.java b/src/se/arnholm/rplogtool/client/RPLogTool.java
index 8e1f8c4..9cf14a1 100644
--- a/src/se/arnholm/rplogtool/client/RPLogTool.java
+++ b/src/se/arnholm/rplogtool/client/RPLogTool.java
@@ -1,159 +1,180 @@
package se.arnholm.rplogtool.client;
import se.arnh... |
balp/RPLogTool | fd5d50d9232393fba544ba1e480ffb0e0db0f51e | Remove some OOC and other system messages | diff --git a/src/se/arnholm/rplogtool/server/LogCleaner.java b/src/se/arnholm/rplogtool/server/LogCleaner.java
index 5d6b124..873a539 100644
--- a/src/se/arnholm/rplogtool/server/LogCleaner.java
+++ b/src/se/arnholm/rplogtool/server/LogCleaner.java
@@ -1,151 +1,191 @@
package se.arnholm.rplogtool.server;
import jav... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.