Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit a8587b6

Browse files
author
Matthias Koeppe
committed
Update using trac-to-github @ 03d5bd9
1 parent 5334bd0 commit a8587b6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3688
-3610
lines changed

CategoriesCategoriesReview.md

+4-19
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@ Here are the categories/files which still need a review. They are all
44
essentially empty and already 100% doctested, so the review should be
55
super quick. David Kohel, Javier, or whoever please go ahead!
66

7-
87
```
98
groupoid (positive prereview - Florent; Robert: please double check)
109
```
1110

12-
1311
Everything below has a positive review.
1412

15-
------------------------------------------------------------------------------
13+
---
1614
Franco Saliola:
1715

18-
1916
```
2017
semigroups (positive review)
2118
examples/semigroups (positive review)
@@ -26,8 +23,6 @@ examples/finite_semigroups (positive review)
2623
finite_semigroups (positive review)
2724
```
2825

29-
30-
3126
```
3227
finite_monoids (positive review - Florent)
3328
examples/finite_monoids (positive review - Florent)
@@ -38,11 +33,9 @@ examples/commutative_additive_monoids (positive review - Florent)
3833
commutative_additive_groups (positive review - Florent)
3934
```
4035

41-
42-
------------------------------------------------------------------------------
36+
---
4337
Nicolas (code by Florent)
4438

45-
4639
```
4740
examples/sets_cat (positive review)
4841
@@ -53,19 +46,16 @@ infinite_enumerated_sets (positive review)
5346
examples/infinite_enumerated_sets (positive review)
5447
```
5548

56-
57-
------------------------------------------------------------------------------
49+
---
5850
Jason Bandlow:
5951

6052
```
6153
modules_with_basis (positive review)
6254
```
6355

64-
65-
------------------------------------------------------------------------------
56+
---
6657
Florent:
6758

68-
6959
```
7060
all (positive review - Florent)
7161
basic (positive review - Florent)
@@ -104,10 +94,8 @@ graded_modules_with_basis (positive review -- Essentially empt
10494
group_algebras (Positive review -- Essentially empty)
10595
```
10696

107-
10897
David and Javier:
10998

110-
11199
```
112100
algebra_ideals (positive review - Javier)
113101
algebra_modules (positive review - Javier)
@@ -146,7 +134,6 @@ unique_factorization_domains (positive review - Javier)
146134
vector_space (positive review - Javier)
147135
```
148136

149-
150137
Florent: The two following aim to define operads over some ring. I
151138
marked them to be discussed since they are essentially empty and that
152139
if we want to have operads say in the category of sets then we will
@@ -160,9 +147,7 @@ framework may allow for a better design. I'll split them out in a
160147
separate patch, and we will see in the future what we will do with
161148
them when we will have concrete examples.
162149

163-
164150
```
165151
operads (100% doctest) (postponed for later)
166152
operads_with_basis (100% doctest) (postponed for later)
167153
```
168-

CategoriesRoadMap.md

+66-68
Large diffs are not rendered by default.

Cygwin64Port.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
The 64-bit version of Cygwin, also known as Cygwin64, is the current target for Sage support on Windows.
44

5-
'''The instructions that used to be on this page have been integrated into the Sage [README](https://github.com/sagemath/sage/blob/develop/README.md#windows-preparing-the-platform) and [installation manual](https://doc.sagemath.org/html/en/installation/source.html) in [#25206](https://trac.sagemath.org/ticket/25206) .
5+
**The instructions that used to be on this page have been integrated into the Sage [README](https://github.com/sagemath/sage/blob/develop/README.md#windows-preparing-the-platform) and [installation manual](https://doc.sagemath.org/html/en/installation/source.html) in https://github.com/sagemath/sage/issues/25206**.

CygwinPort.md

+191-195
Large diffs are not rendered by default.

DBSchema .md

+18-18
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22

33
I think these are all of the relevant tables for ticket queries (and possibly some extra ones).
44

5-
* system
5+
* system
66
* name text (pk)
77
* value text
8-
* permission
8+
* permission
99
* username text (pk)
1010
* action text (pk)
11-
* auth_cookie
11+
* auth_cookie
1212
* cookie text (pk)
1313
* name text (pk)
1414
* ipnr text (pk)
1515
* time integer
16-
* session
16+
* session
1717
* sid text (pk)
1818
* authenticated integer (pk)
1919
* last_visit integer
2020
* session_authenticated_idx (index)
2121
* session_last_visit_idx (index)
22-
* session_attribute
22+
* session_attribute
2323
* sid text (pk)
2424
* authenticated integer (pk)
2525
* name text (pk)
2626
* value text
27-
* attachment
27+
* attachment
2828
* type text (pk)
2929
* id text (pk)
3030
* filename text (pk)
@@ -33,7 +33,7 @@ I think these are all of the relevant tables for ticket queries (and possibly so
3333
* description text
3434
* author text
3535
* ipnr text
36-
* wiki
36+
* wiki
3737
* name text (pk)
3838
* version integer (pk)
3939
* time integer
@@ -43,18 +43,18 @@ I think these are all of the relevant tables for ticket queries (and possibly so
4343
* comment text
4444
* readonly integer
4545
* wiki_time_idx (index)
46-
* revision
46+
* revision
4747
* repos integer (pk)
4848
* rev text (pk)
4949
* time integer
5050
* author text
5151
* message text
5252
* revision_time_idx (index)
53-
* repository
53+
* repository
5454
* id integer(pk)
5555
* name text (pk)
5656
* value text
57-
* node_change
57+
* node_change
5858
* repos integer (pk)
5959
* rev text (pk)
6060
* path text (pk)
@@ -63,7 +63,7 @@ I think these are all of the relevant tables for ticket queries (and possibly so
6363
* base_path text
6464
* base_rev text
6565
* node_change_rev_idx (index)
66-
* ticket
66+
* ticket
6767
* id integer (pk)
6868
* type text
6969
* time integer
@@ -84,7 +84,7 @@ I think these are all of the relevant tables for ticket queries (and possibly so
8484
* ticket_pkey (index)
8585
* ticket_status_idx (index)
8686
* ticket_time_idx (index)
87-
* ticket_change
87+
* ticket_change
8888
* ticket integer (pk)
8989
* time integer (pk)
9090
* author text
@@ -93,28 +93,28 @@ I think these are all of the relevant tables for ticket queries (and possibly so
9393
* newvalue text
9494
* ticket_change_time_idx (index)
9595
* ticket_change_ticket_idx (index)
96-
* ticket_custom
96+
* ticket_custom
9797
* ticket integer (pk)
9898
* name text (pk)
9999
* value text
100-
* enum
100+
* enum
101101
* type text (pk)
102102
* name text (pk)
103103
* value text
104-
* component
104+
* component
105105
* name text (pk)
106106
* owner text
107107
* description text
108-
* milestone
108+
* milestone
109109
* name text (pk)
110110
* due integer
111111
* completed integer
112112
* description text
113-
* version
113+
* version
114114
* name text (pk)
115115
* time integer
116116
* description text
117-
* report
117+
* report
118118
* id integer (pk)
119119
* author text
120120
* title text

0 commit comments

Comments
 (0)