phpmyadmin.net
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
October
September
August
July
June
May
April
March
February
January
2016
December
November
October
September
August
July
June
May
April
March
February
January
2015
December
November
October
September
August
July
June
May
April
March
February
January
2014
December
November
October
September
August
July
June
May
April
March
February
January
2013
December
November
October
September
August
July
June
May
April
March
February
January
2012
December
November
October
September
August
July
June
May
April
March
February
January
2011
December
November
October
September
August
July
June
May
April
March
February
January
2010
December
November
October
September
August
July
June
May
April
March
February
List overview
Download
Git
November 2016
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
----- 2016 -----
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
----- 2015 -----
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
----- 2014 -----
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
----- 2013 -----
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
----- 2012 -----
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
----- 2011 -----
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
----- 2010 -----
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
git@phpmyadmin.net
22 participants
263 discussions
Start a n
N
ew thread
[phpmyadmin/shapefile] de3762: Simplify DBF saving code
by Michal Čihař
21 Nov '16
21 Nov '16
Branch: refs/heads/master Home:
https://github.com/phpmyadmin/shapefile
Commit: de37628ff649a66cf1c86ce5d8190d7e16ffe9bf
https://github.com/phpmyadmin/shapefile/commit/de37628ff649a66cf1c86ce5d819…
Author: Michal Čihař <michal(a)cihar.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/ShapeFile.php M src/ShapeRecord.php Log Message: ----------- Simplify DBF saving code We really do not need open, unlink, create steps... Signed-off-by: Michal Čihař <michal(a)cihar.com> Commit: 717d21ccd0a8f99fead7790cf8ecfb2ac1941307
https://github.com/phpmyadmin/shapefile/commit/717d21ccd0a8f99fead7790cf8ec…
Author: Michal Čihař <michal(a)cihar.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M tests/ShapeFileTest.php Log Message: ----------- Ensure using unique name for nodbf test The code really should not delete existing files, but rather not create new ones. Signed-off-by: Michal Čihař <michal(a)cihar.com> Commit: de474777ce25c41a3ae06a67062df81acfc19a26
https://github.com/phpmyadmin/shapefile/commit/de474777ce25c41a3ae06a67062d…
Author: Michal Čihař <michal(a)cihar.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/ShapeFile.php Log Message: ----------- Fix return value documentation Signed-off-by: Michal Čihař <michal(a)cihar.com> Compare:
https://github.com/phpmyadmin/shapefile/compare/0a81354d6caa...de474777ce25
1
0
0
0
[phpmyadmin/shapefile] 0a8135: Split point adding from fixups
by Michal Čihař
21 Nov '16
21 Nov '16
Branch: refs/heads/master Home:
https://github.com/phpmyadmin/shapefile
Commit: 0a81354d6caacd8dff59113fe85476321e6763c9
https://github.com/phpmyadmin/shapefile/commit/0a81354d6caacd8dff59113fe854…
Author: Michal Čihař <michal(a)cihar.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/ShapeRecord.php Log Message: ----------- Split point adding from fixups Signed-off-by: Michal Čihař <michal(a)cihar.com>
1
0
0
0
[phpmyadmin/shapefile] 2fb798: Simplify code
by Michal Čihař
21 Nov '16
21 Nov '16
Branch: refs/heads/master Home:
https://github.com/phpmyadmin/shapefile
Commit: 2fb798cfa71deb6ce0f6f8f6e88839867db479c0
https://github.com/phpmyadmin/shapefile/commit/2fb798cfa71deb6ce0f6f8f6e888…
Author: Michal Čihař <michal(a)cihar.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/ShapeFile.php Log Message: ----------- Simplify code Signed-off-by: Michal Čihař <michal(a)cihar.com>
1
0
0
0
[phpmyadmin/shapefile] d43417: Document DBF header manipulations
by Michal Čihař
21 Nov '16
21 Nov '16
Branch: refs/heads/master Home:
https://github.com/phpmyadmin/shapefile
Commit: d43417712498230b20a76d1c45341c7a9ff44b79
https://github.com/phpmyadmin/shapefile/commit/d43417712498230b20a76d1c4534…
Author: Michal Čihař <michal(a)cihar.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/ShapeFile.php Log Message: ----------- Document DBF header manipulations Signed-off-by: Michal Čihař <michal(a)cihar.com> Commit: 023fba75763a02ea247466a17672210188e445db
https://github.com/phpmyadmin/shapefile/commit/023fba75763a02ea247466a17672…
Author: Michal Čihař <michal(a)cihar.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/ShapeFile.php Log Message: ----------- Share code for saving bounding box Signed-off-by: Michal Čihař <michal(a)cihar.com> Commit: 1a29e8b6995192b31978fe835e9768861a8e362f
https://github.com/phpmyadmin/shapefile/commit/1a29e8b6995192b31978fe835e97…
Author: Michal Čihař <michal(a)cihar.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/ShapeFile.php Log Message: ----------- Use constant to store header magic Signed-off-by: Michal Čihař <michal(a)cihar.com> Compare:
https://github.com/phpmyadmin/shapefile/compare/930dd296b6d2...1a29e8b69951
1
0
0
0
[phpmyadmin/scripts] 9d544d: Fix revision links for GitHub
by Michal Čihař
21 Nov '16
21 Nov '16
Branch: refs/heads/master Home:
https://github.com/phpmyadmin/scripts
Commit: 9d544d6cc6a66749240dd36ee012b7c5df6dc9b0
https://github.com/phpmyadmin/scripts/commit/9d544d6cc6a66749240dd36ee012b7…
Author: Michal Čihař <michal(a)cihar.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M demo/bin/pma-revision-info Log Message: ----------- Fix revision links for GitHub This is broken since we use https: checkout. Fixes
https://github.com/phpmyadmin/phpmyadmin/issues/12713
Signed-off-by: Michal Čihař <michal(a)cihar.com> Commit: 74086f66b50d1e2f9454c4e4e59d0c307fa67e76
https://github.com/phpmyadmin/scripts/commit/74086f66b50d1e2f9454c4e4e59d0c…
Author: Michal Čihař <michal(a)cihar.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M demo/bin/pma-demo-update Log Message: ----------- Use https: for new demo checkouts Signed-off-by: Michal Čihař <michal(a)cihar.com> Compare:
https://github.com/phpmyadmin/scripts/compare/76f0a83488af...74086f66b50d
1
0
0
0
[phpmyadmin/shapefile] 930dd2: Move naming data to the Util class
by Michal Čihař
21 Nov '16
21 Nov '16
Branch: refs/heads/master Home:
https://github.com/phpmyadmin/shapefile
Commit: 930dd296b6d207e7d8be1ff84a28ae326761e042
https://github.com/phpmyadmin/shapefile/commit/930dd296b6d207e7d8be1ff84a28…
Author: Michal Čihař <michal(a)cihar.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/ShapeFile.php M src/ShapeRecord.php M src/Util.php Log Message: ----------- Move naming data to the Util class Signed-off-by: Michal Čihař <michal(a)cihar.com>
1
0
0
0
[phpmyadmin/sql-parser] f5a058: Prevent incorrect error messages in UNION queries
by Michal Čihař
21 Nov '16
21 Nov '16
Branch: refs/heads/master Home:
https://github.com/phpmyadmin/sql-parser
Commit: f5a05864b8671d5f2d9a57eed4e6f3cfcfe017e8
https://github.com/phpmyadmin/sql-parser/commit/f5a05864b8671d5f2d9a57eed4e…
Author: Deven Bansod <devenbansod.bits(a)gmail.com> Date: 2016-11-20 (Sun, 20 Nov 2016) Changed paths: M src/Utils/Query.php Log Message: ----------- Prevent incorrect error messages in UNION queries Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com> Commit: 57cc4cfd7816f3591a3e6bf58af51b9f04608d78
https://github.com/phpmyadmin/sql-parser/commit/57cc4cfd7816f3591a3e6bf58af…
Author: Deven Bansod <devenbansod.bits(a)gmail.com> Date: 2016-11-20 (Sun, 20 Nov 2016) Changed paths: M tests/Parser/SelectStatementTest.php A tests/data/parser/parseSelectUnion2.in A tests/data/parser/parseSelectUnion2.out Log Message: ----------- Add tests for prevention of incorrect errors in UNION queries Signed-off-by: Deven Bansod <devenbansod.bits(a)gmail.com> Conflicts: tests/Parser/SelectStatementTest.php Commit: e69da4e0f5fbf29450ca310e9e6625b4a8455763
https://github.com/phpmyadmin/sql-parser/commit/e69da4e0f5fbf29450ca310e9e6…
Author: Michal Čihař <michal(a)cihar.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M src/Utils/Query.php M tests/Parser/SelectStatementTest.php A tests/data/parser/parseSelectUnion2.in A tests/data/parser/parseSelectUnion2.out Log Message: ----------- Merge pull request #101 from devenbansod/fix_incorrect_error_in_union Fix incorrect error in union queries Compare:
https://github.com/phpmyadmin/sql-parser/compare/fcfed04c77f0...e69da4e0f5fb
1
0
0
0
[phpmyadmin/shapefile] 4d5f61: Document dbase extension installation
by Michal Čihař
21 Nov '16
21 Nov '16
Branch: refs/heads/master Home:
https://github.com/phpmyadmin/shapefile
Commit: 4d5f61d38b5c74af6c17691725c3f09df7c1329a
https://github.com/phpmyadmin/shapefile/commit/4d5f61d38b5c74af6c17691725c3…
Author: Michal Čihař <michal(a)cihar.com> Date: 2016-11-21 (Mon, 21 Nov 2016) Changed paths: M README.md Log Message: ----------- Document dbase extension installation Signed-off-by: Michal Čihař <michal(a)cihar.com>
1
0
0
0
[phpmyadmin/shapefile]
by nijel
21 Nov '16
21 Nov '16
Branch: refs/tags/0.13 Home:
https://github.com/phpmyadmin/shapefile
1
0
0
0
[phpmyadmin/localized_docs] 4975f7: Translated using Weblate (Portuguese (Brazil))
by Marcos
20 Nov '16
20 Nov '16
Branch: refs/heads/master Home:
https://github.com/phpmyadmin/localized_docs
Commit: 4975f7b0eda973bf584fbe9a83cebdbdf841bae4
https://github.com/phpmyadmin/localized_docs/commit/4975f7b0eda973bf584fbe9…
Author: Marcos <neookano(a)yahoo.com.br> Date: 2016-11-20 (Sun, 20 Nov 2016) Changed paths: M po/pt_BR.mo M po/pt_BR.po Log Message: ----------- Translated using Weblate (Portuguese (Brazil)) Currently translated at 61.1% (1416 of 2315 strings) [CI skip]
1
0
0
0
← Newer
1
...
10
11
12
13
14
15
16
...
27
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Results per page:
10
25
50
100
200